divVerent wrote:Still we NEED more information on the problem. I can provide a debug build, but please test it then.
Of course. Seems mana is happy to help

Moderators: Nexuiz Moderators, Moderators
divVerent wrote:Still we NEED more information on the problem. I can provide a debug build, but please test it then.
mana wrote:Of coursei am happy with bug reports being recognized. But i can start testing any builds in 8 hours earliest. If you don't want to make the builds available in public, just send me the links: mana@cyor.de.
If communication via ICQ helps, you can contact me: 27495311
but i will have a look at the bord as well.
$ ulimit -Sc unlimited
$ ./nexuiz-glx
$ gdb nexuiz-glx core.7131
(gdb) bt
make bin-debug \
DP_MAKE_TARGET=linux DP_SOUND_API=ALSA \
EXE="darkplaces-glx" LDFLAGS_COMMON="-lm -ldl -L/usr/X11R6/lib64 -lX11 -lXext -lXxf86dga -lXxf86vm -lasound"
make[1]: Map '/home/alexander/Nexuiz/Nexuiz/sources/darkplaces' wordt binnengegaan
========== darkplaces-glx (debug) ==========
make darkplaces-glx \
DP_MAKE_TARGET=linux DP_SOUND_API=ALSA \
CFLAGS="-MD -Wall -Wsign-compare -ggdb "\
LDFLAGS="-g -ggdb -lm -ldl -L/usr/X11R6/lib64 -lX11 -lXext -lXxf86dga -lXxf86vm -lasound"
make[2]: Map '/home/alexander/Nexuiz/Nexuiz/sources/darkplaces' wordt binnengegaan
gcc -MD -Wall -Wsign-compare -ggdb -c vid_glx.c -o vid_glx.o -I/usr/X11R6/include
vid_glx.c:33:36: fout: X11/extensions/xf86dga.h: Onbekend bestand of map
vid_glx.c:35:38: fout: X11/extensions/xf86vmode.h: Onbekend bestand of map
vid_glx.c:105: fout: syntax error before ‘init_vidmode’
vid_glx.c:105: let op: type krijgt standaardwaarde ‘int’ in de declaratie van ‘init_vidmode’
vid_glx.c:105: let op: datadefinitie heeft geen type of opslagklasse
vid_glx.c: In functie ‘IN_Activate’:
vid_glx.c:273: let op: impliciete declaratie van functie ‘XF86DGAQueryVersion’
vid_glx.c:282: let op: impliciete declaratie van functie ‘XF86DGADirectVideo’
vid_glx.c:282: fout: ‘XF86DGADirectMouse’ is hier niet gedeclareerd (eerste gebruik in deze functie)
vid_glx.c:282: fout: (Elke niet-gedeclareerde naam wordt slechts één
vid_glx.c:282: fout: keer vermeld voor elke functie waarin hij staat.)
vid_glx.c: In functie ‘VID_Shutdown’:
vid_glx.c:520: let op: impliciete declaratie van functie ‘XF86VidModeSwitchToMode’
vid_glx.c: In functie ‘VID_SetGamma’:
vid_glx.c:595: let op: impliciete declaratie van functie ‘XF86VidModeSetGammaRamp’
vid_glx.c: In functie ‘VID_GetGamma’:
vid_glx.c:600: let op: impliciete declaratie van functie ‘XF86VidModeGetGammaRamp’
vid_glx.c: In functie ‘VID_InitMode’:
vid_glx.c:671: let op: impliciete declaratie van functie ‘XF86VidModeQueryVersion’
vid_glx.c:705: fout: ‘XF86VidModeModeLine’ is hier niet gedeclareerd (eerste gebruik in deze functie)
vid_glx.c:705: fout: ‘current_vidmode’ is hier niet gedeclareerd (eerste gebruik in deze functie)
vid_glx.c:706: fout: ‘XF86VidModeModeInfo’ is hier niet gedeclareerd (eerste gebruik in deze functie)
vid_glx.c:706: fout: ‘vidmodes’ is hier niet gedeclareerd (eerste gebruik in deze functie)
vid_glx.c:710: fout: syntax error before ‘)’ token
vid_glx.c:710: fout: request for member ‘dotclock’ in something not a structure or union
vid_glx.c:711: let op: impliciete declaratie van functie ‘XF86VidModeGetModeLine’
vid_glx.c:711: fout: request for member ‘dotclock’ in something not a structure or union
vid_glx.c:713: let op: impliciete declaratie van functie ‘XF86VidModeGetAllModeLines’
vid_glx.c:745: let op: impliciete declaratie van functie ‘XF86VidModeSetViewPort’
vid_glx.c:837: let op: impliciete declaratie van functie ‘XF86VidModeGetGammaRampSize’
make[2]: *** [vid_glx.o] Fout 1
make[2]: Map '/home/alexander/Nexuiz/Nexuiz/sources/darkplaces' wordt verlaten
make[1]: *** [bin-debug] Fout 2
make[1]: Map '/home/alexander/Nexuiz/Nexuiz/sources/darkplaces' wordt verlaten
make: *** [cl-debug] Fout 2
Comp_Lex wrote:Hello, i'm trying to make cl-debug, but i can't compile it. This is what i get:
- Code: Select all
make bin-debug \
DP_MAKE_TARGET=linux DP_SOUND_API=ALSA \
EXE="darkplaces-glx" LDFLAGS_COMMON="-lm -ldl -L/usr/X11R6/lib64 -lX11 -lXext -lXxf86dga -lXxf86vm -lasound"
make[1]: Map '/home/alexander/Nexuiz/Nexuiz/sources/darkplaces' wordt binnengegaan
========== darkplaces-glx (debug) ==========
make darkplaces-glx \
DP_MAKE_TARGET=linux DP_SOUND_API=ALSA \
CFLAGS="-MD -Wall -Wsign-compare -ggdb "\
LDFLAGS="-g -ggdb -lm -ldl -L/usr/X11R6/lib64 -lX11 -lXext -lXxf86dga -lXxf86vm -lasound"
make[2]: Map '/home/alexander/Nexuiz/Nexuiz/sources/darkplaces' wordt binnengegaan
gcc -MD -Wall -Wsign-compare -ggdb -c vid_glx.c -o vid_glx.o -I/usr/X11R6/include
vid_glx.c:33:36: fout: X11/extensions/xf86dga.h: Onbekend bestand of map
vid_glx.c:35:38: fout: X11/extensions/xf86vmode.h: Onbekend bestand of map
vid_glx.c:105: fout: syntax error before ‘init_vidmode’
vid_glx.c:105: let op: type krijgt standaardwaarde ‘int’ in de declaratie van ‘init_vidmode’
Return to Nexuiz - Support / Bugs
Users browsing this forum: No registered users and 1 guest