Hello Sebastian and all readers, on Thursday, September 13, 2007 at 6:41:25 PM means Sebastian Dellit: > I want to use the zquake on my debian AMD64 Machine. Has everyone a 64 > bit binary or know who I can downloaded the source?
I remember me that I can get the source in the svn tree of agrip. :-) I install x11-dev and try to compiling the zquake: gcc -DUSE_VMODE -Wall -Wno-format-y2k -DAGRIP -DVWEP_TEST -DMAUTH -ffast-math -fomit-frame-pointer -fexpensive-optimizations -O6 -falign-loops=2 -falign-jump s=2 -falign-functions=2 -o release-x86_64/client/net_udp.o -c source/net_udp.c source/net_udp.c: In function 'NET_GetPacket': source/net_udp.c:274: warning: pointer targets in passing argument 6 of 'recvfro m' differ in signedness gcc -DUSE_VMODE -Wall -Wno-format-y2k -DAGRIP -DVWEP_TEST -DMAUTH -ffast-math -fomit-frame-pointer -fexpensive-optimizations -O6 -falign-loops=2 -falign-jump s=2 -falign-functions=2 -o release-x86_64/client/sys_linux.o -c source/sys_linux .c gcc -DUSE_VMODE -Wall -Wno-format-y2k -DAGRIP -DVWEP_TEST -DMAUTH -ffast-math -fomit-frame-pointer -fexpensive-optimizations -O6 -falign-loops=2 -falign-jump s=2 -falign-functions=2 -o release-x86_64/client/cd_null.o -c source/cd_null.c gcc -DUSE_VMODE -Wall -Wno-format-y2k -DAGRIP -DVWEP_TEST -DMAUTH -ffast-math -fomit-frame-pointer -fexpensive-optimizations -O6 -falign-loops=2 -falign-jump s=2 -falign-functions=2 -o release-x86_64/client/snd_osnull.o -c source/snd_osnu ll.c gcc -DUSE_VMODE -Wall -Wno-format-y2k -DAGRIP -DVWEP_TEST -DMAUTH -ffast-math -fomit-frame-pointer -fexpensive-optimizations -O6 -falign-loops=2 -falign-jump s=2 -falign-functions=2 -o release-x86_64/client/vid_x.o -c source/vid_x.c source/vid_x.c:44:38: error: X11/extensions/xf86vmode.h: Datei oder Verzeichnis nicht gefunden source/vid_x.c:75: error: expected '=', ',', ';', 'asm' or '__attribute__' befor e '*' token source/vid_x.c: In function 'st2_fixup': source/vid_x.c:222: warning: pointer targets in assignment differ in signedness source/vid_x.c: In function 'st3_fixup': source/vid_x.c:241: warning: pointer targets in assignment differ in signedness source/vid_x.c: In function 'VID_Init': source/vid_x.c:559: warning: implicit declaration of function 'XF86VidModeQueryV ersion' source/vid_x.c:573: warning: implicit declaration of function 'XF86VidModeGetAll ModeLines' source/vid_x.c:573: error: 'vidmodes' undeclared (first use in this function) source/vid_x.c:573: error: (Each undeclared identifier is reported only once source/vid_x.c:573: error: for each function it appears in.) source/vid_x.c:596: warning: implicit declaration of function 'XF86VidModeSwitch ToMode' source/vid_x.c:598: warning: implicit declaration of function 'XF86VidModeSetVie wPort' source/vid_x.c:721: warning: pointer targets in assignment differ in signedness source/vid_x.c: In function 'VID_Shutdown': source/vid_x.c:768: error: invalid storage class for function 'uninstall_grabs' source/vid_x.c:775: warning: implicit declaration of function 'uninstall_grabs' source/vid_x.c:785: error: 'vidmodes' undeclared (first use in this function) source/vid_x.c: In function 'install_grabs': source/vid_x.c:985: warning: unused variable 'MinorVersion' source/vid_x.c:985: warning: unused variable 'MajorVersion' source/vid_x.c: At top level: source/vid_x.c:1016: warning: conflicting types for 'uninstall_grabs' source/vid_x.c:1016: error: static declaration of 'uninstall_grabs' follows non- static declaration source/vid_x.c:775: error: previous implicit declaration of 'uninstall_grabs' wa s here source/vid_x.c: In function 'VID_Update': source/vid_x.c:1153: warning: pointer targets in assignment differ in signedness source/vid_x.c:1189: warning: pointer targets in assignment differ in signedness make: *** [release-x86_64/client/vid_x.o] Fehler 1 Can everybody help? Thanks and -- Best regards Sebastian ICQ: 264706583 | MSM: [EMAIL PROTECTED] | Skype: sebo_de E-Mail: [EMAIL PROTECTED] | Web: www.aritamba.de _______________________________________________ AGRIP-discuss mailing list [email protected] http://lists.agrip.org.uk/cgi-bin/mailman/listinfo/agrip-discuss
