27 Jan
2009
27 Jan
'09
6:21 a.m.
Hi, all.
I found a small problem in build.xml that broke the build. In the "cxxtest" target, the path of the python executable was set to /target/python/python.exe . The problem with that is that the python you want at build time is the one that is native on your build machine. So on Linux, it would be /usr/bin/python or whatever. For win32/Mingw native builds, it would be preferable to add ${devlibs}/python to the PATH in mingwenv.bat rather than to explicitly invoke the one in /target/. Just "python" should be correct.
Can someome please commit this? I don't want to commit the cross-compile version and break native/mingw.
bob