Hi All, I looked at the diff between 1.611 and 1.612 and saw this odd mix of tabs and spaces around this part of the file: SWIGFLAGS = [swigflags, '-lua', '-outdir', '.']) if getPlatform() != 'darwin': csoundInterfacesSources.insert(0, csoundLuaInterface) if getPlatform() == 'win32': csoundInterfacesEnvironment.Prepend(LIBS = ['lua51']) else: I haven't updated from CVS as this part of the project file looks off. Also, this part of the Sconstruct looks off: if javaFound and commonEnvironment['buildJavaWrapper'] != '1': print 'CONFIGURATION DECISION: Building Java wrappers for Csound interfaces library.' csoundJavaWrapperEnvironment = csoundInterfacesEnvironment.Copy() it seems like it should be: if javaFound and commonEnvironment['buildJavaWrapper'] == '1': print 'CONFIGURATION DECISION: Building Java wrappers for Csound interfaces library.' csoundJavaWrapperEnvironment = csoundInterfacesEnvironment.Copy() 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