Right, but maybe we shouldn't let SConstruct bomb out if that set of flags happens to be set. How does this sound: before building CsoundVST if we add a check to see if buildInterfaces is set and if not show a big box of text saying that it requires buildInterfaces, then do a failure right there instead of throwing an exception? That would make it pretty clear to the person building what's going on. steven On 10/26/06, Michael Gogins wrote: > Ah, but CsoundVST depends on having the interfaces. It is a use of the Python interface. > > Regards, > Mike > > -----Original Message----- > >From: Steven Yi > >Sent: Oct 26, 2006 2:28 AM > >To: Developer discussions > >Subject: Re: [Cs-dev] Build error... > > > >Hi Ken, > > > >I'm not on my normal computer and am looking at the CVS web version of > >SConstruct. I'm guessing that you set buildInterfaces=0 but set > >buildCsoundVST=1? From just perusing and not being able to try it > >here, that seems to be the problem. If that is the problem, we need > >to change the build file to handle what to do in this case. > > > >steven > > > > > >On 10/26/06, Ken wrote: > >> Thanks for the help David, unfortunately the same error. This si the > >> first time this has happened to me. > >> k > >> > >> David Akbari wrote: > >> > It seems that the SConstruct was changed from using a simple integer to > >> > 'def_intfc' variable. Since I don't use MSVC I've been having sporadic > >> > problems now and then related to this same problem. As a general > >> > workaround > >> > > >> > - Change - > >> > > >> > if not withMSVC: > >> > def_intfc = '1' > >> > else: > >> > def_intfc = '0' > >> > opts.Add('buildInterfaces', > >> > "Build interface library for Python, JAVA, Lua, C++, and other > >> > languages.", def_intfc) > >> > > >> > > >> > - to - > >> > > >> > opts.Add('buildInterfaces', > >> > "Build interface library for Python, JAVA, Lua, C++, and other > >> > languages.", '1') > >> > > >> > > >> > > >> > -David > >> > > >> > On Oct 25, 2006, at 8:54 PM, Ken wrote: > >> > > >> > > >> >> I'm getting a weird build error on the latest cvs. Any hints? > >> >> > >> >> CONFIGURATION DECISION: Building FLTK GUI frontend. > >> >> CONFIGURATION DECISION: Building CsoundVST plugin and standalone. > >> >> PATH = > >> >> /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/ > >> >> X11:/usr/games:/home/nunativs/code/bin > >> >> NameError: name 'csoundInterfaces' is not defined: > >> >> File "SConstruct", line 1662: > >> >> Depends(csoundvst, csoundInterfaces) > >> >> nunativs@taosun:~/sound/csound/source/csound5$ > >> >> > >> > > >> > > >> > ------------------------------------------------------------------------- > >> > Using Tomcat but need to do more? Need to support web services, security? > >> > Get stuff done quickly with pre-integrated technology to make your job easier > >> > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> > _______________________________________________ > >> > Csound-devel mailing list > >> > Csound-devel@lists.sourceforge.net > >> > https://lists.sourceforge.net/lists/listinfo/csound-devel > >> > > >> > > >> > >> > >> ------------------------------------------------------------------------- > >> Using Tomcat but need to do more? Need to support web services, security? > >> Get stuff done quickly with pre-integrated technology to make your job easier > >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> _______________________________________________ > >> Csound-devel mailing list > >> Csound-devel@lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/csound-devel > >> > > > >------------------------------------------------------------------------- > >Using Tomcat but need to do more? Need to support web services, security? > >Get stuff done quickly with pre-integrated technology to make your job easier > >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >_______________________________________________ > >Csound-devel mailing list > >Csound-devel@lists.sourceforge.net > >https://lists.sourceforge.net/lists/listinfo/csound-devel > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net