Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:5393] CsoundVST

Date2004-10-10 22:28
Fromsteven yi
Subject[CSOUND-DEV:5393] CsoundVST
Hi Michael and all,

In trying to build CsoundVST today, I had to remove "-outdir ." from the 
SWIGFLAGS as SWIG didn't recognize those as options.  I removed it and 
it seemed to work fine.  Any problems if I remove them from the 
SConstruct file?

Also, it seems no matter what I try, when trying to run CsoundVST, I get:

./CsoundVST: error while loading shared libraries: _CsoundVST.so: cannot 
open shared object file: No such file or directory

Running ldd on CsoundVST, I get:

 _CsoundVST.so => not found
        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x07c49000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x00647000)
        libm.so.6 => /lib/tls/libm.so.6 (0x004b0000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00338000)
        libc.so.6 => /lib/tls/libc.so.6 (0x00393000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x0037a000)

I also find that trying to run the Windows build that you've put 
together I get the same error and thus am unable to run CsoundVST on 
WinXP.  On both XP and Linux I've tried moving the _CsoundVST.so or .dll 
into system folders and /usr/local/lib and I've set up PYTHONPATH to the 
location of _CsoundVST.so and CsoundVST.py.  I can run CsoundVST within 
python by starting python and doing "import CsoundVST", just not the 
executable.

Any help on the linking issue with CsoundVST executable would be 
appreciated!
steven