All pastes #2107192 Raw Edit

Mine

public text v1 · immutable
#2107192 ·published 2012-01-28 23:16 UTC
rendered paste body

xxxx@xxxxx:~/glftpd/project-zs-ng2_r39/trunk# make

Compiling the additional libraries
cd lib/ ; make all
make[1]: Entering directory `/root/glftpd/project-zs-ng2_r39/trunk/lib'

Compiling the strl lib
cd strl ; make all
make[2]: Entering directory `/root/glftpd/project-zs-ng2_r39/trunk/lib/strl'
gcc -g -O2 -W -Wall -Wundef -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline  -D_WITH_NOFORMAT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DHAVE_CONFIG_H -I../include/ -I../../   -c -o strlcpy.o strlcpy.c
make[2]: Leaving directory `/root/glftpd/project-zs-ng2_r39/trunk/lib/strl'
make[1]: Leaving directory `/root/glftpd/project-zs-ng2_r39/trunk/lib'

Compiling the zipscript
cd zipscript/src ; make all
make[1]: Entering directory `/root/glftpd/project-zs-ng2_r39/trunk/zipscript/src'
gcc -g -O2 -W -Wall -Wundef -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline  -D_WITH_NOFORMAT -DUSING_GLFTPD=1 -DGLVERSION=20132 -DHAVE_FLAC_HEADERS -lFLAC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DHAVE_CONFIG_H -I../include/ -I../../ -I../../lib/   -c -o postunnuke.o postunnuke.c
In file included from ../include/objects.h:8,
                 from ../include/zsfunctions.h:40,
                 from postunnuke.c:10:
../include/constants.h:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
In file included from ../include/zsfunctions.h:41,
                 from postunnuke.c:10:
../include/macros.h:28:7: warning: "TRUE" is not defined
../include/macros.h:28:27: warning: "TRUE" is not defined
../include/macros.h:29:7: warning: "TRUE" is not defined
../include/macros.h:29:21: warning: "TRUE" is not defined
../include/macros.h:48:7: warning: "TRUE" is not defined
../include/macros.h:48:26: warning: "TRUE" is not defined
In file included from ../include/zsfunctions.h:45,
                 from postunnuke.c:10:
../include/constants.h:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
In file included from postunnuke.c:10:
../include/zsfunctions.h:48:7: warning: "FALSE" is not defined
../include/zsfunctions.h:48:21: warning: "TRUE" is not defined
../include/zsfunctions.h:150:7: warning: "TRUE" is not defined
../include/zsfunctions.h:150:27: warning: "TRUE" is not defined
postunnuke.c: In function 'main':
postunnuke.c:135: error: 'TRUE' undeclared (first use in this function)
postunnuke.c:135: error: (Each undeclared identifier is reported only once
postunnuke.c:135: error: for each function it appears in.)
postunnuke.c:146: error: 'RTYPE_NULL' undeclared (first use in this function)
postunnuke.c:182: error: 'PROGTYPE_RESCAN' undeclared (first use in this function)
postunnuke.c:189: error: 'PROGTYPE_POSTDEL' undeclared (first use in this function)
postunnuke.c:294: error: 'F_CHECKED' undeclared (first use in this function)
postunnuke.c:296: error: 'F_BAD' undeclared (first use in this function)
postunnuke.c:320:6: warning: "FALSE" is not defined
postunnuke.c:358: error: 'FALSE' undeclared (first use in this function)
postunnuke.c:378:7: warning: "TRUE" is not defined
postunnuke.c:378:34: warning: "TRUE" is not defined
postunnuke.c:478:6: warning: "FALSE" is not defined
postunnuke.c:478:34: warning: "FALSE" is not defined
postunnuke.c:496: error: 'F_NOTCHECKED' undeclared (first use in this function)
postunnuke.c:541:6: warning: "FALSE" is not defined
postunnuke.c:577: error: 'RTYPE_AUDIO' undeclared (first use in this function)
postunnuke.c:585: error: 'RTYPE_RAR' undeclared (first use in this function)
postunnuke.c:588: error: 'RTYPE_OTHER' undeclared (first use in this function)
postunnuke.c:593:7: warning: "TRUE" is not defined
postunnuke.c:593:21: warning: "TRUE" is not defined
postunnuke.c:599: error: 'RTYPE_VIDEO' undeclared (first use in this function)
postunnuke.c:608:6: warning: "FALSE" is not defined
make[1]: *** [postunnuke.o] Error 1
make[1]: Leaving directory `/root/glftpd/project-zs-ng2_r39/trunk/zipscript/src'
make: *** [zs] Error 2