Zitat von Alexander Neundorf <[EMAIL PROTECTED]>:
This is the ABI test. It is not special for cross compiling, but it would be
nice if it would work.
We need to see the error message.

I found out why: yet another bug in the compiler front-end. It doesn't copy "" to the cpp30 call, thus a space in the path breaks it. :-(
On Windows, CMake installs to a path with spaces by default:
  "C:\Program Files\Cmake 2.6"

Not actually a CMake problem, just an extremely buggy compiler frontend. I just note for user of that one to install cmake to C:\local instead. The only work-around I could imagine is to copy over the file before trying to compile it (no path -> no problems).

Thanks anyway...

HS


_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to