Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:5108] Re: Problem building CsoundVST

Date2004-07-28 02:06
From"Michael Gogins"
Subject[CSOUND-DEV:5108] Re: Problem building CsoundVST
I'm not sure. Try doing a clean build. Sometimes when I build, even if I
have changed the .i file, the wrapper is not regenerated. If I delete
CsoundVST_wrap.cc, however, SWIG does run and regenerate it. So I'm not sure
what's happening with you. Can you send me any more information? This is
probably something that really needs to be fixed, so thanks for the
information.

Try touching the CsoundVST_wrap.cc file, then rebuilding, too.

----- Original Message ----- 
From: "Andres Cabrera" 
To: "Csound Developers Discussion List" 
Sent: Tuesday, July 27, 2004 8:32 PM
Subject: [CSOUND-DEV:5107] Problem building CsoundVST


> Hi Michael,
> It's the first time I've tried to build CsoundVST, and I'm getting the
> following:
> scons: *** Source `frontends\CsoundVST\CsoundVST_wrap.cc' not found,
> needed by target `_CsoundVST.dll'.  Stop.
>
> I have the latest SWIG (1.3.21) and Boost(1.31.0), any ideas what's wrong?
>
> Thanks,
> Andres
>

Date2004-07-28 02:39
FromAndres Cabrera
Subject[CSOUND-DEV:5110] Re: Problem building CsoundVST
Hi Michael,
I've tried doing a clean build, but have the same problem:
g++ -dynamic --subsystem:windows -shared --no-export-all-symbols 
--add-stdcall-a      lias -o pyrun.dll frontends\CsoundVST\pyrun.o 
-LC:\projects\csound5\windows_dlls       -Lcygwin_import_libs 
-LC:\tools\mingw\lib -LC:\tools\libsndfile-1.0.10pre8 -LC:      
\tools\portaudio\lib -LC:\tools\fltk-1.1.5rc1\lib 
-LC:\msys\1.0\local\lib -LC:\t      ools\fluidsynth -L. -L. -L. 
-L\usr\include\lib -L\usr\local\lib -lcsound -lsndfi      le -lportaudio 
-lwinmm -ldsound -lstdc++ -lsupc++ -lpython23 -Wl,--out-implib,li      
bpyrun.a -Wl,--output-def,pyrun.def
Creating library file: libpyrun.a
scons: building terminated because of errors.
scons: *** Source `frontends\CsoundVST\CsoundVST_wrap.cc' not found, 
needed by t      arget `_CsoundVST.dll'.  Stop.
CsoundVST_wrap.cc is not created anywhere, should it be there already, 
or should it be created at build time?
I don't see anything else strange in the build report apart from the 
usual warnings.
I'm using SCONS 0.95 build D001.

Michael Gogins wrote:

>I'm not sure. Try doing a clean build. Sometimes when I build, even if I
>have changed the .i file, the wrapper is not regenerated. If I delete
>CsoundVST_wrap.cc, however, SWIG does run and regenerate it. So I'm not sure
>what's happening with you. Can you send me any more information? This is
>probably something that really needs to be fixed, so thanks for the
>information.
>
>Try touching the CsoundVST_wrap.cc file, then rebuilding, too.
>
>----- Original Message ----- 
>From: "Andres Cabrera" 
>To: "Csound Developers Discussion List" 
>Sent: Tuesday, July 27, 2004 8:32 PM
>Subject: [CSOUND-DEV:5107] Problem building CsoundVST
>
>
>  
>
>>Hi Michael,
>>It's the first time I've tried to build CsoundVST, and I'm getting the
>>following:
>>scons: *** Source `frontends\CsoundVST\CsoundVST_wrap.cc' not found,
>>needed by target `_CsoundVST.dll'.  Stop.
>>
>>I have the latest SWIG (1.3.21) and Boost(1.31.0), any ideas what's wrong?
>>
>>Thanks,
>>Andres
>>
>>    
>>
>
>
>  
>