1
C / CMake Error at cmake/Macros.cmake:55 (csfml_parse_arguments)
« on: June 10, 2011, 08:18:48 am »
I have downloaded SFML2 today mornig.
SFML was successful compiled
All SFML* variables was set correct
but when I start cmake (Configure Button) I get this CMake error below:
How can I fix it? Maybe a problem with the '_' on the path (\_SFML2_110610\...)?
Thanks
aisman
SFML was successful compiled
All SFML* variables was set correct
but when I start cmake (Configure Button) I get this CMake error below:
How can I fix it? Maybe a problem with the '_' on the path (\_SFML2_110610\...)?
Thanks
aisman
Code: [Select]
Found SFML: D:\_1_PRIVATE_\_SFML2_110610\include
CMake Error at cmake/Macros.cmake:55 (csfml_parse_arguments):
Syntax error in cmake code at
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/cmake/Macros.cmake:55
when parsing string
SOURCES;D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/Clock.cpp;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/ClockStruct.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/include/SFML/System/Clock.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/Mutex.cpp;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/MutexStruct.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/include/SFML/System/Mutex.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/Sleep.cpp;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/include/SFML/System/Sleep.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/Thread.cpp;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/ThreadStruct.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/include/SFML/System/Thread.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/include/SFML/System/Types.h;
DEPENDS;debug;D:\_1_PRIVATE_\_SFML2_110610\SFML2_build\lib\Debug;
optimized;D:\_1_PRIVATE_\_SFML2_110610\SFML2_build\lib\Release
Invalid escape sequence \_
Call Stack (most recent call first):
src/SFML/System/CMakeLists.txt:22 (csfml_add_library)
Configuring incomplete, errors occurred!