Hello Matthew and all readers, on Saturday, September 15, 2007 at 3:40:19 PM means Matthew Tylee Atkinson: > Sorry for the very late reply!
no problem! > Roland Engelsma wrote: >> I might be completely rong, but I think you will need all the zquake files >> from sourceforge in order to compile aq successfully. The files on the >> agrip's svn are not enough, becuse they only disable vido output <vidnull on >> windows>... > Actually all the files are now in AGRIP SVN. > The error seems to be that you're missing the X11/extensions/xf86vmode.h > file. Here is a list of -dev packages I think you need to install... > x11proto-core-dev Always installed. > x11proto-xf86vidmode-dev Is installed now. > If there are still problems, please let me know and I will try to find > any other files you may need. Here is the output when i try to compiling: [...] -fomit-frame-pointer -fexpensive-optimizations -O6 -falign-loops=2 -falign-jump s=2 -falign-functions=2 -o release-x86_64/client/sv_world.o -c source/sv_world.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/teamplay.o -c source/teamplay.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/version.o -c source/version.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/zone.o -c source/zone.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/sv_authlists.o -c source/sv_aut hlists.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/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: 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: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: 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 > I think that it's best if you compile the SDL versions, with ``make > sdl''. This will also require libsdl1.2-dev to be installed and maybe > the mesa-common-dev package too. 30 new packages. :-) What is the sdl? You means, that it will be better to install with sdl? 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
