| What is your version of SWIG? Mine is 1.3.27. Once a while ago an older version caused this problem for me.
Regards,
Mike
-----Original Message-----
From: James Hearon
Sent: Nov 5, 2005 7:54 PM
To: csound@lists.bath.ac.uk
Subject: [Csnd] winbuild csoundvst lua
Hi,
can't get vst to build, keep getting Scons error?
scons: *** Two different sets of overrides were specified for the same
target: frontends\CsoundVST\CsoundVST.o
File "SConstruct", line 1128, in ?
...
if getPlatform() == 'mingw':
vstEnvironment.Append(LIBS = csoundWindowsLibraries)
vstEnvironment.Append(SHLINKFLAGS = ['-module'])
vstEnvironment['ENV']['PATH'] = os.environ['PATH']
csoundVstSources.append('frontends/CsoundVST/_CsoundVST.def')
swigflags = vstEnvironment['SWIGFLAGS']
csoundVstPythonWrapper =
vstEnvironment.SharedObject('frontends/CsoundVST/CsoundVST.i', SWIGFLAGS =
[swigflags, '-python'])
csoundVstSources.insert(0, csoundVstPythonWrapper)
1128 ?????? csoundvst = vstEnvironment.SharedLibrary('CsoundVST',
csoundVstSources, SHLIBPREFIX = '_')
also got lua built, but don't see any options to turn it on in SConstruct.
A little confused about what's supposed to happen with that.
Thanks.
--
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
|