Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] still no CsoundVST for RH9

Date2005-02-20 22:05
FromIain Duncan
SubjectRe: [Cs-dev] still no CsoundVST for RH9
Same on Gentoo, can build fine without CsoundVST, fails on CsoundVST, 
Though as I mentioned, for some reason I had to use my old SConstruct 
file, so I dunno what difference that would make.

iain

Dave Phillips wrote:
> Greetings:
> 
>  I just tried building Cs5 with the CsoundVST frontend. It fails, and 
> IIRC it's failing at the same point as before. I realize that 
> development time is limited, so I post the failure messages only for 
> convenience and to make sure no new error is present:
> 
> swig -c++ -includeall -verbose -outdir . -I. -I./H 
> -I/usr/local/include/python2.3 -I/usr/local/include -I/usr/include 
> -I/usr/X11R6/include -I/
> usr/X11R6/include -I/usr/include/freetype2 -I/usr/X11R6/include 
> -Ifrontends/CsoundVST -I/usr/include/python2.3 -DCSOUND_WITH_API -DLINUX 
> -DPIPES -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_MALLOC_H 
> -DHAVE_SGTTY_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H 
> -DHAVE_CTYPE_H -DHAVE_TERMIOS_H -DHAVE_STRING_H -DHAVE_DIRENT_H 
> -DHAVE_JNI_H -DWINDOWS -DUSE_FLTK -python -o 
> frontends/CsoundVST/CsoundVST_wrap.cc
> frontends/CsoundVST/CsoundVST.i
> LibDir: python
>   ./
>   ./
>   ./H/
>   /usr/local/include/python2.3/
>   /usr/local/include/
>   /usr/include/
>   /usr/X11R6/include/
>   /usr/X11R6/include/
>   /usr/include/freetype2/
>   /usr/X11R6/include/
>   frontends/CsoundVST/
>   /usr/include/python2.3/
>   /usr/local/lib/swig1.3/python/
>   ./swig_lib/python/
>   /usr/local/lib/swig1.3/config/
>   ./swig_lib/config/
>   /usr/local/lib/swig1.3/
>   ./swig_lib/
> Preprocessing...
> Starting language-specific parse...
> frontends/CsoundVST/Event.hpp:38: Template 'pair' undefined.
> frontends/CsoundVST/Event.hpp:164: Warning(362): operator= ignored
> frontends/CsoundVST/Event.hpp:165: Warning(362): operator= ignored
> frontends/CsoundVST/Midifile.hpp:36: Template 'pair' undefined.
> Processing types...
> frontends/CsoundVST/Event.hpp:75: Warning(401): Nothing known about 
> class 'ublas::vector'. Ignored.
> frontends/CsoundVST/Event.hpp:75: Warning(401): Maybe you forgot to 
> instantiate 'ublas::vector' using %template.
> frontends/CsoundVST/Midifile.hpp:112: Warning(401): Nothing known about 
> class 'std::vector'. Ignored.
> frontends/CsoundVST/Midifile.hpp:112: Warning(401): Maybe you forgot to 
> instantiate 'std::vector' using %template.
> C++ analysis...
> Generating wrappers...
> frontends/CsoundVST/Event.hpp:97: Warning(462): Unable to set variable 
> of type int [].
> frontends/CsoundVST/Event.hpp:98: Warning(462): Unable to set variable 
> of type char const *[].
> frontends/CsoundVST/Midifile.hpp:108: Warning(510): friend function 
> 'operator <' ignored.
> frontends/CsoundVST/Node.hpp:50: Warning(515): Target language argument 
> 'ublas::matrix const &globalCoordinates' discards const in 
> director method Node::traverse.
> frontends/CsoundVST/Node.hpp:50: Warning(515): Target language argument 
> 'ublas::matrix const &coordinates' discards const in director 
> method Node::produceOrTransform.
> scons: *** [frontends/CsoundVST/CsoundVST_wrap.cc] Error 2
> scons: building terminated because of errors.
> 
> 
> Best regards,
> 
> dp
> 
> 
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-20 22:11
FromDave Phillips
Subject[Cs-dev] still no CsoundVST for RH9
Greetings:

  I just tried building Cs5 with the CsoundVST frontend. It fails, and 
IIRC it's failing at the same point as before. I realize that 
development time is limited, so I post the failure messages only for 
convenience and to make sure no new error is present:

swig -c++ -includeall -verbose -outdir . -I. -I./H 
-I/usr/local/include/python2.3 -I/usr/local/include -I/usr/include 
-I/usr/X11R6/include -I/
usr/X11R6/include -I/usr/include/freetype2 -I/usr/X11R6/include 
-Ifrontends/CsoundVST -I/usr/include/python2.3 -DCSOUND_WITH_API -DLINUX 
-DPIPES -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_MALLOC_H 
-DHAVE_SGTTY_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H 
-DHAVE_CTYPE_H -DHAVE_TERMIOS_H -DHAVE_STRING_H -DHAVE_DIRENT_H 
-DHAVE_JNI_H -DWINDOWS -DUSE_FLTK -python -o 
frontends/CsoundVST/CsoundVST_wrap.cc
frontends/CsoundVST/CsoundVST.i
LibDir: python
   ./
   ./
   ./H/
   /usr/local/include/python2.3/
   /usr/local/include/
   /usr/include/
   /usr/X11R6/include/
   /usr/X11R6/include/
   /usr/include/freetype2/
   /usr/X11R6/include/
   frontends/CsoundVST/
   /usr/include/python2.3/
   /usr/local/lib/swig1.3/python/
   ./swig_lib/python/
   /usr/local/lib/swig1.3/config/
   ./swig_lib/config/
   /usr/local/lib/swig1.3/
   ./swig_lib/
Preprocessing...
Starting language-specific parse...
frontends/CsoundVST/Event.hpp:38: Template 'pair' undefined.
frontends/CsoundVST/Event.hpp:164: Warning(362): operator= ignored
frontends/CsoundVST/Event.hpp:165: Warning(362): operator= ignored
frontends/CsoundVST/Midifile.hpp:36: Template 'pair' undefined.
Processing types...
frontends/CsoundVST/Event.hpp:75: Warning(401): Nothing known about 
class 'ublas::vector'. Ignored.
frontends/CsoundVST/Event.hpp:75: Warning(401): Maybe you forgot to 
instantiate 'ublas::vector' using %template.
frontends/CsoundVST/Midifile.hpp:112: Warning(401): Nothing known about 
class 'std::vector'. Ignored.
frontends/CsoundVST/Midifile.hpp:112: Warning(401): Maybe you forgot to 
instantiate 'std::vector' using %template.
C++ analysis...
Generating wrappers...
frontends/CsoundVST/Event.hpp:97: Warning(462): Unable to set variable 
of type int [].
frontends/CsoundVST/Event.hpp:98: Warning(462): Unable to set variable 
of type char const *[].
frontends/CsoundVST/Midifile.hpp:108: Warning(510): friend function 
'operator <' ignored.
frontends/CsoundVST/Node.hpp:50: Warning(515): Target language argument 
'ublas::matrix const &globalCoordinates' discards const in 
director method Node::traverse.
frontends/CsoundVST/Node.hpp:50: Warning(515): Target language argument 
'ublas::matrix const &coordinates' discards const in director 
method Node::produceOrTransform.
scons: *** [frontends/CsoundVST/CsoundVST_wrap.cc] Error 2
scons: building terminated because of errors.


Best regards,

dp





-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net