Csound Csound-dev Csound-tekno Search About

Re: winbuild csoundvst lua

Date2005-11-06 14:39
FromMichael Gogins
SubjectRe: winbuild csoundvst lua
What version of gcc are you using?

-----Original Message-----
From: James Hearon 
Sent: Nov 5, 2005 10:44 PM
To: csound@lists.bath.ac.uk
Subject: [Csnd] winbuild csoundvst lua



sorry.  seems swig needs the path to the 1.3.27 dir as well as each package 
within that dir too, but now wrap is failing on something to do with lua 
which I don't quite understand.


custom.py
############################################################
    # Attempt to locate SWIG stuff
    customCPPPATH.append('C:/utah/usr/msys/1.0/local/share/swig/1.3.27')
    
customCPPPATH.append('C:/utah/usr/msys/1.0/local/share/swig/1.3.27/python')
    
customCPPPATH.append('C:/utah/usr/msys/1.0/local/share/swig/1.3.27/java')
    customCPPPATH.append('C:/utah/usr/msys/1.0/local/share/swig/1.3.27/tcl')
    customCPPPATH.append('C:/utah/usr/msys/1.0/local/share/swig/1.3.27/lua')

this makes it compile down to here:

Scons error:
(503): Can't wrap 'std::vector<(bool,_Alloc)>' unless renamed to a valid 
identifier.
scons: building terminated because of errors.
scons: *** [interfaces\lua_interface_wrap.cc] Error 53


-- 
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk