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