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 586785 - gmmproc does not like space in _DEFS()
gmmproc does not like space in _DEFS()
Status: RESOLVED FIXED
Product: glibmm
Classification: Bindings
Component: build
2.20.x
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2009-06-23 19:18 UTC by Hubert Figuiere (:hub)
Modified: 2009-06-25 09:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.46 KB, patch)
2009-06-23 19:22 UTC, Hubert Figuiere (:hub)
committed Details | Review

Description Hubert Figuiere (:hub) 2009-06-23 19:18:33 UTC
gmmproc does not like space in _DEFS()

For example, I have 
_DEFS(geglmm, gegl)

And when gmmproc process the file, I get the following errors:

Error: can't read defs file  gegl.defs
DocsParser.pm: Warning: Can't read file "./ gegl_docs.xml".


Attached is a patch to fix that.
Comment 1 Hubert Figuiere (:hub) 2009-06-23 19:22:25 UTC
Created attachment 137270 [details] [review]
patch
Comment 2 Hubert Figuiere (:hub) 2009-06-23 19:52:38 UTC
committed to master.
Comment 3 Murray Cumming 2009-06-25 09:40:30 UTC
Thanks.