Csound Csound-dev Csound-tekno Search About

[Cs-dev] CsoundVST build problems on linux

Date2005-09-28 10:25
FromCK
Subject[Cs-dev] CsoundVST build problems on linux
AttachmentsNone  

Date2005-09-28 11:14
FromIstvan Varga
SubjectRe: [Cs-dev] CsoundVST build problems on linux
I also cannot build CsoundVST with any 4.x GCC version, but if you
compile with buildCsoundVST=0, there should be no errors.
While I did have success compiling CsoundVST with GCC 3.3, it was
very unstable, usually crashing less than a minute after being
started. This may be related to some FLTK thread issues.

CK wrote:

> I checked out Csound5 yesterday from cvs (great stuff BTW) but then 
> dave's article (that I found trying to get jack to work, thanks dave)
> wetted my appetite for CsoundVST too but with gcc-4.0.1 I get:
> 
> g++ -fexceptions -Wall -g -gstabs -O2 -DLINUX -DPIPES -DHAVE_FCNTL_H -DHAVE_UNI
> TD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHA
> E_DIRENT_H -fPIC -DBETA -I. -IH -I/usr/local/include/python2.3 -I/usr/local/inc
> ude -I/usr/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/inclu
> e -I/usr/local/include -I/usr/X11R6/include -Ifrontends/CsoundVST -I/usr/includ
> /python2.3 -c -o frontends/CsoundVST/CsoundVST_wrap.os frontends/CsoundVST/Csou
> dVST_wrap.cc
> frontends/CsoundVST/CsoundVST_wrap.cc: In function 'PyObject* _wrap_csoundMessa
> eV(PyObject*, PyObject*)':
> frontends/CsoundVST/CsoundVST_wrap.cc:5795: error: ISO C++ forbids assignment o
>  arrays
> frontends/CsoundVST/CsoundVST_wrap.cc: In function 'PyObject* _wrap_csoundThrow
> essageV(PyObject*, PyObject*)':
> frontends/CsoundVST/CsoundVST_wrap.cc:5876: error: ISO C++ forbids assignment o
>  arrays
> frontends/CsoundVST/CsoundVST_wrap.cc: In function 'PyObject* _wrap_CppSound_me
> sageV(PyObject*, PyObject*)':
> frontends/CsoundVST/CsoundVST_wrap.cc:17564: error: ISO C++ forbids assignment 
> f arrays
> frontends/CsoundVST/CsoundVST_wrap.cc: In function 'PyObject* _wrap_CppSound_th
> owMessageV(PyObject*, PyObject*)':
> frontends/CsoundVST/CsoundVST_wrap.cc:17651: error: ISO C++ forbids assignment 
> f arrays
> frontends/CsoundVST/CsoundVST_wrap.cc: In function 'PyObject* _wrap_Counterpoin
> _message__SWIG_1(PyObject*, PyObject*)':
> frontends/CsoundVST/CsoundVST_wrap.cc:34259: error: ISO C++ forbids assignment 
> f arrays
> scons: *** [frontends/CsoundVST/CsoundVST_wrap.os] Error 1
> scons: building terminated because of errors.
> 
> removing CsoundVST_wrap.cc and having it rebuilt didn't change much ...
> 
> thanks in advance for any hints,
> 
> regards,
> 
> x
> 
> for the record: this is debianppc/unstable swig 1.3.25-1


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-09-28 11:59
FromCK
SubjectRe: [Cs-dev] CsoundVST build problems on linux
AttachmentsNone