Package: gfpoken
Version: 0.25.dfsg.1-1
Severity: serious

Hi,

Your package is failing to build with the following error
on 64 bit arches:
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gfpoken\" 
-DVERSION=\"0.25\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SOCKET=1 -DHAVE_STRTOL=1  -I. -I.    
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -Wall -W 
-Werror -MT dialog.o -MD -MP -MF ".deps/dialog.Tpo" -c -o dialog.o dialog.c; \
then mv -f ".deps/dialog.Tpo" ".deps/dialog.Po"; else rm -f ".deps/dialog.Tpo";
 exit 1; fi
cc1: warnings being treated as errors
dialog.c: In function 'initlevel':
dialog.c:65: warning: format '%d' expects type 'int', but argument 3 has type '
long unsigned int'
dialog.c: In function 'loadlevel':
dialog.c:205: warning: format '%d' expects type 'int', but argument 3 has type
'long unsigned int'
make[1]: *** [dialog.o] Error 1

sizeof returns an size_t, you should be using format
specifier %zd for that.

The same problem is on:
main.c:297
multi.c:505

After changing those 4 it builds without problems.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to