Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4631] Csound5 build failure

Date2004-05-09 17:15
FromDave Phillips
Subject[CSOUND-DEV:4631] Csound5 build failure
Greetings:

  Following Michael G's message to someone else re: csoundVST building 
under Linux, I checked out today's Csound5 sources from CVS. Alas, the 
attempt to build under RH9 (Planet CCRMA) fails here:

swig -python -c++ -includeall -verbose -I. -I./H -I/usr/local/include 
-I/usr/include -I/usr/X11R6/include -I/usr/include/freetype2 
-I/usr/X11R6/include -Ifrontends/CsoundVST 
-I/usr/local/include/python2.3 -DCSOUND_WITH_API -DLINUX -DPIPES 
-DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_MALLOC_H -DHAVE_SGTTY_H 
-DHAVE_SYS_IOCTL_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H 
-DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_DIRENT_H -DRTAUDIO -DWINDOWS 
-DUSE_FLTK -o frontends/CsoundVST/CsoundVST_wrap.cc 
frontends/CsoundVST/CsoundVST.i
swig error : Unrecognized option -includeall
Use 'swig -help' for available options.
scons: *** [frontends/CsoundVST/CsoundVST_wrap.cc] Error 1
scons: building terminated because of errors.


  Any suggestions ?

  Btw, am I correct in noticing that Csound5 currently possesses fewer 
opcodes than Csound 4.23 ?

Best regards,

Dave Phillips

Date2004-05-09 18:57
Fromjpff@codemist.co.uk
Subject[CSOUND-DEV:4635] Re: Csound5 build failure
>>>>> "Dave" == Dave Phillips  writes:

 Dave>   Btw, am I correct in noticing that Csound5 currently possesses fewer 
 Dave> opcodes than Csound 4.23 ?

I think not.  No opcode has been removed yet (but there are some lined
up for amalgamation and revision).  Or can you suggest one that is missing?

==John ffitch