| Does your SConstruct have this line:
if sys.platform[:5] == 'linux':
If so this should not be a problem.
----- Original Message -----
From: "kelly"
To:
Sent: Saturday, March 12, 2005 11:51 PM
Subject: [Cs-dev] build errors
> For custom options, run 'scons -h'.
> For default options, run 'scons -H'.
> If headers or libraries are not found, edit 'custom.py'.
> For Linux, run in the standard shell
> with standard Python and just run 'scons'.
> For MinGW, run in the MSys shell
> and use www.python.org WIN32 Python to run scons.
> For Cygwin, run in the Cygwin shell
> and use Cygwin Python to run 'scons'.
>
> System platform is 'linux2'.
> NameError: name 'commonEnvironment' is not defined:
> File "SConstruct", line 133:
> commonEnvironment = Environment(options = opts)
> File "/usr/lib/scons/SCons/Environment.py", line 260:
> options.Update(self)
> File "/usr/lib/scons/SCons/Options/__init__.py", line 147:
> execfile(filename, values)
> File "custom.py", line 21:
> commonEnvironment.Prepend(LIBPATH = ['.', '#.', '/usr/local/lib',
> '/usr/lib'])
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |