Hi here,
I'm trying to get wormux 0.3 to compile on my gentoo linux. I got around
the problem with gst_equipes.cpp by replacing DT_DIR with 0. Now I get a
segmentation fault:
--------------------------------------------------
[EMAIL PROTECTED] wormux $ ./wormux
=== Wormux version 0.3
=== Auteurs : Lawrence Azzoug, Matthieu FERTRE, Victor STINNER
=== Site web : http://www.haypocalc.com/wormux/
Wormux version 0.3, Copyright (C) 2001-2004 Lawrence Azzoug
Wormux comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions.
Read COPYING.txt for details.
!!! Ce programme a été compilé en mode DEBUG (version de
!!! développement). Vous pouvez compiler le jeu en mode RELEASE en
!!! tapant "make RELEASE=1" (après avoir tapé "make clean").
[ Lancement du jeu ]
o Charge l'équipe ver
Segmentation fault
--------------------------------------------------
gdb gives me:
Program received signal SIGSEGV, Segmentation fault.
0x40052fc4 in CL_Resource::operator= () from /usr/lib/libclanCore.so.2
I was able to trace the problem till ver.cpp::InitEquipes but for some
reason I can't set breakpoints in ver.cpp (Can't find member of
namespace, class, struct, or union named "ver.cpp") to find the
particular line.
I've uploaded an output of "strace ./wormux here" here:
http://www.boardmod.org/stuff/trace.out
Maybe someone has a suggestion?
Best regards,
Michael Prager