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 572849 - Incorrect configure.in logic for location of gmmproc binary breaks build if libdir != lib/
Incorrect configure.in logic for location of gmmproc binary breaks build if l...
Status: RESOLVED FIXED
Product: libgdamm
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2009-02-23 13:30 UTC by David King
Modified: 2011-01-16 23:39 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
Patch to fix the incorrect logic (546 bytes, patch)
2009-02-23 13:31 UTC, David King
none Details | Review
Update ChangeLog, use svn diff (1.07 KB, patch)
2009-02-23 13:47 UTC, David King
none Details | Review

Description David King 2009-02-23 13:30:48 UTC
On a system with a libdir that is not $PREFIX/lib/ the logic in the libgdamm configure.in fails. This can be fixed by querying the libdir variable of glibmm-2.4 with pkg-config, rather than looking up the prefix and appending lib/ to the end of the path.
Comment 1 David King 2009-02-23 13:31:36 UTC
Created attachment 129321 [details] [review]
Patch to fix the incorrect logic
Comment 2 David King 2009-02-23 13:47:06 UTC
Created attachment 129323 [details] [review]
Update ChangeLog, use svn diff

Fix problems pointed out by murrayc.
Comment 3 Murray Cumming 2009-02-23 14:32:06 UTC
Committed to svn trunk. Thanks.