1
General / Re: Failing to compile with SJLJ SFML-2.0 binaries
« on: December 22, 2012, 06:51:15 pm »Also it is interesting to note that the binaries you linked work, the ones I compiled myself however do not. Care to share your secret of using cmake properly?What exactly do you mean by binaries? The examples or the SFML libs itself?
The dlls and libs themselves work without a problem.
There's one special trick I've to use for TDM-GCC, because TDM builds things statically by default, thus you have to explicitly tell the compiler when to link dynamically, but I don't know if that has anything to do with it. Other than that I use CMake like you would with any other compiler...
I had problems creating the dll files, so thanks for the information.
Edit: This error in particular:
Code: [Select]
mingw32-make[2]: *** No rule to make target `lib/sfml-system.a', needed by `lib/
sfml-window-2.dll'. Stop.
mingw32-make[1]: *** [src/SFML/Window/CMakeFiles/sfml-window.dir/all] Error 2
mingw32-make: *** [all] Error 2