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 636485 - FTBFS when builddir != srcdir
FTBFS when builddir != srcdir
Status: RESOLVED OBSOLETE
Product: pango
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks: 414139
 
 
Reported: 2010-12-04 22:13 UTC by James Cape
Modified: 2012-08-18 17:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add top_builddir to the various GIR CFLAGS. (2.80 KB, patch)
2010-12-04 22:13 UTC, James Cape
none Details | Review

Description James Cape 2010-12-04 22:13:57 UTC
Created attachment 175853 [details] [review]
Add top_builddir to the various GIR CFLAGS.

The build dies when the builddir != srcdir (easy test method = set buildroot var in jhbuild) due to the generated pango-enum-types.h being outside the include dir of g-ir-scanner's call to libtool.

Patch attached