cabeto14 Posted August 31, 2011 Report Share Posted August 31, 2011 hi. my name is carlos alberto and i'm from colombia. my english isn't the best. i hope you understand my post. i'm on arch linux x86_64 system. i'm trying to compile 0ad but i get 2 errors when i run make CONFIG=Release -j3precompiled.cppSimulation2.cppIn file included from ../../../source/simulation2/system/ComponentManager.h:26:0, from ../../../source/simulation2/Simulation2.cpp:23:/usr/include/boost/random/linear_congruential.hpp:460:15: error: 'rand48' ya se declaró en este ámbitofsm.cppmake[1]: *** [obj/simulation2_Release/Simulation2.o] Error 1make: *** [simulation2] Error 2make: *** Se espera a que terminen otras tareas....NetServer.cppScriptConversions.cppNetTurnManager.cppScriptStats.cppNetClient.cppScriptVal.cppScriptInterface.cppIn file included from ../../../source/scriptinterface/ScriptInterface.cpp:37:0:/usr/include/boost/random/linear_congruential.hpp:460:15: error: 'rand48' ya se declaró en este ámbito../../../source/scriptinterface/ScriptInterface.cpp:532:6: error: el prototipo para 'void ScriptInterface::ReplaceNondeterministicFunctions(boost::random::rand48&)' no coincide con ningún otro en la clase 'ScriptInterface'../../../source/scriptinterface/ScriptInterface.h:99:7: error: el candidato es: void ScriptInterface::ReplaceNondeterministicFunctions(boost::rand48&)NetSession.cppNetStats.cppmake[1]: *** [obj/scriptinterface_Release/ScriptInterface.o] Error 1make: *** [scriptinterface] Error 2i've tried install the game by the package in AUR (http://aur.archlinux...es.php?ID=36132) and now i'm compiling it by source. but in the two cases i get the same error. any idea?thanks Quote Link to comment Share on other sites More sharing options...
historic_bruno Posted August 31, 2011 Report Share Posted August 31, 2011 Your link mentions the fix (Alpha 6 didn't support building against Boost 1.47). So you'll want to either: downgrade your boost lib to 1.46, or probably better, try compiling from the latest SVN source. Quote Link to comment Share on other sites More sharing options...
cabeto14 Posted September 1, 2011 Author Report Share Posted September 1, 2011 mmm ok.. lets try! .. thank. i'll write again if i have any problem . Quote Link to comment Share on other sites More sharing options...
cabeto14 Posted September 1, 2011 Author Report Share Posted September 1, 2011 i have a problem... when i run the command : svn co http://svn.wildfiregames.com/public/ps/trunk/'>http://svn.wildfiregames.com/public/ps/trunk/ 0ad later i get:svn: GET de '/public/!svn/ver/8736/ps/trunk/binaries/data/mods/public/art/textures/terrain/types/biome-mediterranean/medit_sand_wet.dds': Could not read response body: connection timed out (http://svn.wildfiregames.com) any idea?thanks Quote Link to comment Share on other sites More sharing options...
feneur Posted September 1, 2011 Report Share Posted September 1, 2011 Probably just the error that usually shows up when someone is checking out a lot. We haven't been able to find the exact reason afaik, but it's just to do svn update and the rest will continue to download. There's always the possibility that there's some other reason why the connection timed out, but it should still just be to update to get the rest (I guess in the worst case that particular file could be corrupted, I don't think it should/would be, but if it is the easiest way to fix it is probably just to delete it and either do svn update for the entire 0 A.D. checkout or just for that particular folder and it will get that file ) Quote Link to comment Share on other sites More sharing options...
cabeto14 Posted September 1, 2011 Author Report Share Posted September 1, 2011 specifically which command i should run??.. Quote Link to comment Share on other sites More sharing options...
feneur Posted September 1, 2011 Report Share Posted September 1, 2011 Hmm, I don't use Linux/the command line so forgive me if I'm mistaken, but I think it's just to navigate to the directory where you checked out 0 A.D. and run svn update (And this is of course in a command prompt, but I assume you meant that when you said which command ) Should be as simple as that I'm sure there might be parameters to set etc if you want to do some specific things, but to just update it should not be more complicated than that Quote Link to comment Share on other sites More sharing options...
cabeto14 Posted September 7, 2011 Author Report Share Posted September 7, 2011 ok, i took 2 days download the svn source, but, now i have a new error:==== Building test ====Linking pyrogenesistest_root.cpp/usr/bin/ld: cannot find -lboost_signals-mt/usr/bin/ld: cannot find -lboost_filesystem-mt/usr/bin/ld: cannot find -lboost_system-mtcollect2: ld devolvió el estado de salida 1make[1]: *** [../../../binaries/system/libAtlasUI.so] Error 1make: *** [AtlasUI] Error 2make: *** Se espera a que terminen otras tareas..../usr/bin/ld: cannot find -lboost_signals-mt/usr/bin/ld: cannot find -lboost_filesystem-mt/usr/bin/ld: cannot find -lboost_system-mtcollect2: ld devolvió el estado de salida 1make[1]: *** [../../../binaries/system/pyrogenesis] Error 1make: *** [pyrogenesis] Error 2Linking test/usr/bin/ld: cannot find -lboost_signals-mt/usr/bin/ld: cannot find -lboost_filesystem-mt/usr/bin/ld: cannot find -lboost_system-mtcollect2: ld devolvió el estado de salida 1make[1]: *** [../../../binaries/system/test] Error 1make: *** [test] Error 2i have the boost package and the boost libraries installed.. i don't have idea what's the problem.thanks Quote Link to comment Share on other sites More sharing options...
cabeto14 Posted September 7, 2011 Author Report Share Posted September 7, 2011 sorry, this error are in the "known problem secction" i gonna check the solution. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.