GNOME Bugzilla – Bug 418679
glib-genmarshal broken
Last modified: 2007-03-15 21:35:08 UTC
This breaks the build in other modules, e.g. gstreamer. Steps to reproduce: $ echo "VOID:INT64" > test.list $ glib-genmarshal --header test.list Results: test.list:1: error: unexpected number `64', expected character `\12' Possibly a GScanner bug introduced by bug 415323 ? glib svn trunk.
mclasen's latest commit to gscanner.c fixed it.