On Sun, Oct 19, 2008 at 10:42 PM, victor wrote: > Try adding the option useGettext=0 to avoid any of this. Otherwise > SConstruct needs to be edited to add '-lintl' to the command line > (using CommonEnvironment.Append(LIBS=['intl'])) > Thanks Victor - both of those suggestions worked. I tried a 3rd way -- modifying custom.py as customLIBS = ['intl'], which also did the trick. (I did not look into jpff's suggestion, that just arrived, to install libgettext) I use a python from macports, which lives in /opt; it has a framework. The SConstruct has 2 darwin options for framework locations -- /System, and /Library, for the native and MacPython versions, respectively. The variable pyBasePath is set based on the python version to one of those -- and I wanted neither. I over-rode that choice by pyBasePath = '/opt/local/Library/Frameworks/Python.framework', and it built. Michael's suspicion that it is not scons-related seems to be borne out. The admonition in the docs to use an old version might need purging. -Peter ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net