Csound Csound-dev Csound-tekno Search About

[Cs-dev] SConstruct error

Date2008-02-17 18:56
Fromjpff
Subject[Cs-dev] SConstruct error
In version revision 1.609, Sat Feb 16 21:06:57 2008 there is added
text in an else that captures text that belongs to the then code

# 	Line 1117  	Line 1115 
1115 	                 option = '-I' + option 	                 option = '-I' + option
1116 	                 csoundWrapperEnvironment.Append(SWIGFLAGS = [option]) 	                 csoundWrapperEnvironment.Append(SWIGFLAGS = [option])
1117 	         swigflags = csoundWrapperEnvironment['SWIGFLAGS'] 	         swigflags = csoundWrapperEnvironment['SWIGFLAGS']
1118 	         if javaFound and commonEnvironment['buildJavaWrapper'] == '1': 	         if javaFound and commonEnvironment['buildJavaWrapper'] != '1':
1119 	                 print 'CONFIGURATION DECISION: Building Java wrappers for Csound interfaces library.' 	                 print 'CONFIGURATION DECISION: Building Java wrappers for Csound interfaces library.'
1120 	  	         else:
1121 	  	                 print 'CONFIGURATION DECISION: Not building Java wrappers for Csound interfaces library.'
1122 	                 csoundJavaWrapperEnvironment = csoundInterfacesEnvironment.Copy() 	                 csoundJavaWrapperEnvironment = csoundInterfacesEnvironment.Copy()
1123 	                 if getPlatform() == 'darwin': 	                 if getPlatform() == 'darwin':
1124 	                         csoundWrapperEnvironment.Append(CPPPATH = 	                         csoundWrapperEnvironment.Append(CPPPATH =


This is the latest reason I cannot build.  I an not really happy
editing python as I am not sure I understand what is being attempted.

==John ffitch

-------------------------------------------------------------------------
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