Csound Csound-dev Csound-tekno Search About

[Cs-dev] ...and more

Date2005-12-19 19:02
Fromjpff@codemist.co.uk
Subject[Cs-dev] ...and more
If I set install=0 then it gets further;  now it complains about the
C++ code

g++ -fexceptions -Wall -O2 -DLINUX -DPIPES -fPIC -DBETA -DUSE_DOUBLE -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_DIRENT_H -I. -IH -I/usr/local/include -I/usr/include -I/usr/X11R6/include -I/usr/lib/java/include -I/usr/lib/java/include/linux -I/usr/local/include -I/usr/local/include/FL/images -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/FL/images -I/usr/X11R6/include -Ifrontends/CsoundVST -Iinterfaces -I/usr/include/python2.4 -I/usr/local/include/python2.4 -c -o frontends/CsoundVST/CsoundVST_wrap.os frontends/CsoundVST/CsoundVST_wrap.cc
frontends/CsoundVST/CsoundVST_wrap.cc: In function `PyObject* 
   _wrap_csoundMessageV(PyObject*, PyObject*)':
frontends/CsoundVST/CsoundVST_wrap.cc:3361: error: ISO C++ forbids assignment 
   of arrays
frontends/CsoundVST/CsoundVST_wrap.cc: In function `PyObject* 
   _wrap_csoundSetInputValueCallback(PyObject*, PyObject*)':
frontends/CsoundVST/CsoundVST_wrap.cc:3468: error: invalid conversion from `
   void (*)(CSOUND*, const char*, float*)' to `void (*)(CSOUND*, const char*, 
   double*)'
frontends/CsoundVST/CsoundVST_wrap.cc: In function `PyObject* 
   _wrap_csoundSetOutputValueCallback(PyObject*, PyObject*)':
frontends/CsoundVST/CsoundVST_wrap.cc:3487: error: invalid conversion from `
   void (*)(CSOUND*, const char*, float)' to `void (*)(CSOUND*, const char*, 
   double)'
frontends/CsoundVST/CsoundVST_wrap.cc: In function `PyObject* 
   _wrap_csoundScoreEvent(PyObject*, PyObject*)':
frontends/CsoundVST/CsoundVST_wrap.cc:3509: error: cannot convert `const float*
   ' to `const double*' for argument `3' to `int csoundScoreEvent(CSOUND*, 
   char, const double*, long int)'
etc

Does VST not allow doubles?

==John ffitch


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-12-19 19:08
FromIstvan Varga
SubjectRe: [Cs-dev] ...and more
AttachmentsNone  

Date2005-12-19 20:18
Fromjpff@codemist.co.uk
SubjectRe: [Cs-dev] ...and more
>>>>> "Istvan" == Istvan Varga  writes:

 Istvan> On Monday 19 December 2005 20:02, jpff@codemist.co.uk wrote:
 >> Does VST not allow doubles?

 Istvan> It is possible that there is an old CsoundVST_wrap.cc file that was
 Istvan> generated for single precision; try removing it and running scons
 Istvan> again. This might not fix the first error about array assignment,
 Istvan> though.

Deleting CsoundVST_wrap.cc has no effect at all.
So no VST

==John ffitch


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-12-19 20:33
FromIstvan Varga
SubjectRe: [Cs-dev] ...and more
AttachmentsNone