1 | In file included from /ZETA/home/develop/games/tuxpaint/src/tuxpaint.c:160:
|
---|
2 | /boot/develop/headers/bsd/stdio.h:16: warning: redundant redeclaration of `fgetln' in same scope
|
---|
3 | /boot/develop/headers/posix/stdio.h:138: warning: previous declaration of `fgetln'
|
---|
4 | In file included from /ZETA/home/develop/games/tuxpaint/src/tuxpaint.c:161:
|
---|
5 | /boot/develop/headers/bsd/stdlib.h:16: warning: redundant redeclaration of `daemon' in same scope
|
---|
6 | /boot/develop/headers/posix/stdlib.h:63: warning: previous declaration of `daemon'
|
---|
7 | In file included from /ZETA/home/develop/games/tuxpaint/src/tuxpaint.c:219:
|
---|
8 | /boot/develop/headers/posix/wctype.h:17: warning: redundant redeclaration of `iswalnum' in same scope
|
---|
9 | /boot/develop/headers/posix/wchar.h:43: warning: previous declaration of `iswalnum'
|
---|
10 | /boot/develop/headers/posix/wctype.h:18: warning: redundant redeclaration of `iswalpha' in same scope
|
---|
11 | /boot/develop/headers/posix/wchar.h:44: warning: previous declaration of `iswalpha'
|
---|
12 | /boot/develop/headers/posix/wctype.h:20: warning: redundant redeclaration of `iswcntrl' in same scope
|
---|
13 | /boot/develop/headers/posix/wchar.h:45: warning: previous declaration of `iswcntrl'
|
---|
14 | /boot/develop/headers/posix/wctype.h:21: warning: redundant redeclaration of `iswdigit' in same scope
|
---|
15 | /boot/develop/headers/posix/wchar.h:46: warning: previous declaration of `iswdigit'
|
---|
16 | /boot/develop/headers/posix/wctype.h:22: warning: redundant redeclaration of `iswgraph' in same scope
|
---|
17 | /boot/develop/headers/posix/wchar.h:47: warning: previous declaration of `iswgraph'
|
---|
18 | /boot/develop/headers/posix/wctype.h:23: warning: redundant redeclaration of `iswlower' in same scope
|
---|
19 | /boot/develop/headers/posix/wchar.h:48: warning: previous declaration of `iswlower'
|
---|
20 | /boot/develop/headers/posix/wctype.h:24: warning: redundant redeclaration of `iswprint' in same scope
|
---|
21 | /boot/develop/headers/posix/wchar.h:49: warning: previous declaration of `iswprint'
|
---|
22 | /boot/develop/headers/posix/wctype.h:25: warning: redundant redeclaration of `iswpunct' in same scope
|
---|
23 | /boot/develop/headers/posix/wchar.h:50: warning: previous declaration of `iswpunct'
|
---|
24 | /boot/develop/headers/posix/wctype.h:26: warning: redundant redeclaration of `iswspace' in same scope
|
---|
25 | /boot/develop/headers/posix/wchar.h:51: warning: previous declaration of `iswspace'
|
---|
26 | /boot/develop/headers/posix/wctype.h:27: warning: redundant redeclaration of `iswupper' in same scope
|
---|
27 | /boot/develop/headers/posix/wchar.h:52: warning: previous declaration of `iswupper'
|
---|
28 | /boot/develop/headers/posix/wctype.h:28: warning: redundant redeclaration of `iswxdigit' in same scope
|
---|
29 | /boot/develop/headers/posix/wchar.h:53: warning: previous declaration of `iswxdigit'
|
---|
30 | /boot/develop/headers/posix/wctype.h:30: warning: redundant redeclaration of `iswctype' in same scope
|
---|
31 | /boot/develop/headers/posix/wchar.h:54: warning: previous declaration of `iswctype'
|
---|
32 | /boot/develop/headers/posix/wctype.h:32: warning: redundant redeclaration of `towlower' in same scope
|
---|
33 | /boot/develop/headers/posix/wchar.h:65: warning: previous declaration of `towlower'
|
---|
34 | /boot/develop/headers/posix/wctype.h:33: warning: redundant redeclaration of `towupper' in same scope
|
---|
35 | /boot/develop/headers/posix/wchar.h:66: warning: previous declaration of `towupper'
|
---|
36 | /boot/develop/headers/posix/wctype.h:36: warning: redundant redeclaration of `wctype' in same scope
|
---|
37 | /boot/develop/headers/posix/wchar.h:94: warning: previous declaration of `wctype'
|
---|
38 | In file included from /boot/develop/headers/bsd/unistd.h:9,
|
---|
39 | from /ZETA/home/develop/games/tuxpaint/src/tuxpaint.c:244:
|
---|
40 | /boot/develop/headers/posix/unistd.h:192: warning: redundant redeclaration of `clock' in same scope
|
---|
41 | /boot/develop/headers/posix/time.h:58: warning: previous declaration of `clock'
|
---|
42 | /boot/develop/headers/posix/unistd.h:250: warning: redundant redeclaration of `environ' in same scope
|
---|
43 | /boot/develop/headers/posix/stdlib.h:76: warning: previous declaration of `environ'
|
---|
44 | In file included from /boot/develop/headers/bsd/signal.h:9,
|
---|
45 | from /ZETA/home/develop/games/tuxpaint/src/tuxpaint.c:246:
|
---|
46 | /boot/develop/headers/posix/signal.h:177: warning: redundant redeclaration of `strsignal' in same scope
|
---|
47 | /boot/develop/headers/posix/string.h:74: warning: previous declaration of `strsignal'
|
---|
48 |
|
---|
49 | ...Linking Tux Paint...
|
---|
50 | cc -O2 -W -Wall -fno-common -ffloat-store -Wcast-align -Wredundant-decls -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -I/boot/common/include/SDL -D_GNU_SOURCE=1 -DVER_DATE=\"2009-01-29\" -DVER_VERSION=\"0.9.21\" -DDATA_PREFIX=\"/boot/apps/Games/TuxPaint/share/tuxpaint/\" -DDOC_PREFIX=\"/boot/apps/Games/TuxPaint/share/doc/tuxpaint/\" -DLOCALEDIR=\"/boot/apps/Games/TuxPaint/share/locale/\" -DIMDIR=\"/boot/apps/Games/TuxPaint/share/tuxpaint/im/\" -DCONFDIR=\"/boot/apps/Games/TuxPaint/etc/tuxpaint/\" -DMAGIC_PREFIX=\"/boot/apps/Games/TuxPaint/lib/tuxpaint/plugins/\" -DNOSVG -DNO_SDLPANGO \
|
---|
51 | -o tuxpaint obj/tuxpaint.o obj/i18n.o obj/im.o obj/cursor.o obj/pixels.o obj/rgblinear.o obj/playsound.o obj/fonts.o obj/progressbar.o obj/dirwalk.o obj/get_fname.o obj/BeOS_print.o \
|
---|
52 | -L/boot/common/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer "-L/boot/common/lib -lintl -lpng -lz -lbe -lpaper -lnetwork "
|
---|