-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
ohnobinki@binkidesky ~/app $ make -j -l4
depbase=`echo src/app.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"app\" -DPACKAGE_TARNAME=\"app\" -DPACKAGE_VERSION=\"0.0\" -DPACKAGE_STRING=\"app\ 0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"app\" -DVERSION=\"0.0\" -I. -I/tmp/blah/include -g -O2 -MT src/app.o -MD -MP -MF $depbase.Tpo -c -o src/app.o src/app.c &&\
mv -f $depbase.Tpo $depbase.Po
In file included from src/app.c:3:
/tmp/blah/include/libapp/list.h:25: error: conflicting types for ‘list_free’
/usr/include/mysql/my_list.h:34: note: previous declaration of ‘list_free’ was here
src/app.c: In function ‘main’:
src/app.c:18: warning: incompatible implicit declaration of built-in function ‘free’
make: *** [src/app.o] Error 1
http://bugs.mysql.com/bug.php?id=52725
http://ohnopub.net/hg/liblist/rev/54fb61a407c0
Metadata
Metadata
Assignees
Labels
No labels