GNOME Bugzilla – Bug 539993
missing semicolon causes database-support to not compile
Last modified: 2008-07-20 11:09:46 UTC
Please describe the problem: when passing --enable-database=yes to configure the subsequent compile does not succeed Steps to reproduce: 1. unpack tarball 2. cd planner-0.14.3 3. also pass --enable-database=yes to configure 4. make Actual results: the compile does fail Expected results: the compile should succeed Does this happen every time? yes Other information: needed patch is supplied with this bugreport
Created attachment 113346 [details] [review] patch fixing macro in planner/libplanner/mrp-sql.c
Just as a additonal datapoint, this happend with gcc 4.3.1 and glib 2.17.2-1
Confirmed on Mandriva Cooker with 4.3.1 and glib 2.17.3.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thanks for the patch.