Welcome, Guest. Please login or register. Did you miss your activation email?

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.


Messages - Aureti

Pages: [1]
1
General / Re: Unknown CMake command "sfml_add_library" (Linux)
« on: January 08, 2013, 10:24:22 am »
Doesn't work. At least we now know I don't need the latest version of cmake for it :P
Well, since the only reason I need sfml is for a certain program, and that program is also for Windows, and I happen to have Windows on another computer, I will stop trying to get sfml to work for a while. I don't have anything else that I would want to install that requires it.

Sorry for wasting your time?

2
General / Re: Unknown CMake command "sfml_add_library" (Linux)
« on: January 07, 2013, 02:23:22 pm »
I installed all the dependencies.
Then
Code: [Select]
wget -c https://github.com/SFML/SFML/tarball/masterI extracted it to my home folder, then ran
Code: [Select]
cmake . inside the extracted folder. That is when it gives the error.


I will try using the latest version of cmake when I can, and I'll post the results tomorrow.

3
General / Re: Unknown CMake command "sfml_add_library" (Linux)
« on: January 07, 2013, 01:49:56 pm »
I know that linux is not an operating system, but shouldn't the kernel only matter(much)?
I am using Lubuntu 12.10.

The latest version of cmake is 2.8.10. I have 2.8.9, and I don't think that already counts as an outdated version.

4
General / Re: Unknown CMake command "sfml_add_library" (Linux)
« on: January 06, 2013, 01:54:04 pm »
I did follow the instructions step by step. I still get the error.
I ran the cmake command in the sfml folder.

5
General / Unknown CMake command "sfml_add_library" (Linux)
« on: January 06, 2013, 03:22:49 am »
While trying to prepare sfml for compiling with cmake, I get the following error:

Code: [Select]
CMake Error at CMakeLists.txt:124 (sfml_add_library):
  Unknown CMake command "sfml_add_library".


-- Configuring incomplete, errors occurred!

I downloaded sfml from http://github.com/LaurentGomila/SFML/tarball/master.
I am using version 2.8.9 of cmake. I could not find any solution to this, the only results I get when searching for a solution is in an old thread about OS X.

Pages: [1]
anything