After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 539993 - missing semicolon causes database-support to not compile
missing semicolon causes database-support to not compile
Status: RESOLVED FIXED
Product: planner
Classification: Other
Component: General
0.14.x
Other All
: Normal normal
: ---
Assigned To: planner-maint
planner-maint
Depends on:
Blocks:
 
 
Reported: 2008-06-24 16:42 UTC by Mirco Müller
Modified: 2008-07-20 11:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch fixing macro in planner/libplanner/mrp-sql.c (543 bytes, patch)
2008-06-24 16:43 UTC, Mirco Müller
none Details | Review

Description Mirco Müller 2008-06-24 16:42:01 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
Comment 1 Mirco Müller 2008-06-24 16:43:04 UTC
Created attachment 113346 [details] [review]
patch fixing macro in planner/libplanner/mrp-sql.c
Comment 2 Michael Vogt 2008-06-24 16:49:23 UTC
Just as a additonal datapoint, this happend with gcc 4.3.1 and glib 2.17.2-1
Comment 3 Götz Waschk 2008-07-07 12:15:46 UTC
Confirmed on Mandriva Cooker with 4.3.1 and glib 2.17.3.
Comment 4 Maurice van der Pot 2008-07-20 11:09:46 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thanks for the patch.