GNOME Bugzilla – Bug 382936
compile error on Darwin
Last modified: 2006-12-27 16:16:42 UTC
Compiling gda-parameter-list.c on Darwin fails with the following error: gda-parameter-list.c: In function 'gda_parameter_list_new_inline': gda-parameter-list.c:279: error: parse error before 'uint' Including sys/types.h will fix this.
Created attachment 77799 [details] [review] Patch to build libgda on Darwin
Committed. Thanks.