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 618599 - cross-build fails because Makefile ignores $(GLIB_MKENUMS)
cross-build fails because Makefile ignores $(GLIB_MKENUMS)
Status: RESOLVED DUPLICATE of bug 608034
Product: gtkglext
Classification: Other
Component: gdk
1.2.0
Other All
: Normal blocker
: 2.0.0
Assigned To: Mukund Sivaraman
Mukund Sivaraman
Depends on:
Blocks:
 
 
Reported: 2010-05-14 08:49 UTC by Volker Diels-Grabsch
Modified: 2010-07-19 12:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use $(GLIB_MKENUMS) instead of "glib-mkenums" (1.10 KB, patch)
2010-05-14 08:49 UTC, Volker Diels-Grabsch
none Details | Review

Description Volker Diels-Grabsch 2010-05-14 08:49:00 UTC
Created attachment 161030 [details] [review]
use $(GLIB_MKENUMS) instead of "glib-mkenums"

The gdk/Makefile calls "glib-mkenums" directly instead of using the $(GLIB_MKENUMS) variable. This causes trouble in cross-compiling environments where $(GLIB_MKENUMS) points to another "glib-mkenums", and where the main toolchain usually doesn't even have "glib-mkenums".

The attached patch fixes that.
Comment 1 Mukund Sivaraman 2010-07-19 12:17:35 UTC

*** This bug has been marked as a duplicate of bug 608034 ***
Comment 2 Mukund Sivaraman 2010-07-19 12:17:50 UTC
Setting target milestone to 2.0.0.