Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] [Csnd] CsoundVST_wrapp.cc error

Date2007-03-16 01:07
FromMichael Gogins
SubjectRe: [Cs-dev] [Csnd] CsoundVST_wrapp.cc error
Attachmentsbuildd.sh  custom.py  None  None  
Actually my versions are:

Ubuntu 6.10
SWIG 1.3.31
gcc and g++ both 4.1.2

Everything works right out of the box, except that there was both a csnd.so and a _csnd.so at the end of my rebuild (one of them a symbolic link to the other). I had to make sure that there was only a _csnd.so for CsoundVST to run, and I set LD_LIBRARY_PATH and PYTHONPATH to the build directory.

The shell script, and the custom.py, that I used to build are attached.

Regards,
Mike

-----Original Message-----
>From: Michael Gogins 
>Sent: Mar 15, 2007 7:49 PM
>To: csound@lists.bath.ac.uk
>Subject: Re: [Csnd] CsoundVST_wrapp.cc error
>
>I don't actually recall my gcc version -- I probably do you use the 3.4.2 
>version or something like that. Otherwise, no changes.
>
>Regards,
>Mike
>
>----- Original Message ----- 
>From: "tourtelt" 
>To: 
>Sent: Thursday, March 15, 2007 4:46 PM
>Subject: Re: [Csnd] CsoundVST_wrapp.cc error
>
>
>>
>> hmm, I'm using SWIG 1.3.28 which is new, I believe.
>>
>> what gcc version do I need to use?--I am using 4.1.2.
>> --I ask because I'm also getting an error if I try to build Loris opcodes,
>> and I read an old post saying maybe it was due to gcc version.
>>
>> also, please note:
>> although I can make scons decide to build various opcodes, csoundvst, 
>> etc.,
>> in addition to adding lines to custom.py I needed to hack SConstruct
>> slightly.
>>
>> for example:
>> #if not (commonEnvironment['buildStkOpcodes'] == '1' and stkFound):  #line
>> in original SConstruct
>> if not (commonEnvironment['buildStkOpcodes'] == 1 and stkFound):
>> #altered line to work properly
>>
>> I mention this because you say you build CsoundVST on Ubuntu no problem.
>> comments?
>>
>> best,
>> george
>>
>>
>>
>>
>> Michael Gogins wrote:
>>>
>>> You may need to upgrade to the latest version of SWIG. I build CsoundVST
>>> on Ubuntu 6.10 no problem.
>>>
>>> Regards,
>>> Mike
>>>
>>
>> -- 
>> View this message in context: 
>> http://www.nabble.com/CsoundVST_wrapp.cc-error-tf3410228.html#a9503218
>> Sent from the Csound - General mailing list archive at Nabble.com.
>>
>> -- 
>> Send bugs reports to this list.
>> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk 
>
>-- 
>Send bugs reports to this list.
>To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk