Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4634] RE: Csound5 build failure

Date2004-05-09 18:49
From"gogins@pipeline.com"
Subject[CSOUND-DEV:4634] RE: Csound5 build failure
Perhaps you have an older version of SWIG.

Csound 5 has all the opcodes of Csound 4.23, plus a few more. But many of
them have become plugins.

Original Message:
-----------------
From: Dave Phillips dlphilp@bright.net
Date: Sun, 09 May 2004 12:15:41 -0400
To: csound-dev@eartha.mills.edu
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



--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .

Date2004-05-10 14:40
FromDave Phillips
Subject[CSOUND-DEV:4650] RE: Csound5 build failure
gogins@pipeline.com wrote:

>Perhaps you have an older version of SWIG.
>
>  
>
SWIG 1.1 is present in Planet CCRMA RH9. I'm attempting to build and 
install 1.3 but apparently the maintainers of SWIG don't know how to 
write accurate init files. I receive this error:

    [dlphilp@localhost SWIG-1.3.21]$ make
    make[1]: Entering directory `/home/dlphilp/SWIG-1.3.21/Source'
    Makefile:781: *** missing separator.  Stop.

Indeed, contradicting the tried & true make rules there are no 
separators for literally hundreds of lines. Dumb dumb dumb.

>Csound 5 has all the opcodes of Csound 4.23, plus a few more. But many of
>them have become plugins.
>
I'll be happy when standard Csound runs Improsculpt.

Best,

dp



Date2004-05-10 14:44
FromDave Phillips
Subject[CSOUND-DEV:4651] RE: Csound5 build failure
gogins@pipeline.com wrote:

>Perhaps you have an older version of SWIG.
>
>  
>
Ignore previous screed. Apparently the SWIG folks can't write a decent 
autogen.sh file so I opted for './configure; make; make install'. I'll 
let you know how all that turns out...

Best,

dp