Bonjour,
Je suis en train d'essayer de compiler OpenNero mais il n'arrête pas de m'afficher des erreurs et là je n'arrive pas à comprendre ce qu'il me veut.
from /home/remi/opennero/source/ai/AgentBrain.cpp:4:
/home/remi/opennero/source/ai/rl/Approximator.h: In function ‘void boost::serialization::load(Archive&, boost::unordered::unordered_map<Key, Type, Hash, Compare, Allocator>&, unsigned int)’:
/home/remi/opennero/source/ai/rl/Approximator.h:61:17: error: expected ‘;’ before ‘Archive’
Archive,
^~~~~~~
/home/remi/opennero/source/ai/rl/Approximator.h:68:13: error: statement cannot resolve address of overloaded function
(ar, t);
inline void load(
Archive & ar,
boost::unordered_map<Key, Type, Hash, Compare, Allocator> &t,
const unsigned int /* file_version */
){
boost::serialization::stl::save_collection
Archive,
boost::unordered_map<Key, Type, Hash, Compare, Allocator>,
boost::serialization::stl::archive_input_map<
Archive, boost::unordered_map<Key, Type, Hash, Compare, Allocator> >,
boost::serialization::stl::no_reserve_imp<boost::unordered_map<
Key, Type, Hash, Compare, Allocator
>
(ar, t);
}
Merci et bonne journée













