| Line 1692 on SConstruct says
csEditor = csEditorEnvironment.Command('cseditor', 'frontends/cseditor/cseditor.cxx')
but Command needs 3 arguments. Should it read
csEditor = csEditorEnvironment.Command( '%s/cseditor' % appDir, 'cseditor', 'frontends/cseditor/cseditor.cxx')
??
==John ffitch
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |