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 - AlexandreJ

Pages: [1]
1
General discussions / Compiling the source on Fedora 15
« on: September 18, 2011, 11:38:24 am »
I edit my /etc/ld.so.conf and add /usr/local/lib, run ldconfig to update. It works !

2
General discussions / Compiling the source on Fedora 15
« on: September 17, 2011, 03:45:11 pm »
Finally I used sdk version :

On Fedora 15 :
- dl SFML sdk
- run : su -c "make install"
- run : su -c "cp /usr/local/lib/libsfml* /usr/lib"

I think my path is configured in /usr/local/lib...

Thanks

3
General discussions / Compiling the source on Fedora 15
« on: September 15, 2011, 09:38:17 pm »
Hum no, I'm trying but cmake need a parameters and if I specify a generator (?),

Error generated : "my directory don't contains "CMakeLists.txt""

4
General discussions / Compiling the source on Fedora 15
« on: September 15, 2011, 09:24:56 pm »
Strange, I download sdk sfml and I try to compile it with make :

Code: [Select]
g++ -o Image.o -c Image.cpp -W -Wall -pedantic -I../../../include -I../../ -O2 -DNDEBUG -fPIC -I/usr/include/freetype2
In file included from ../../../include/SFML/System/Resource.hpp:211:0,
                 from ../../../include/SFML/Graphics/Image.hpp:31,
                 from Image.cpp:28:
../../../include/SFML/System/ResourcePtr.inl: In constructor ‘sf::ResourcePtr< <template-parameter-1-1> >::ResourcePtr()’:
../../../include/SFML/System/ResourcePtr.inl:31:12: error: ‘NULL’ was not declared in this scope
In file included from ../../../include/SFML/System/Resource.hpp:211:0,
                 from ../../../include/SFML/Graphics/Image.hpp:31,
                 from Image.cpp:28:
../../../include/SFML/System/ResourcePtr.inl: In member function ‘void sf::ResourcePtr< <template-parameter-1-1> >::OnResourceDestroyed()’:
../../../include/SFML/System/ResourcePtr.inl:148:18: error: ‘NULL’ was not declared in this scope
make[2]: *** [Image.o] Error 1
make[2]: Leaving directory `/home/alexandre/Downloads/SFML-1.6/src/SFML/Graphics'
make[1]: *** [sfml-graphics] Error 2
make[1]: Leaving directory `/home/alexandre/Downloads/SFML-1.6/src/SFML'
make: *** [sfml] Error 2

5
General discussions / Compiling the source on Fedora 15
« on: September 15, 2011, 09:04:16 pm »
@manasij7479

Have you find a solution to compile SFML ? I have the same problem under Fedora 15.

Pages: [1]
anything