chemicalvamp Posted September 7, 2009 Share Posted September 7, 2009 In addition to all the othe packages the instructions mention i also ended up having to install:pkg-configlibboost-system1.37-devAnd im not sure if its manditory (I had done it before i installed 1.37) but you may need to add:ln -s /usr/lib/libboost_system-mt.so.1.37.0 /usr/lib/libboost_system-mt.so*MUST the name be "libboost_system-mt.so" or is "libboost_system-mt.so.1.37.0" okay?*Apparently some packages were left out, i was missing "-lboost_system-mt" and http://www.wildfiregames.com/forum/index.php?showtopic=12566 Only helped me to understand i need to install "libboost-system1.37-dev".I hear the Build Instructions are very good, And i think its true This was my first Successful build! Link to comment Share on other sites More sharing options...
idle Posted September 7, 2009 Share Posted September 7, 2009 In addition to all the othe packages the instructions mention i also ended up having to install:pkg-configlibboost-system1.37-devAnd im not sure if its manditory (I had done it before i installed 1.37) but you may need to add:ln -s /usr/lib/libboost_system-mt.so.1.37.0 /usr/lib/libboost_system-mt.so*MUST the name be "libboost_system-mt.so" or is "libboost_system-mt.so.1.37.0" okay?*Apparently some packages were left out, i was missing "-lboost_system-mt" and http://www.wildfiregames.com/forum/index.php?showtopic=12566 Only helped me to understand i need to install "libboost-system1.37-dev".I hear the Build Instructions are very good, And i think its true This was my first Successful build!The symlink is usually created by ldconfig and if not (you may try to run ldconfig yourself) for whatever reason just create one."-lboost_system-mt" is like: link libboost_system-mt.so 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