On Wednesday 14 December 2005 11:12, Victor Lazzarini wrote: > Another question. I have just built the OSX CsoundLib.Framework, > why is it building version 5.1 now? How does the version system > work? It uses the version number defined around line 455: # library version is CS_VERSION.CS_APIVERSION csoundLibraryVersion = '5.1' If you would prefer not using this, just replace the following at line 644: csoundFrameworkEnvironment.Command( i[0].replace('5.0', csoundLibraryVersion), i[1].replace('5.0', csoundLibraryVersion), i[2].replace('5.0', csoundLibraryVersion)) with: csoundFrameworkEnvironment.Command(i[0], i[1], i[2]) ------------------------------------------------------- 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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net