Csound Csound-dev Csound-tekno Search About

[Csnd] Re: Re: downloading csoundvst

Date2009-09-24 19:47
Frommichael.gogins@gmail.com
Subject[Csnd] Re: Re: downloading csoundvst
dynamicCsoundLibrary=1 is what you want. So you are building it. You may 
need to create a symbolic link so that the CsoundVST link line finds it.

Hope this helps,
Mike

----- Original Message ----- 
From: "Atte Andre Jensen" 
To: 
Sent: Thursday, September 24, 2009 1:49 PM
Subject: [Csnd] Re: downloading csoundvst


> michael.gogins@gmail.com wrote:
>
>> You need to build Csound itself as a shared library, this is an option in 
>> SConstruct.
>
> I'm affraid I need a bit more concrete help, here. I'm trying with these 
> options (can't find one that matches "build Csound itself as a shared 
> library"):
>
> scons buildInterfaces=1 dynamicCsoundLibrary=1 buildPythonOpcodes=1 
> useOSC=1 buildUtilities=1 buildCsoundVST=1
>
> Could you please tell me exactly what option I need to add to make the 
> build process happy?
>
> CONFIGURATION DECISION: Not building OSX GUI frontend
> CONFIGURATION DEFAULT:  Building csLadspa.
> CONFIGURATION DECISION: Not calling TAGS
> scons: done reading SConscript files.
> scons: Building targets ...
> 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.
>
> -- 
> 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"

Date2009-09-24 20:20
FromAtte Andre Jensen
Subject[Csnd] Re: Re: Re: downloading csoundvst
michael.gogins@gmail.com wrote:
> dynamicCsoundLibrary=1 is what you want. So you are building it. You may 
> need to create a symbolic link so that the CsoundVST link line finds it.

I'm really sorry for being so stupid, but I don't get it. Is the linker 
looking for a file called csound32? In that case I don't have it. Which 
file should I symlink to where?

[atte@vestbjerg 09_09_23]$ find | grep csound32
[atte@vestbjerg 09_09_23]$ find | grep csnd
./libcsnd.so
./libcsnd.so.5.2

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.