On Thursday 02 February 2006 14:28, jpff@codemist.co.uk wrote: > ...and more > Building from sources it fails in SConstruct as False is not defined You probably have a Python version 2.2 or older which does not have the boolean type. However, replacing 'buildOSXFramework = False' with 'buildOSXFramework = 0', and 'buildOSXFramework = True' with 'buildOSXFramework = 1' should fix your error. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net