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 608034 - glib-mkenums breaks with msys
glib-mkenums breaks with msys
Status: RESOLVED FIXED
Product: gtkglext
Classification: Other
Component: general
master/HEAD
Other Windows
: Normal normal
: 2.0.0
Assigned To: Mukund Sivaraman
Mukund Sivaraman
: 618599 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-01-25 14:58 UTC by Johannes Schmid
Modified: 2010-07-19 12:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Modify Makefile.am to use template files instead of command line arguments for glib-mkenums (4.93 KB, patch)
2010-01-25 14:58 UTC, Johannes Schmid
none Details | Review

Description Johannes Schmid 2010-01-25 14:58:14 UTC
Created attachment 152230 [details] [review]
Modify Makefile.am to use template files instead of command line arguments for glib-mkenums

Msys doesn't handle the escape sequences in the Makefile.am correctly and thus creates incorrect gtkglenumtypes.[ch] file.

The attached patch uses template files instead which solve the problem. This could be considered as a bug in msys of course but glib/gtk+ and others also use template files.
Comment 1 Mukund Sivaraman 2010-07-19 12:17:13 UTC
(In reply to comment #0)
> Created an attachment (id=152230) [details] [review]
> Modify Makefile.am to use template files instead of command line arguments for
> glib-mkenums

Patch with a modified commit message was pushed to gtkglext master branch in commit 7ec371758203ebe4a13c11ccbe545e3d090f45d4.

Resolving as FIXED, milestone 2.0.0.
Comment 2 Mukund Sivaraman 2010-07-19 12:17:35 UTC
*** Bug 618599 has been marked as a duplicate of this bug. ***