Jump to content

Build error - Ubuntu 9.04 amd64


Recommended Posts

Ok, thanks.

So the important part is:

../../../source/maths/Vector3D.cpp:27: error: stray ‘\1’ in program

../../../source/maths/Vector3D.cpp:27:27: warning: null character(s) ignored

../../../source/maths/Vector3D.cpp:27: error: stray ‘\37’ in program

../../../source/maths/Vector3D.cpp:1: error: expected constructor, destructor, or type conversion before ‘<’ token

../../../source/maths/Vector3D.cpp:1: error: expected unqualified-id before numeric constant

../../../source/maths/Vector3D.cpp:5: error: expected unqualified-id before ‘>’ token

../../../source/maths/Vector3D.cpp:7: error: ‘r’ does not name a type

make[1]: *** [obj/engine_Debug/Vector3D.o] Error 1

make: *** [engine] Error 2

Have you modified the file yoursel?

Please run 'svn up' in your svn root and try again.

And please check:

svn info source/maths/Vector3D.cpp

Link to comment
Share on other sites

no, i don't change any thing.

i download again the code and run the svn up and i get a new kind error:

http://pastebin.ca/1530761

this is the svn info source/maths/Vector3D.cpp


Caminho: source/maths/Vector3D.cpp
Nome: Vector3D.cpp
URL: http://svn.wildfiregames.com/public/ps/trunk/source/maths/Vector3D.cpp
Raiz do Repositório: http://svn.wildfiregames.com/public
UUID do repositório: 3db68df2-c116-0410-a063-a993310a9797
Revisão: 7113
Tipo de Nó: arquivo
Agendado: normal
Autor da Última Mudança: philip
Revisão da Última Mudança: 6832
Data da Última Mudança: 2009-04-18 14:51:05 -0300 (Sáb, 18 Abr 2009)
Texto da Última Mudança: 2009-08-09 20:07:05 -0300 (Dom, 09 Ago 2009)
Checksum: 60a3c3ed099d5d8942c4c8669284e825

Link to comment
Share on other sites

../../../source/ps/CStr.h:525: fatal error: can't write PCH file: No space left on device

So clean-up your homedir and try again ;)

And please always do an export LC_MESSAGES=C if you open a new shell and want paste some logs etc.

Link to comment
Share on other sites

Install libboost, boost or libboost-dev.. however that may be called in ubuntu...

To ensure you got the right package try:

slocate libboost_filesystem-mt.so

or

locate libboost_filesystem-mt.so

You might run 'updatedb' first.

Link to comment
Share on other sites

I already have the libboost-dev package installed

$ aptitude search libboost-dev

i libboost-dev - Boost C++ Libraries development files

$locate libboost_filesystem-mt.so

/usr/lib/libboost_filesystem-mt.so

Link to comment
Share on other sites

the libboost_system-mt.so i don't have so i install this 2 libboost-system1.35.0 and libboost-system1.35-dev and many other depends package

Just this 2? or i need more?

On ubuntu jaunty I just needed to additionally install libboost-system1.37-dev

so the instructions on this page:

http://trac.wildfiregames.com/wiki/BuildInstructions#Linux

could be changed to:

sudo apt-get install build-essential libsdl1.2-dev zlib1g-dev libpng12-dev libjpeg62-dev libgamin-dev nasm libwxgtk2.8-dev libboost-system1.37-dev libopenal-dev libalut-dev libvorbis-dev libogg-dev libcrypto++-dev binutils-dev libnspr4-dev libdevil-dev libenet-dev libxml2-dev

(the folloging is now redundant as newer versions of them seem to be dependancies of libboost-system1.37-dev: libboost-dev libboost-signals-dev libboost-filesystem-dev)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...