Do you have a PYTHON environment variable set? If so, apparently it is not being imported into the MSYS environment in a useful way. Namely, the backslashes are not being translated to forward slashes, etc. The result is that the MSYS shell is eating the backslashes when the command is run. You could try removing your PYTHON environment variable before configuring CEL (assuming python.exe is in your PATH). Alternately, edit cel/Jamconfig and change PYTHON setting to "/c/python25/python.exe", which is what MSYS would prefer.
-- ES Robert Vandeventer wrote: > Another day, another attempt. CS seems to work right as does CEL, but I > do get one odd failure from CEL > > MarshallPy > ./out/msysx86/optimize/plugins/behaviourlayer/python/PYCEL_py.cpp > sh: c:python25python.exe: command not found > > c:\python25\python.exe ./bin/marshall-py.py ./scripts/pycel.py > ./out/msysx86/optimize/plugins/behaviourlayer/python/PYCEL_py.cpp > > ...failed MarshallPy > ./out/msysx86/optimize/plugins/behaviourlayer/python/PYCEL_py.cpp ... > ...skipped <plugins!behaviourlayer!python!>PYCEL_py.o for lack of > <plugins!behaviourlayer!python>PYCEL_py.cpp... > > Is this normal? ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
