valakas46 Posted July 25, 2009 Share Posted July 25, 2009 hiive gone though all the directions 3-5 times when i get to the spot where i cd gcc and then makeit fails here is my error==== Building network ====precompiled.cppIn file included from ../../../source/lib/precompiled.h:95, from ../../../source/pch/network/precompiled.h:18, from ../../../source/pch/network/precompiled.cpp:18:../../../source/lib/external_libraries/boost_filesystem.h:30:32: error: boost/filesystem.hpp: No such file or directoryive tried from a clean svn twice now and no luck. after it did this the first time i traced down all the places where it wasnt findingthe needed file and added the full path /home/user/0ad/truck/ etc/ etcthat got me to almost the end of the compile i believe but then though other errorsi assume there is a way to point the code to a start path?any ideas? thxValakas Link to comment Share on other sites More sharing options...
Ykkrosh Posted July 25, 2009 Share Posted July 25, 2009 Sounds like you need to install Boost onto your system, e.g. with "apt-get install libboost-dev" or something similar depending on what Linux distribution you use. If you don't have a /usr/include/boost, then that's probably the problem.(It's also possible that Boost is just installed into a strange location. If you've already got it installed and still have problems, what Linux distro/version are you using?) Link to comment Share on other sites More sharing options...
valakas46 Posted July 25, 2009 Author Share Posted July 25, 2009 im using ubuntu 8.04.2and i have boost in usr/include/boosti just tried an apt-get of boost-dev and it says i have the newest up to date versionok that got me thinking i needed libboost-filesystem-devi apt-get install ed it and its working May i recommed that libboost-filesystem-dev be added to the giant list of things to install at the start?also should i get a few unsigned integer errors?Thx for the helpValakas Link to comment Share on other sites More sharing options...
Ykkrosh Posted July 25, 2009 Share Posted July 25, 2009 Added that to the wiki now - thanks!also should i get a few unsigned integer errors?There were a few known problems with that on 64-bit systems - I've tried to fix them now, so hopefully you shouldn't get any of those warnings if you update and recompile. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now