{ACR} Admin Crazy Rioters
Would you like to react to this message? Create an account in a few clicks or log in to continue.
{ACR} Admin Crazy Rioters

Tremulous Clan
 
Home  Portal  Latest images  Search  RegisterRegister  Server Information  IM BugHuman  TeamspeakTeamspeak  IRC  Log in  
All Testing Decisions Will Be Made By The Second In Commands.

 

 compiling errors

Go down 
3 posters
AuthorMessage
white
First Lieutenant
First Lieutenant
white


Posts : 198
Points : 5894
Reputation : 0
Join date : 2009-02-04
Location : Miami

compiling errors Empty
PostSubject: compiling errors   compiling errors Icon_minitimeMon Mar 08, 2010 5:39 pm

boyy@boyy-desktop:~/lakitu7-qvm/trunk$ patch -p0 < ambush3.0.patch
(Stripping trailing CRs from patch.)
patching file ./Makefile
(Stripping trailing CRs from patch.)
patching file ./src/game/g_active.c
Hunk #1 FAILED at 388.
Hunk #2 succeeded at 593 (offset 16 lines).
Hunk #3 succeeded at 1839 (offset 22 lines).
Hunk #4 succeeded at 1976 (offset 22 lines).
1 out of 4 hunks FAILED -- saving rejects to file ./src/game/g_active.c.rej
(Stripping trailing CRs from patch.)
patching file ./src/game/g_admin.c
Hunk #1 FAILED at 75.
Hunk #2 succeeded at 1869 (offset 14 lines).
1 out of 2 hunks FAILED -- saving rejects to file ./src/game/g_admin.c.rej
(Stripping trailing CRs from patch.)
patching file ./src/game/g_admin.h
Hunk #1 succeeded at 206 (offset 7 lines).
(Stripping trailing CRs from patch.)
patching file ./src/game/g_cmds.c
Hunk #1 succeeded at 1602 (offset 27 lines).
Hunk #2 succeeded at 2099 (offset 50 lines).
Hunk #3 succeeded at 3093 (offset 50 lines).
Hunk #4 succeeded at 5024 with fuzz 1 (offset 65 lines).
(Stripping trailing CRs from patch.)
patching file ./src/game/g_combat.c
Hunk #2 FAILED at 313.
Hunk #3 succeeded at 1171 (offset 1 line).
1 out of 4 hunks FAILED -- saving rejects to file ./src/game/g_combat.c.rej
(Stripping trailing CRs from patch.)
patching file ./src/game/g_local.h
Hunk #3 succeeded at 816 (offset 3 lines).
Hunk #4 succeeded at 1405 (offset 4 lines).
(Stripping trailing CRs from patch.)
patching file ./src/game/g_main.c
Hunk #1 FAILED at 23.
Hunk #2 succeeded at 184 (offset 1 line).
Hunk #3 succeeded at 374 (offset 2 lines).
Hunk #4 succeeded at 790 (offset 5 lines).
Hunk #5 succeeded at 2290 (offset 13 lines).
Hunk #6 succeeded at 2840 (offset 22 lines).
1 out of 6 hunks FAILED -- saving rejects to file ./src/game/g_main.c.rej
(Stripping trailing CRs from patch.)
patching file ./src/game/g_public.h
boyy@boyy-desktop:~/lakitu7-qvm/trunk$ make
make[1]: Entering directory `/home/boyy/lakitu7-qvm/trunk'
make -C src/tools/lcc install
make[2]: Entering directory `/home/boyy/lakitu7-qvm/trunk/src/tools/lcc'
gcc -O2 -Wall -fno-strict-aliasing -MMD -DTEMPDIR=\"/tmp\" -DSYSTEM=\"\" -c -Isrc -o build-linux-x86/etc/lcc.o etc/lcc.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -DTEMPDIR=\"/tmp\" -DSYSTEM=\"\" -c -Isrc -o build-linux-x86/etc/bytecode.o etc/bytecode.c
gcc -o build-linux-x86/q3lcc build-linux-x86/etc/lcc.o build-linux-x86/etc/bytecode.o
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Icpp -o build-linux-x86/cpp/cpp.o cpp/cpp.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Icpp -o build-linux-x86/cpp/lex.o cpp/lex.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Icpp -o build-linux-x86/cpp/nlist.o cpp/nlist.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Icpp -o build-linux-x86/cpp/tokens.o cpp/tokens.c
cpp/tokens.c: In function ‘puttokens’:
cpp/tokens.c:308: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
cpp/tokens.c:309: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
cpp/tokens.c:316: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
cpp/tokens.c: In function ‘flushout’:
cpp/tokens.c:331: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Icpp -o build-linux-x86/cpp/macro.o cpp/macro.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Icpp -o build-linux-x86/cpp/eval.o cpp/eval.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Icpp -o build-linux-x86/cpp/include.o cpp/include.c
cpp/include.c: In function ‘doinclude’:
cpp/include.c:95: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
cpp/include.c:96: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
cpp/include.c:97: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Icpp -o build-linux-x86/cpp/hideset.o cpp/hideset.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Icpp -o build-linux-x86/cpp/getopt.o cpp/getopt.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Icpp -o build-linux-x86/cpp/unix.o cpp/unix.c
gcc -o build-linux-x86/q3cpp build-linux-x86/cpp/cpp.o build-linux-x86/cpp/lex.o build-linux-x86/cpp/nlist.o build-linux-x86/cpp/tokens.o build-linux-x86/cpp/macro.o build-linux-x86/cpp/eval.o build-linux-x86/cpp/include.o build-linux-x86/cpp/hideset.o build-linux-x86/cpp/getopt.o build-linux-x86/cpp/unix.o
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/alloc.o src/alloc.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/bind.o src/bind.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/bytecode.o src/bytecode.c
src/bytecode.c: In function ‘LoadSourceFile’:
src/bytecode.c:263: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/dag.o src/dag.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Ilburg -o build-linux-x86/lburg/lburg.o lburg/lburg.c
yacc lburg/gram.y
mv -f y.tab.c lburg/gram.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Ilburg -o build-linux-x86/lburg/gram.o lburg/gram.c
lburg/gram.y:4: warning: ‘rcsid’ defined but not used
gcc -o build-linux-x86/lburg/lburg build-linux-x86/lburg/lburg.o build-linux-x86/lburg/gram.o
build-linux-x86/lburg/lburg src/dagcheck.md build-linux-x86/rcc/dagcheck.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -Wno-unused -c -Isrc -o build-linux-x86/rcc/dagcheck.o build-linux-x86/rcc/dagcheck.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/decl.o src/decl.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/enode.o src/enode.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/error.o src/error.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/event.o src/event.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/expr.o src/expr.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/gen.o src/gen.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/init.o src/init.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/inits.o src/inits.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/input.o src/input.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/lex.o src/lex.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/list.o src/list.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/main.o src/main.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/null.o src/null.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/output.o src/output.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/prof.o src/prof.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/profio.o src/profio.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/simp.o src/simp.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/stmt.o src/stmt.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/string.o src/string.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/sym.o src/sym.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/symbolic.o src/symbolic.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/trace.o src/trace.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/tree.o src/tree.c
gcc -O2 -Wall -fno-strict-aliasing -MMD -c -Isrc -o build-linux-x86/rcc/types.o src/types.c
gcc -o build-linux-x86/q3rcc build-linux-x86/rcc/alloc.o build-linux-x86/rcc/bind.o build-linux-x86/rcc/bytecode.o build-linux-x86/rcc/dag.o build-linux-x86/rcc/dagcheck.o build-linux-x86/rcc/decl.o build-linux-x86/rcc/enode.o build-linux-x86/rcc/error.o build-linux-x86/rcc/event.o build-linux-x86/rcc/expr.o build-linux-x86/rcc/gen.o build-linux-x86/rcc/init.o build-linux-x86/rcc/inits.o build-linux-x86/rcc/input.o build-linux-x86/rcc/lex.o build-linux-x86/rcc/list.o build-linux-x86/rcc/main.o build-linux-x86/rcc/null.o build-linux-x86/rcc/output.o build-linux-x86/rcc/prof.o build-linux-x86/rcc/profio.o build-linux-x86/rcc/simp.o build-linux-x86/rcc/stmt.o build-linux-x86/rcc/string.o build-linux-x86/rcc/sym.o build-linux-x86/rcc/symbolic.o build-linux-x86/rcc/trace.o build-linux-x86/rcc/tree.o build-linux-x86/rcc/types.o
install -s -m 0755 build-linux-x86/q3lcc ../
install -s -m 0755 build-linux-x86/q3cpp ../
install -s -m 0755 build-linux-x86/q3rcc ../
make[2]: Leaving directory `/home/boyy/lakitu7-qvm/trunk/src/tools/lcc'
make -C src/tools/asm install
make[2]: Entering directory `/home/boyy/lakitu7-qvm/trunk/src/tools/asm'
gcc -O2 -Wall -fno-strict-aliasing -o q3asm q3asm.c cmdlib.c
cmdlib.c: In function ‘_printf’:
cmdlib.c:189: warning: format not a string literal and no format arguments
cmdlib.c: In function ‘Q_getwd’:
cmdlib.c:403: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result
install -s -m 0755 q3asm ../
make[2]: Leaving directory `/home/boyy/lakitu7-qvm/trunk/src/tools/asm'

Building Tremulous in build/release-linux-x86:
CC: cc

CFLAGS:
-Wall
-fno-strict-aliasing
-Wimplicit
-Wstrict-prototypes
-pipe
-DUSE_OPENAL=1
-DUSE_CURL=1
-DUSE_CURL_DLOPEN=1
-DUSE_SDL_VIDEO=1
-DUSE_SDL_SOUND=1
-I/usr/include/SDL
-D_GNU_SOURCE=1
-D_REENTRANT
-m32
-DUSE_LOCAL_HEADERS=1
-MMD
-DSVN_VERSION="1.1.0_SVN180M"
-DNDEBUG
-O3
-march=i586
-fomit-frame-pointer
-funroll-loops
-falign-loops=2
-falign-jumps=2
-falign-functions=2
-fstrength-reduce

Output:
build/release-linux-x86/tremded.x86
build/release-linux-x86/tremulous.x86
build/release-linux-x86/tremulous-smp.x86
build/release-linux-x86/base/cgamex86.so
build/release-linux-x86/base/gamex86.so
build/release-linux-x86/base/uix86.so
build/release-linux-x86/base/vm/cgame.qvm
build/release-linux-x86/base/vm/game.qvm
build/release-linux-x86/base/vm/ui.qvm

make[2]: Entering directory `/home/boyy/lakitu7-qvm/trunk'
DED_CC src/server/sv_client.c
DED_CC src/server/sv_ccmds.c
DED_CC src/server/sv_game.c
DED_CC src/server/sv_init.c
DED_CC src/server/sv_main.c
DED_CC src/server/sv_net_chan.c
DED_CC src/server/sv_snapshot.c
DED_CC src/server/sv_world.c
DED_CC src/qcommon/cm_load.c
DED_CC src/qcommon/cm_patch.c
DED_CC src/qcommon/cm_polylib.c
DED_CC src/qcommon/cm_test.c
DED_CC src/qcommon/cm_trace.c
DED_CC src/qcommon/cmd.c
DED_CC src/qcommon/common.c
DED_CC src/qcommon/cvar.c
DED_CC src/qcommon/files.c
DED_CC src/qcommon/md4.c
DED_CC src/qcommon/msg.c
DED_CC src/qcommon/net_chan.c
DED_CC src/qcommon/huffman.c
DED_CC src/qcommon/parse.c
src/qcommon/parse.c: In function ‘Parse_SetBaseFolder’:
src/qcommon/parse.c:1109: warning: format not a string literal and no format arguments
In file included from /usr/include/string.h:640,
from src/qcommon/q_shared.h:101,
from src/qcommon/parse.c:24:
In function ‘strncat’,
inlined from ‘Parse_Directive_include’ at src/qcommon/parse.c:2571:
/usr/include/bits/string3.h:153: warning: call to __builtin___strncat_chk might overflow destination buffer
DED_CC src/qcommon/q_math.c
DED_CC src/qcommon/q_shared.c
DED_CC src/qcommon/unzip.c
src/qcommon/unzip.c: In function ‘unzlocal_getShort’:
src/qcommon/unzip.c:1111: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
src/qcommon/unzip.c: In function ‘unzlocal_getLong’:
src/qcommon/unzip.c:1140: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
DED_CC src/qcommon/vm.c
DED_CC src/qcommon/vm_interpreted.c
DED_CC src/unix/linux_signals.c
DED_CC src/unix/unix_main.c
src/unix/unix_main.c: In function ‘tty_Back’:
src/unix/unix_main.c:200: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
src/unix/unix_main.c:202: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
src/unix/unix_main.c:204: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
src/unix/unix_main.c: In function ‘tty_Show’:
src/unix/unix_main.c:242: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
src/unix/unix_main.c: In function ‘Sys_ConsoleInput’:
src/unix/unix_main.c:587: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
src/unix/unix_main.c:649: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
src/unix/unix_main.c: In function ‘Sys_LoadDll’:
src/unix/unix_main.c:789: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result
DED_CC src/unix/unix_net.c
DED_CC src/unix/unix_shared.c
src/unix/unix_shared.c: In function ‘Sys_Cwd’:
src/unix/unix_shared.c:367: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result
DED_CC src/null/null_client.c
DED_CC src/null/null_input.c
DED_CC src/null/null_snddma.c
AS src/unix/ftola.s
AS src/unix/snapvectora.s
AS src/unix/matha.s
DED_CC src/qcommon/vm_x86.c
LD build/release-linux-x86/tremded.x86
CC src/client/cl_cgame.c
src/client/cl_cgame.c: In function ‘CL_GetServerCommand’:
src/client/cl_cgame.c:297: warning: format not a string literal and no format arguments
CC src/client/cl_cin.c
CC src/client/cl_console.c
CC src/client/cl_input.c
CC src/client/cl_keys.c
CC src/client/cl_main.c
src/client/cl_main.c: In function ‘CL_GlobalServers_f’:
src/client/cl_main.c:3177: warning: format not a string literal and no format arguments
CC src/client/cl_net_chan.c
CC src/client/cl_parse.c
src/client/cl_parse.c: In function ‘CL_ParseDownload’:
src/client/cl_parse.c:558: warning: format not a string literal and no format arguments
CC src/client/cl_scrn.c
CC src/client/cl_ui.c
CC src/client/cl_avi.c
CC src/qcommon/cm_load.c
CC src/qcommon/cm_patch.c
CC src/qcommon/cm_polylib.c
CC src/qcommon/cm_test.c
CC src/qcommon/cm_trace.c
CC src/qcommon/cmd.c
CC src/qcommon/common.c
CC src/qcommon/cvar.c
CC src/qcommon/files.c
CC src/qcommon/md4.c
CC src/qcommon/md5.c
CC src/qcommon/msg.c
CC src/qcommon/net_chan.c
CC src/qcommon/huffman.c
CC src/qcommon/parse.c
src/qcommon/parse.c: In function ‘Parse_SetBaseFolder’:
src/qcommon/parse.c:1109: warning: format not a string literal and no format arguments
In file included from /usr/include/string.h:640,
from src/qcommon/q_shared.h:101,
from src/qcommon/parse.c:24:
In function ‘strncat’,
inlined from ‘Parse_Directive_include’ at src/qcommon/parse.c:2571:
/usr/include/bits/string3.h:153: warning: call to __builtin___strncat_chk might overflow destination buffer
CC src/client/snd_adpcm.c
CC src/client/snd_dma.c
CC src/client/snd_mem.c
CC src/client/snd_mix.c
CC src/client/snd_wavelet.c
CC src/client/snd_main.c
CC src/client/snd_codec.c
CC src/client/snd_codec_wav.c
CC src/client/snd_codec_ogg.c
CC src/client/qal.c
CC src/client/snd_openal.c
CC src/client/cl_curl.c
src/client/cl_curl.c: In function ‘CL_cURL_Init’:
src/client/cl_curl.c:133: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result
CC src/server/sv_ccmds.c
CC src/server/sv_client.c
CC src/server/sv_game.c
CC src/server/sv_init.c
CC src/server/sv_main.c
CC src/server/sv_net_chan.c
CC src/server/sv_snapshot.c
CC src/server/sv_world.c
CC src/qcommon/q_math.c
CC src/qcommon/q_shared.c
CC src/qcommon/unzip.c
src/qcommon/unzip.c: In function ‘unzlocal_getShort’:
src/qcommon/unzip.c:1111: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
src/qcommon/unzip.c: In function ‘unzlocal_getLong’:
src/qcommon/unzip.c:1140: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
CC src/qcommon/vm.c
CC src/qcommon/vm_interpreted.c
CC src/jpeg-6/jcapimin.c
CC src/jpeg-6/jchuff.c
CC src/jpeg-6/jcinit.c
CC src/jpeg-6/jccoefct.c
CC src/jpeg-6/jccolor.c
CC src/jpeg-6/jfdctflt.c
CC src/jpeg-6/jcdctmgr.c
CC src/jpeg-6/jcphuff.c
CC src/jpeg-6/jcmainct.c
CC src/jpeg-6/jcmarker.c
CC src/jpeg-6/jcmaster.c
CC src/jpeg-6/jcomapi.c
CC src/jpeg-6/jcparam.c
CC src/jpeg-6/jcprepct.c
CC src/jpeg-6/jcsample.c
CC src/jpeg-6/jdapimin.c
CC src/jpeg-6/jdapistd.c
CC src/jpeg-6/jdatasrc.c
CC src/jpeg-6/jdcoefct.c
CC src/jpeg-6/jdcolor.c
CC src/jpeg-6/jddctmgr.c
CC src/jpeg-6/jdhuff.c
CC src/jpeg-6/jdinput.c
CC src/jpeg-6/jdmainct.c
CC src/jpeg-6/jdmarker.c
CC src/jpeg-6/jdmaster.c
CC src/jpeg-6/jdpostct.c
CC src/jpeg-6/jdsample.c
CC src/jpeg-6/jdtrans.c
CC src/jpeg-6/jerror.c
CC src/jpeg-6/jidctflt.c
CC src/jpeg-6/jmemmgr.c
CC src/jpeg-6/jmemnobs.c
CC src/jpeg-6/jutils.c
CC src/renderer/tr_animation.c
CC src/renderer/tr_backend.c
CC src/renderer/tr_bsp.c
CC src/renderer/tr_cmds.c
CC src/renderer/tr_curve.c
CC src/renderer/tr_flares.c
CC src/renderer/tr_font.c
CC src/renderer/tr_image.c
CC src/renderer/tr_init.c
CC src/renderer/tr_light.c
CC src/renderer/tr_main.c
CC src/renderer/tr_marks.c
CC src/renderer/tr_mesh.c
CC src/renderer/tr_model.c
CC src/renderer/tr_noise.c
CC src/renderer/tr_scene.c
CC src/renderer/tr_shade.c
CC src/renderer/tr_shade_calc.c
CC src/renderer/tr_shader.c
CC src/renderer/tr_shadows.c
CC src/renderer/tr_sky.c
CC src/renderer/tr_surface.c
CC src/renderer/tr_world.c
AS src/unix/snd_mixa.s
AS src/unix/matha.s
AS src/unix/ftola.s
AS src/unix/snapvectora.s
CC src/qcommon/vm_x86.c
CC src/unix/unix_main.c
src/unix/unix_main.c: In function ‘tty_Back’:
src/unix/unix_main.c:200: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
src/unix/unix_main.c:202: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
src/unix/unix_main.c:204: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
src/unix/unix_main.c: In function ‘tty_Show’:
src/unix/unix_main.c:242: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
src/unix/unix_main.c: In function ‘Sys_ConsoleInput’:
src/unix/unix_main.c:587: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
src/unix/unix_main.c:649: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
src/unix/unix_main.c: In function ‘Sys_LoadDll’:
src/unix/unix_main.c:789: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result
CC src/unix/unix_net.c
CC src/unix/unix_shared.c
src/unix/unix_shared.c: In function ‘Sys_Cwd’:
src/unix/unix_shared.c:367: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result
CC src/unix/linux_signals.c
CC src/unix/linux_qgl.c
src/unix/linux_qgl.c: In function ‘QGL_Init’:
src/unix/linux_qgl.c:3091: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result
CC src/unix/linux_snd.c
CC src/unix/sdl_snd.c
CC src/unix/linux_joystick.c
CC src/unix/linux_glimp.c
CC src/unix/sdl_glimp.c
LD build/release-linux-x86/tremulous.x86
SMP_CC src/unix/linux_glimp.c
SMP_CC src/unix/sdl_glimp.c
LD build/release-linux-x86/tremulous-smp.x86
SHLIB_CC src/cgame/cg_main.c
SHLIB_CC src/game/bg_misc.c
SHLIB_CC src/game/bg_pmove.c
SHLIB_CC src/game/bg_slidemove.c
SHLIB_CC src/cgame/cg_consolecmds.c
SHLIB_CC src/cgame/cg_buildable.c
SHLIB_CC src/cgame/cg_animation.c
SHLIB_CC src/cgame/cg_animmapobj.c
SHLIB_CC src/cgame/cg_draw.c
SHLIB_CC src/cgame/cg_drawtools.c
SHLIB_CC src/cgame/cg_ents.c
SHLIB_CC src/cgame/cg_event.c
SHLIB_CC src/cgame/cg_marks.c
SHLIB_CC src/cgame/cg_players.c
SHLIB_CC src/cgame/cg_playerstate.c
SHLIB_CC src/cgame/cg_predict.c
SHLIB_CC src/cgame/cg_servercmds.c
SHLIB_CC src/cgame/cg_snapshot.c
SHLIB_CC src/cgame/cg_view.c
SHLIB_CC src/cgame/cg_weapons.c
SHLIB_CC src/cgame/cg_mem.c
SHLIB_CC src/cgame/cg_scanner.c
SHLIB_CC src/cgame/cg_attachment.c
SHLIB_CC src/cgame/cg_trails.c
SHLIB_CC src/cgame/cg_particles.c
SHLIB_CC src/cgame/cg_ptr.c
SHLIB_CC src/cgame/cg_tutorial.c
SHLIB_CC src/ui/ui_shared.c
SHLIB_CC src/qcommon/q_math.c
SHLIB_CC src/qcommon/q_shared.c
SHLIB_CC src/cgame/cg_syscalls.c
LD build/release-linux-x86/base/cgamex86.so
SHLIB_CC src/game/g_main.c
SHLIB_CC src/game/g_mem.c
SHLIB_CC src/game/g_active.c
SHLIB_CC src/game/g_client.c
SHLIB_CC src/game/g_cmds.c
src/game/g_cmds.c: In function ‘Cmd_CallVote_f’:
src/game/g_cmds.c:1760: warning: format not a string literal and no format arguments
src/game/g_cmds.c: In function ‘Cmd_CallTeamVote_f’:
src/game/g_cmds.c:2227: warning: format not a string literal and no format arguments
SHLIB_CC src/game/g_combat.c
SHLIB_CC src/game/g_physics.c
SHLIB_CC src/game/g_buildable.c
SHLIB_CC src/game/g_misc.c
SHLIB_CC src/game/g_missile.c
SHLIB_CC src/game/g_mover.c
SHLIB_CC src/game/g_session.c
SHLIB_CC src/game/g_spawn.c
SHLIB_CC src/game/g_svcmds.c
SHLIB_CC src/game/g_target.c
SHLIB_CC src/game/g_team.c
SHLIB_CC src/game/g_trigger.c
SHLIB_CC src/game/g_utils.c
SHLIB_CC src/game/g_maprotation.c
SHLIB_CC src/game/g_ptr.c
SHLIB_CC src/game/g_weapon.c
SHLIB_CC src/game/g_admin.c
src/game/g_admin.c: In function ‘G_admin_bot’:
src/game/g_admin.c:1894: warning: implicit declaration of function ‘G_SanitiseName’
SHLIB_CC src/game/g_bot.c
SHLIB_CC src/game/g_syscalls.c
LD build/release-linux-x86/base/gamex86.so
SHLIB_CC src/ui/ui_main.c
SHLIB_CC src/ui/ui_atoms.c
SHLIB_CC src/ui/ui_players.c
src/ui/ui_players.c: In function ‘UI_RegisterClientModelname’:
src/ui/ui_players.c:1197: warning: the address of ‘headModelName’ will always evaluate as ‘true’
SHLIB_CC src/ui/ui_gameinfo.c
SHLIB_CC src/ui/ui_syscalls.c
LD build/release-linux-x86/base/uix86.so
Q3LCC src/cgame/cg_main.c
Q3LCC src/game/bg_misc.c
Q3LCC src/game/bg_pmove.c
Q3LCC src/game/bg_slidemove.c
Q3LCC src/cgame/cg_consolecmds.c
Q3LCC src/cgame/cg_buildable.c
Q3LCC src/cgame/cg_animation.c
Q3LCC src/cgame/cg_animmapobj.c
Q3LCC src/cgame/cg_draw.c
Q3LCC src/cgame/cg_drawtools.c
Q3LCC src/cgame/cg_ents.c
Q3LCC src/cgame/cg_event.c
Q3LCC src/cgame/cg_marks.c
Q3LCC src/cgame/cg_players.c
Q3LCC src/cgame/cg_playerstate.c
Q3LCC src/cgame/cg_predict.c
Q3LCC src/cgame/cg_servercmds.c
Q3LCC src/cgame/cg_snapshot.c
Q3LCC src/cgame/cg_view.c
Q3LCC src/cgame/cg_weapons.c
Q3LCC src/cgame/cg_mem.c
Q3LCC src/cgame/cg_scanner.c
Q3LCC src/cgame/cg_attachment.c
Q3LCC src/cgame/cg_trails.c
Q3LCC src/cgame/cg_particles.c
Q3LCC src/cgame/cg_ptr.c
Q3LCC src/cgame/cg_tutorial.c
Q3LCC src/ui/ui_shared.c
Q3LCC src/qcommon/q_math.c
Q3LCC src/qcommon/q_shared.c
Q3LCC src/game/bg_lib.c
Q3ASM build/release-linux-x86/base/vm/cgame.qvm
Q3LCC src/game/g_main.c
Q3LCC src/game/g_mem.c
Q3LCC src/game/g_active.c
Q3LCC src/game/g_client.c
Q3LCC src/game/g_cmds.c
Q3LCC src/game/g_combat.c
Q3LCC src/game/g_physics.c
Q3LCC src/game/g_buildable.c
Q3LCC src/game/g_misc.c
Q3LCC src/game/g_missile.c
Q3LCC src/game/g_mover.c
Q3LCC src/game/g_session.c
Q3LCC src/game/g_spawn.c
Q3LCC src/game/g_svcmds.c
Q3LCC src/game/g_target.c
Q3LCC src/game/g_team.c
Q3LCC src/game/g_trigger.c
Q3LCC src/game/g_utils.c
Q3LCC src/game/g_maprotation.c
Q3LCC src/game/g_ptr.c
Q3LCC src/game/g_weapon.c
Q3LCC src/game/g_admin.c
Q3LCC src/game/g_bot.c
cpp: src/game/g_bot.c:794 No newline at end of file
Q3ASM build/release-linux-x86/base/vm/game.qvm
error: symbol G_SanitiseName undefined
make[2]: *** [build/release-linux-x86/base/vm/game.qvm] Error 1
make[2]: Leaving directory `/home/boyy/lakitu7-qvm/trunk'
make[1]: *** [targets] Error 2
make[1]: Leaving directory `/home/boyy/lakitu7-qvm/trunk'
make: *** [release] Error 2
Back to top Go down
linux26
Lieutenant General
Lieutenant General
linux26


