On Sunday 06 April 2008 23:27:11 DavidW wrote: > On 07/04/2008, at 1:06 PM, Felipe Sateler wrote: > >> ---- > >> insert at line 237 > >> commandOptions.Add('useFLTK', > >> 'Set to 1 to use FLTK for graphs and widget opcodes.', > >> '1') > >> (and other appropriate env if necess) > >> > >> Its causing > >> commandOptions.Add('useFLTK', 'Set to 1 to use FLTK for graphs and > >> widget opcodes.', '1') > >> to exception ~ 10 lines from EOF. > > > > I don't understand this. It may be that you mail client broke the > > formatting, > > but single quoted strings can't be split into multiple lines. > > sorry - that's the list mailer doing the line breaks. > My point is that > > >> commandOptions.Add('useFLTK', > >> 'Set to 1 to use FLTK for graphs and widget opcodes.', > >> '1') > > need to be inserted (IT USED TO BE at line 237 or thereabouts) > for the EOF minus 10 lines command: > > if util.platform == 'darwin' and commonEnvironment['useFLTK'] == '1': > print "CONFIGURATION DECISION: Adding resource fork for csound" > util.addOSXResourceFork(commonEnvironment, 'csound', '') > > not to exception. In was missing in today's CVS update. Oh. This is because useFLTK is defined in InOut/SConscript. Moving it to after the SConscript calls should fix it (while a better place for it is found... what are these OSX resource forks?). -- Felipe Sateler