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 418679 - glib-genmarshal broken
glib-genmarshal broken
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gobject
unspecified
Other Linux
: Normal major
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2007-03-15 18:56 UTC by Christian Persch
Modified: 2007-03-15 21:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2007-03-15 18:56:53 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.
Comment 1 Christian Persch 2007-03-15 21:35:08 UTC
mclasen's latest commit to gscanner.c fixed it.