compiling errors 23818192
Posts : 1350
Points : -2147477902
Reputation : 57
Join date : 2008-08-24
Location :

compiling errors Empty
PostSubject: Re: compiling errors   compiling errors Icon_minitimeMon Mar 08, 2010 5:50 pm

Looks like patch didn't get applied correctly. Try compiling without patching and see if it works.
Back to top Go down
white
First Lieutenant
First Lieutenant
white


Posts : 198
Points : 5894
Reputation : 0
Join date : 2009-02-04
Location : Miami

compiling errors Empty
PostSubject: Re: compiling errors   compiling errors Icon_minitimeMon Mar 08, 2010 6:05 pm

it comopiled without any errors when with out the patch



but any patch i try to add fails when i compile it. Am i doin something wrong?
Back to top Go down
doublehex
Lieutenant General
Lieutenant General
doublehex


compiling errors 23818192
Posts : 287
Points : -2147477980
Reputation : 9
Join date : 2008-11-09

compiling errors Empty
PostSubject: Re: compiling errors   compiling errors Icon_minitimeMon Mar 08, 2010 6:46 pm

i see the problem. linux should know about this. Tremulous has alot of "flavors" theres server source, client source, server qvm source, ect. What your tryin to do i believe is client source, you need to make sure u have source for server qvm and set it to compile server qvms
Back to top Go down
Sponsored content





compiling errors Empty
PostSubject: Re: compiling errors   compiling errors Icon_minitime

Back to top Go down
 
compiling errors
Back to top 
Page 1 of 1
 Similar topics
-
» map errors
» QVM compiling stuff

Permissions in this forum:You cannot reply to topics in this forum
{ACR} Admin Crazy Rioters :: Important Info :: Developer's Korner-
Jump to: