Bugs item #2994981, was opened at 2010-05-01 02:09
Message generated for change (Tracker Item Submitted) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=716425&aid=2994981&group_id=129981
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: darzanebor ()
Assigned to: Nobody/Anonymous (nobody)
Summary: make error query.c
Initial Comment:
2.6.32-21x86_64 GNU/Linux
...
make[2]: ./make/mysqlfs-0.3.99.2\'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/include/mysql -g -O2 -I/usr/local/include -Wall -Werror -I/usr/include/mysql -Wall -Werror -MT query.o -MD -MP -MF \".deps/query.Tpo\" -c -o query.o query.c; \\
then mv -f \".deps/query.Tpo\" \".deps/query.Po\"; else rm -f \".deps/query.Tpo\"; exit 1; fi
cc1: warnings being treated as errors
query.c: In function ‘query_truncate’:
query.c:298: error: format ‘%lld’ expects type ‘long long int’, but argument 4 has type ‘off_t’
query.c:298: error: format ‘%lld’ expects type ‘long long int’, but argument 4 has type ‘off_t’
query.c: In function ‘write_one_block’:
query.c:795: error: format ‘%llu’ expects type ‘long long unsigned int’, but argument 4 has type ‘off_t’
query.c:795: error: format ‘%llu’ expects type ‘long long unsigned int’, but argument 4 has type ‘off_t’
query.c:799: error: format ‘%llu’ expects type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’
query.c:799: error: format ‘%llu’ expects type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’
make[2]: *** [query.o] Error 1
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=716425&aid=2994981&group_id=129981
|