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 570325 - gtkmm fails to build outside source tree
gtkmm fails to build outside source tree
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: build
2.15.x
Other Linux
: Normal minor
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks: 569778
 
 
Reported: 2009-02-03 08:30 UTC by Theppitak Karoonboonyanan
Modified: 2009-02-05 16:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
Summarized fixes (1.54 KB, patch)
2009-02-03 08:31 UTC, Theppitak Karoonboonyanan
none Details | Review
$(top_builddir) instead of $(builddir) (1.56 KB, patch)
2009-02-03 13:46 UTC, Theppitak Karoonboonyanan
none Details | Review
without builddir (1.53 KB, patch)
2009-02-03 16:47 UTC, Theppitak Karoonboonyanan
none Details | Review

Description Theppitak Karoonboonyanan 2009-02-03 08:30:02 UTC
gtkmm fails to build outside source tree, with exactly the same set of errors as described in Bug #570322 for pangomm, and Bug #570216 for glibmm.
Comment 1 Theppitak Karoonboonyanan 2009-02-03 08:31:48 UTC
Created attachment 127817 [details] [review]
Summarized fixes

The fix is also the same as those two bugs.
Comment 2 Theppitak Karoonboonyanan 2009-02-03 13:46:39 UTC
Created attachment 127837 [details] [review]
$(top_builddir) instead of $(builddir)

Use $(top_builddir), as some automake versions do not provide $(builddir), e.g.
Bug #570357.
Comment 3 Theppitak Karoonboonyanan 2009-02-03 16:47:37 UTC
Created attachment 127857 [details] [review]
without builddir

Better yet, the built file is already at current dir. Just remove the path.
Comment 4 Murray Cumming 2009-02-05 16:01:59 UTC
Committed. Thanks.

Please remember to patch the Changelog in future.