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 581319 - glibmm non-sourcedir build fails
glibmm non-sourcedir build fails
Status: RESOLVED FIXED
Product: glibmm
Classification: Bindings
Component: build
2.20.x
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks: 569778
 
 
Reported: 2009-05-04 14:57 UTC by Theppitak Karoonboonyanan
Modified: 2009-05-17 03:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28


Attachments
Refer to file in builddir, not srcdir (936 bytes, patch)
2009-05-04 15:04 UTC, Theppitak Karoonboonyanan
none Details | Review

Description Theppitak Karoonboonyanan 2009-05-04 14:57:50 UTC
glibmm master fails to build outside source tree:

---8<---
Making all in reference
make[3]: Entering directory `/home/thep/build/gnome_git/glibmm/docs/reference'
make[3]: *** No rule to make target `/home/thep/vcs/gnome_git/glibmm/docs/reference/beautify_docs.pl', needed by `all-am'.  Stop.
make[3]: Leaving directory `/home/thep/build/gnome_git/glibmm/docs/reference'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/thep/build/gnome_git/glibmm/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/thep/build/gnome_git/glibmm'
make: *** [all] Error 2
---8<---

When builddir != srcdir, beautify_docs.py is generated in builddir, not srcdir.
Comment 1 Theppitak Karoonboonyanan 2009-05-04 15:04:50 UTC
Created attachment 133924 [details] [review]
Refer to file in builddir, not srcdir
Comment 2 Jonathon Jongsma 2009-05-17 03:31:51 UTC
Thanks.  pushed.