SFML community forums

Bindings - other languages => C => Topic started by: Groogy on February 10, 2012, 10:13:00 pm

Title: Faulty Cmake configuration I think
Post by: Groogy on February 10, 2012, 10:13:00 pm
Well been trying to compile latest CSFML version several times. And it fails everytime with the same error which looks like if the cmake files are not in order. I tried cleaning out the cmake generated files and redownloading the library but nothing worked.

The same result for release as well.
Is it something on my end? Update cmake or something like that?

(https://legacy.sfmluploads.org/cache/pics/206_cmake%20and%20csfml.png)
Title: Faulty Cmake configuration I think
Post by: Laurent on February 10, 2012, 10:33:41 pm
There's a space in your path. Are you crazy??! :lol:

I'm supposed to solve this by enclosing CMake variables into quotes, but I have no idea where this one is.
Title: Faulty Cmake configuration I think
Post by: Groogy on February 10, 2012, 10:44:23 pm
Actually the spaces is nothing I can do against. It's the standard namepath on Windows 7 64bit for 32bit applications.

But anyway I solved it by updating Cmake so it was nothing you could do against it ^^
Title: Faulty Cmake configuration I think
Post by: Laurent on February 11, 2012, 09:29:10 am
Quote
Actually the spaces is nothing I can do against. It's the standard namepath on Windows 7 64bit for 32bit applications.

You're not forced to install libraries in Program Files ;)
I never do. It always causes problems one day or another.