Bonjour,

Avez-vous essayé d'installer Paintown ?
* Fiche Jeux-Linux : http://www.jeuxlinux.fr/b520-Paintown_3.0.html
* Site officiel : http://paintown.sourceforge.net/
* Archive tar.gz : http://downloads.sourceforge.net/paintown/paintown-3.0.tar.gz?use_mirror=osdn

Si vous avez réussi pourriez-vous dire comment.
Personnellement, au moment du make j'ai quelques milliers de lignes d'erreur qui m'ont assez démotivé.

Un petit échantillon des messages d'erreur :
[ 63%] Built target main_module
[ 70%] Built target hawknl_module
[ 98%] Built target dumb_module
Linking CXX executable bin/menutest
CMakeFiles/menutest.dir/src/menu/menutest.o: In function `__static_initialization_and_destruction_0(int, int)':
menutest.cpp:(.text+0x70): undefined reference to `std::ios_base::Init::Init()'
CMakeFiles/menutest.dir/src/menu/menutest.o: In function `main':
menutest.cpp:(.text+0x12d): undefined reference to `std::cout'
menutest.cpp:(.text+0x132): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)'
menutest.cpp:(.text+0x13a): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)'
menutest.cpp:(.text+0x149): undefined reference to `std::cout'
...
...[plein plein de lignes plus ou moins incompréhensibles]...
...
gib.cpp:(.text._ZNSt6vectorI5PointSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_[std::vector<Point, std::allocator<Point> >::_M_insert_aux(__gnu_cxx::__normal_iterator<Point*, std::vector<Point, std::allocator<Point> > >, Point const&)]+0x274): undefined reference to `operator new(unsigned int)'
gib.cpp:(.text._ZNSt6vectorI5PointSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_[std::vector<Point, std::allocator<Point> >::_M_insert_aux(__gnu_cxx::__normal_iterator<Point*, std::vector<Point, std::allocator<Point> > >, Point const&)]+0x510): undefined reference to `operator delete(void*)'
gib.cpp:(.text._ZNSt6vectorI5PointSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_[std::vector<Point, std::allocator<Point> >::_M_insert_aux(__gnu_cxx::__normal_iterator<Point*, std::vector<Point, std::allocator<Point> > >, Point const&)]+0x53e): undefined reference to `std::__throw_length_error(char const*)'
gib.cpp:(.text._ZNSt6vectorI5PointSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_[std::vector<Point, std::allocator<Point> >::_M_insert_aux(__gnu_cxx::__normal_iterator<Point*, std::vector<Point, std::allocator<Point> > >, Point const&)]+0x543): undefined reference to `std::__throw_bad_alloc()'
/home/daneel/bin/jeux/paintown-3.0/b/lib/libmain_module.a(gib.o):(.rodata._ZTI3Gib[typeinfo for Gib]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/home/daneel/bin/jeux/paintown-3.0/b/lib/libmain_module.a(gib.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
collect2: ld a retourné 1 code d'état d'exécution
make[2]: *** [bin/menutest] Erreur 1
make[1]: *** [CMakeFiles/menutest.dir/all] Erreur 2
make: *** [all] Erreur 2
Si quelqu'un avait l'infinie gentillesse de jeter un coup d'œil, parce que ce jeu à l'air sympa quand même...

Merci.
Bon apparemment sous Arch ça marche :
http://blog.fedora-fr.org/celmir/post/paintown

Sinon j'ai réessayé, en effaçant tout le dossier et en repartant sur des bases saines.
Cette fois avec scons (avant j'avais essayé avec cmake).

Et tout a fonctionné \o/ .

Les mystères de l'informatique.