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

Pages: [1]
1
General / Error on linux x64
« on: November 03, 2008, 05:21:18 pm »
Quote from: "Laurent"
Sounds good, I'll try to apply these changes as soon as possible :)

Are the patches included in the newest svn version? Does not seem to me.

2
General / Error on linux x64
« on: November 01, 2008, 08:46:07 pm »
Hm ok will use the svn version until 1.4 is released.

Edit:
Now I'm using the svn version compiling works but installing not.
But I get an different error:
Code: [Select]
+ make install DESTDIR=/var/tmp/sfml-1.3.917-build                                                              
make[1]: Entering directory `/usr/src/packages/BUILD/sfml/src/SFML'                                            
make[2]: Entering directory `/usr/src/packages/BUILD/sfml/src/SFML/System'                                      
ln: accessing `/var/tmp/sfml-1.3.917-build/lib/libsfml-system.so': Not a directory                              
make[2]: *** [install] Error 1                                                                                  
make[2]: Leaving directory `/usr/src/packages/BUILD/sfml/src/SFML/System'                                      
make[1]: *** [install] Error 2                                                                                  
make[1]: Leaving directory `/usr/src/packages/BUILD/sfml/src/SFML'                                              
make: *** [install] Error 2                                                                                    
error: Bad exit status from /var/tmp/rpm-tmp.70981 (%install)    

3
General / Error on linux x64
« on: November 01, 2008, 08:31:02 pm »
Thank you.
I'm trying to make some rpm packages for sfml.
Compiling works. But installing via cp does not because it wants to cp directly to /usr/lib
like written in src/SFML/Network/makefile:
@($(CP) $(LIBNAME) /usr/lib $(INSTALL))

The buildservice which I use creates an extra directory for building and modifies the build flags I suppose. Oh and other apps/libs are using ./configure before  :wink: make.

I think it is better to use $(LIBPATH) instead of /usr/lib

4
General / Error on linux x64
« on: November 01, 2008, 06:18:48 pm »
Hi, I'm tried to compile sfml C++ but I got an error:

Code: [Select]
g++ -o IPAddress.o -c IPAddress.cpp -W -Wall -pedantic -I../../../include -I../../ -DNDEBUG -O2 -fPIC                                                                                                              
IPAddress.cpp: In static member function ‘static sf::IPAddress sf::IPAddress::GetLocalAddress()’:
IPAddress.cpp:151: error: ‘memset’ was not declared in this scope
IPAddress.cpp: In static member function ‘static sf::IPAddress sf::IPAddress::GetPublicAddress()’:
IPAddress.cpp:202: error: ‘memset’ was not declared in this scope
IPAddress.cpp:238: error: ‘strcat’ was not declared in this scope


And a real up to date list of packages which are required to build sfml would be great.
Thanks.

Pages: [1]
anything