This is not really a bug, but nevertheless I would like to share this knowledge with you:
Windows allows semicolons (";") to be used in paths and filenames. At the same time CMake uses semicolons to store lists in strings...
Bottom line is that you cannot run CMake with a semicolon in any of your relevant paths.
So when you encounter strange problems with CMake on a Windows box, be aware...
Windows path conventions and CMake
Moderator: PPS-Leaders
Windows path conventions and CMake
http://www.xkcd.com/
A webcomic of romance, sarcasm, math, and language.
A webcomic of romance, sarcasm, math, and language.
Thanks for the note
Btw, Unix allows = in filenames, Windows doesn't (there may be more such symbols). With TortoiseSVN (and probably with other clients too) it's not even possible to do a full checkout if one file contains such a symbol, it just stops with an error at this file. I've encountered this problem in another project.
Btw, Unix allows = in filenames, Windows doesn't (there may be more such symbols). With TortoiseSVN (and probably with other clients too) it's not even possible to do a full checkout if one file contains such a symbol, it just stops with an error at this file. I've encountered this problem in another project.
Fabian 'x3n' Landau, Orxonox developer
Oh, that's really no so good for windows users...
Thanks a lot for the hint anyway.
I once had to recheckout the media repository because a file was renamed, but only one lower case letter was changed to upper case. Later on, the same situation occurred, but didn't raise problems though..
Thanks a lot for the hint anyway.
I once had to recheckout the media repository because a file was renamed, but only one lower case letter was changed to upper case. Later on, the same situation occurred, but didn't raise problems though..
http://www.xkcd.com/
A webcomic of romance, sarcasm, math, and language.
A webcomic of romance, sarcasm, math, and language.
Who is online
Users browsing this forum: No registered users and 1 guest