| You shouldn't need Python for CsoundVST!!?...
CsoundVST used to contain Python, I removed it because nobody, including
myself, was using it. I forgot to remove this #include directive.
Remove it. I have removed it in Csound CVS.
Thanks,
Mike
----- Original Message -----
From: "Atte Andre Jensen"
To:
Sent: Thursday, September 24, 2009 5:33 AM
Subject: [Csnd] Re: Re: downloading csoundvst
> Atte Andre Jensen wrote:
>
>> frontends/CsoundVST/csoundvst_main.cpp:40: error: ‘RunCsoundVST_’ was not
>> declared in this scope
>> scons: *** [frontends/CsoundVST/csoundvst_main.o] Error 1
>> scons: building terminated because of errors.
>
> changing "RunCsoundVST_" to "RunCsoundVST" (2 instances) in
> frontends/CsoundVST/csoundvst_main.cpp got me a little further.
>
> Next problem, Python.h is no found, although it's sitting right there in
> /usr/include/python2.6/Python.h:
>
> frontends/CsoundVST/CsoundVST.cpp:24:20: error: Python.h: No such file or
> directory
>
> Adding this line to custom.py (under the the "if sys.platform[:5] ==
> 'linux':") clause took care of that, though:
>
> customCPPPATH.append('/usr/include/python2.6')
>
> Now I'm getting as far as the linking:
>
> g++ -o
> libCsoundVST.so -Wl,-Bdynamic -Wl,-rpath,/usr/lib -Wl,-rpath-link,. -shared
> --no-export-all-symbols
> frontends/CsoundVST/vstsdk2.4/public.sdk/source/vst2.x/audioeffect.os
> frontends/CsoundVST/vstsdk2.4/public.sdk/source/vst2.x/audioeffectx.os
> frontends/CsoundVST/vstsdk2.4/public.sdk/source/vst2.x/vstplugmain.os
> frontends/CsoundVST/CsoundVST.os frontends/CsoundVST/CsoundVstFltk.os
> frontends/CsoundVST/CsoundVSTMain.os
> frontends/CsoundVST/CsoundVstUi.os -L. -L. -L/usr/local/lib -L. -L. -L/usr/lib/fltk-1.1
> -lcsnd -lsndfile -lportaudio -lasound -llo -lfltk_images -lpng -lz -ljpeg
> -lfltk -lXft -lpthread -ldl -lm -lXext -lX11 -ldl -lstdc++ -lpthread -lm
> libcsound.a -lsndfile -lutil -ldl -lm
> g++ -o CsoundVSTShell -Wl,-rpath-link,. -Wl,-Bdynamic
> frontends/CsoundVST/csoundvst_main.o -L. -L. -L/usr/local/lib -L. -L. -L/usr/lib/fltk-1.1
> -lcsound32 -lcsnd -lCsoundVST
> /usr/bin/ld: cannot find -lcsound32
> collect2: ld returned 1 exit status
> scons: *** [CsoundVSTShell] Error 1
> scons: building terminated because of errors.
>
> Hmm, grep tells me this:
>
> [atte@vestbjerg 09_09_23]$ grep -R lcsound32 *
> Makefile-win32:CSLIB_LNK = -lcsound32
>
> But, I'm building for linux, not win32 (assuming win32 means "windows 32
> bit platform").
>
> Any ideas from here?
>
> --
> Atte
>
> http://atte.dk http://modlys.dk http://virb.com/atte
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |