GNOME Bugzilla – Bug 608034
glib-mkenums breaks with msys
Last modified: 2010-07-19 12:17:35 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.
(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.
*** Bug 618599 has been marked as a duplicate of this bug. ***