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 620174 - [patch] fix cross compilation in glib-2.25.7
[patch] fix cross compilation in glib-2.25.7
Status: RESOLVED DUPLICATE of bug 621172
Product: glib
Classification: Platform
Component: general
2.25.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-05-31 18:45 UTC by Robert Schwebel
Modified: 2010-06-17 18:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix the issue (2.36 KB, patch)
2010-05-31 18:45 UTC, Robert Schwebel
none Details | Review

Description Robert Schwebel 2010-05-31 18:45:40 UTC
Created attachment 162396 [details] [review]
patch to fix the issue

When we try to cross compile, the build system compiles
glib-compile-schemas for the "host" system, but tries to run it later on
the "build" machine.

We make it possible to overwrite the call to the binary during
configure, similar to what GLIB_GENMARSHAL does.
Comment 1 Allison Karlitskaya (desrt) 2010-06-17 18:28:52 UTC

*** This bug has been marked as a duplicate of bug 621172 ***