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 725986 - sysdeps: look in C{,PLUS}_INCLUDE_PATH for headers
sysdeps: look in C{,PLUS}_INCLUDE_PATH for headers
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2014-03-09 15:03 UTC by Allison Karlitskaya (desrt)
Modified: 2014-06-28 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sysdeps: look in C{,PLUS}_INCLUDE_PATH for headers (1.39 KB, patch)
2014-03-09 15:03 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2014-03-09 15:03:06 UTC
jhbuild itself sets this variable, but it doesn't seem to consult it
when looking for sysdeps.

For additional system library paths, it turns out that setting this
variable is a better idea than using -I or -isystem in CFLAGS because
those options are "more powerful" than C_INCLUDE_PATH which is what
jhbuild uses for pointing to the include directory in its prefix (which
should take precedence).
Comment 1 Allison Karlitskaya (desrt) 2014-03-09 15:03:07 UTC
Created attachment 271358 [details] [review]
sysdeps: look in C{,PLUS}_INCLUDE_PATH for headers