custom build command not found
Posted: Mon Jul 19, 2010 3:55 am
Hello,
I am using CodeLite v2.5.3.4075 on Mac OS X 10.5.8. I enabled custom build with build command "scons". When I build the project from CodeLite I get this error:
----------Build Started--------
MESSAGE: Entering directory `/Users/afsheenb/MongoDB/mongo/'
/bin/sh -c 'scons'
----------Building project:[ mongod - Release ]----------
/bin/sh: scons: command not found
----------Build Ended----------
0 errors, 0 warnings
but from my terminal it works:
> /bin/sh -c 'scons'
scons: Reading SConscript files ...
> which scons
/usr/local/bin/scons
Why does CodeLite not see programs in /usr/local/bin/ and how do I make it see them?
Thanks a lot,
Tony
I am using CodeLite v2.5.3.4075 on Mac OS X 10.5.8. I enabled custom build with build command "scons". When I build the project from CodeLite I get this error:
----------Build Started--------
MESSAGE: Entering directory `/Users/afsheenb/MongoDB/mongo/'
/bin/sh -c 'scons'
----------Building project:[ mongod - Release ]----------
/bin/sh: scons: command not found
----------Build Ended----------
0 errors, 0 warnings
but from my terminal it works:
> /bin/sh -c 'scons'
scons: Reading SConscript files ...
> which scons
/usr/local/bin/scons
Why does CodeLite not see programs in /usr/local/bin/ and how do I make it see them?
Thanks a lot,
Tony