From: SourceForge.net <no...@so...> - 2008-01-19 09:37:31
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4730509 By: nobody Hello. Configure pass but make fails: $ LC_ALL=c make make all-am make[1]: Entering directory `/home/users/Arvenil/rpm/mysqlfs-0.4.0-rc1' if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I/usr/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:235: warning: format '%lld' expects type 'long long int', but argument 4 has type 'off_t' query.c:235: warning: format '%lld' expects type 'long long int', but argument 4 has type 'off_t' query.c: In function 'write_one_block': query.c:593: warning: format '%llu' expects type 'long long unsigned int', but argument 4 has type 'off_t' query.c:593: warning: format '%llu' expects type 'long long unsigned int', but argument 4 has type 'off_t' query.c:597: warning: format '%llu' expects type 'long long unsigned int', but argument 4 has type 'long unsigned int' query.c:597: warning: format '%llu' expects type 'long long unsigned int', but argument 4 has type 'long unsigned int' make[1]: *** [query.o] Error 1 make[1]: Leaving directory `/home/users/Arvenil/rpm/mysqlfs-0.4.0-rc1' make: *** [all] Error 2 ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=441304 |