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

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...