It is still broken. The error I get is: NameError: name 'acEnvironment' is not defined: File "C:\work\workspace\csound5\SConstruct", line 2054: counterpoint = acEnvironment.Program( On Sun, Mar 16, 2008 at 6:19 PM, Michael Gogins wrote: > This should be fixed now. > > Regards, > Mike > > > > ----- Original Message ----- > From: "Steven Yi" > To: "Developer discussions" > Sent: Sunday, March 16, 2008 8:58 PM > Subject: [Cs-dev] Broken Build > > > > Hi All, > > > > The latest SConstruct is broken. I get an error that acEnvironment is > > not defined, and It has to do with these lines: > > > > > > if commonEnvironment['useDouble'] != '0': > > counterpoint = acEnvironment.Program( > > 'counterpoint', ['frontends/CsoundAC/CounterpointMain.cpp'], > > LIBS = Split('CsoundAC csnd csound64')) > > else: > > counterpoint = acEnvironment.Program( > > 'counterpoint', ['frontends/CsoundAC/CounterpointMain.cpp'], > > LIBS = Split('CsoundAC csnd csound32')) > > zipDependencies.append(counterpoint) > > > > These lines look mal-indented and the zipDependencies line seems like > > it needs to be called for either of those branches of code there, but > > it won't work unless duplicated for both branches or else counterpoint > > be defined as a var on the same indentation level as zipDependencies. > > > > I'm not sure what was intended with this change so will wait for the fix. > > > > Thanks, > > steven > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Csound-devel mailing list > > Csound-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/csound-devel > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net