Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Kheartz

#1
Installation help / Re: Can't compile through CMake
10 November 2014, 00:20:44
Good 'ol Visual Studio!  ;)
#2
Installation help / Re: Can't compile through CMake
10 November 2014, 00:00:06
As soon as you inferred that there should be no sub-directories earlier, I went back and it worked! I could have sworn that these two folders were originally in the SFML 2.1 packages. I could be wrong.

Thanks for your assistance.
#3
Installation help / Re: Can't compile through CMake
09 November 2014, 23:55:55
Thanks for your fast reply.


Right, I didn't compile it myself.
The lib folder actually contains two sub-directories "Debug" and "Release".

I had to fill in SFML_ROOT and SFML_INCLUDE_DIR manually, I'm not sure how the external libraries popped up on CMake the first time. I didn't have to manually insert those fields. I tried replicating it, but no luck.

KHeartz
#4
Installation help / Can't compile through CMake
09 November 2014, 23:37:45
Hello,

I am trying to compile TGUI against SFML.1 using CMake (through Visual Studio 12 2013). I receive the errors below:



I've been looking around to see if anyone else had similar problems; I couldn't find anyone else with this issue.
The directory for SFML_ROOT DOES contain include and lib. I've even been making copies of folders and moving them around to try and make it sync. The contents of "lib" and "Libs" are identical.



Thanks.