Compile missing files

Compile missing files

Discuss everything related to running Spring on your chosen distribution of Linux.

Moderator: Moderators

Post Reply
naka
Posts: 1
Joined: 12 Jan 2008, 19:02

Compile missing files

Post by naka »

Code: Select all

g++ -fsingle-precision-constant -frounding-math -fsignaling-nans -mieee-fp -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -mfpmath=387 -pthread -D_REENTRANT -D_SZ_ONE_DIRECTORY -DSTREFLOP_X87 -DSYNCCHECK -DNO_AVI -DDIRECT_CONTROL_ALLOWED -Irts -Irts/System -Irts/lib/luabind -Irts/lib/lua/include -I/usr/include -I/usr/include/GL -I/usr/include/freetype2 -I/usr/include/SDL -I/usr/include/ogg -I/usr/include/vorbis -I/usr/include/python2.5 -I/usr/include/python2.4 -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -c -o build/rts/System/Net/UDPListener.o rts/System/Net/UDPListener.cpp
In file included from rts/System/Net/UDPListener.h:10,
                 from rts/System/Net/UDPListener.cpp:1:
rts/System/Net/UDPConnection.h:9:45: error: boost/ptr_container/ptr_deque.hpp: No such file or directory
rts/System/Net/UDPConnection.h:10:43: error: boost/ptr_container/ptr_map.hpp: No such file or directory
rts/System/Net/UDPConnection.h:77: error: ISO C++ forbids declaration of 'ptr_map' with no type
rts/System/Net/UDPConnection.h:77: error: typedef name may not be a nested-name-specifier
rts/System/Net/UDPConnection.h:77: error: expected ';' before '<' token
rts/System/Net/UDPConnection.h:90: error: using-declaration for non-member at class scope
rts/System/Net/UDPConnection.h:90: error: expected ';' before '<' token
rts/System/Net/UDPConnection.h:95: error: 'packetMap' does not name a type
scons: *** [build/rts/System/Net/UDPListener.o] Error 1
scons: building terminated because of errors.
[naka@P30 spring_0.76b1]$  
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Re: Compile missing files

Post by Tobi »

Install the library that contains boost/ptr_container/ptr_deque.hpp et al. (sorry don't know out of my head which of the boost libs that is)
Post Reply

Return to “Linux”