User talk:Gorgonz

From FreeOrionWiki
Jump to: navigation, search

Hi. Could you please post about compile errors on the forums? The wiki is not a suitable tool for having discussions, and there will be a much better chance of getting a useful answer on the forums than here. Thanks. Geoff the Medio 17:41, 27 January 2011 (EST)

error codes with boost, linking freeorion during make

i can't figure this out (using opensuse 11.3, boost 1.44, seen with rev 3955).

Is there any advice or questions?

 Linking CXX executable ../freeoriond                                                                            
 CMakeFiles/freeoriond.dir/__/network/Message.cpp.o: In function `boost::archive::detail::iserializer<boost::archive::xml_iarchive,    System>::load_object_data(boost::archive::detail::basic_iarchive&, void*, unsigned int) const':
 Message.cpp:(.text._ZNK5boost7archive6detail11iserializerINS0_12xml_iarchiveE6SystemE16load_object_dataERNS1_14basic_iarchiveEPvj[boost::archive::detail::iserializer<boost::archive::xml_iarchive, System>::load_object_data(boost::archive::detail::basic_iarchive&, void*, unsigned int) const]+0x71): undefined reference to `void System::serialize<boost::archive::xml_iarchive>(boost::archive::xml_iarchive&, unsigned int)'
 CMakeFiles/freeoriond.dir/__/util/SerializeMultiplayerCommon.cpp.o: In function `boost::archive::detail::oserializer<boost::archive::xml_oarchive, System>::save_object_data(boost::archive::detail::basic_oarchive&, void const*) const':
 SerializeMultiplayerCommon.cpp:(.text._ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveE6SystemE16save_object_dataERNS1_14basic_oarchiveEPKv[boost::archive::detail::oserializer<boost::archive::xml_oarchive, System>::save_object_data(boost::archive::detail::basic_oarchive&, void const*) const]+0x30): undefined reference to `void System::serialize<boost::archive::xml_oarchive>(boost::archive::xml_oarchive&, unsigned int)'
 collect2: ld returned 1 exit status
 make[2]: *** [freeoriond] Fehler 1
 make[1]: *** [server/CMakeFiles/freeoriond.dir/all] Fehler 2
 make: *** [all] Fehler 2