Well thank you so much for pointing out that I was somehow using the wrong boost version! I have eradicated that version from my system and I've updated the included libraries and paths within Code::Blocks so that is no longer the problem however i am still getting the same type of errors... obj/Debug/Griffin RPG V2.o||In function `extended_type_info_typeid_1':| /usr/include/boost/serialization/extended_type_info_typeid.hpp|77|undefined reference to `boost::serialization::extended_type_info::self_register()'| /usr/include/boost/serialization/extended_type_info_typeid.hpp|77|undefined reference to `boost::serialization::extended_type_info::self_register()'| /usr/include/boost/serialization/extended_type_info_typeid.hpp|77|undefined reference to `boost::serialization::extended_type_info::self_register()'| ]+0x8)||undefined reference to `boost::serialization::detail::extended_type_info_typeid_0::less_than(boost::serialization::extended_type_info const&) const'| ]+0x8)||undefined reference to `boost::serialization::detail::extended_type_info_typeid_0::less_than(boost::serialization::extended_type_info const&) const'| ]+0x8)||undefined reference to `boost::serialization::detail::extended_type_info_typeid_0::less_than(boost::serialization::extended_type_info const&) const'| ||=== Build finished: 6 errors, 0 warnings ===| ... I'm really tired of looking at this... It all looks like a big blob to me now cuz it never seems to change... I can't be the only one out there with this problem... can I? Steven Watanabe-4 wrote:
AMDG
mothdragon wrote:
Oh wow! Really? I didn't see that anywhere... Thanks, I'll give that a try!
Patuti wrote:
Thanks g-h-d. Unfortunately This is the only library I'm including (That I'm aware of... ) so it can't be the order of the libraries... could it be the order of the includes? I can't imagine that, as the includes work fine on the Windows version...
I guess that's the point, you should link libboost_system-xxxxxxxx also.
It won't help. The functions in question should come from libboost_serialization*. The real problem is a boost version mismatch. It appears that the file obj/Debug/Griffin RPG V2.o was compiled against boost <= 1.35. Recompile it and any other old files and you should be good.
In Christ, Steven Watanabe
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- View this message in context: http://www.nabble.com/Linking-Boost-in-Code%3A%3ABlocks-tp21867302p22114564.... Sent from the Boost - Users mailing list archive at Nabble.com.