GNOME Bugzilla – Bug 129844
'make install' fails for gtkmm
Last modified: 2004-12-22 21:47:04 UTC
I'm building from CVS head, and in the gtkmm/docs/reference directory I get the following errors: xsltproc -o gtkmm2.devhelp doxygen_to_devhelp.xsl xml/index.xml xml/index.xml:4599: parser error : StartTag: invalid element name <member id="classGtk_1_1TextIter_1k2">operator<</member> ^ xml/index.xml:4601: parser error : StartTag: invalid element name <member id="classGtk_1_1TextIter_1k4">operator<=</member> ^ plus lots of other similar errors.
Thanks. What versýon of Doxygen do you have? Maybe a newer version of Doxygen would properly escape the < character.
I'm confident that this is due to an old version of Doxygen. Please reopen if I am wrong.
Urgh... Sorry, I got busy and forgot to respond. I bet you are right about the doxygen version and plan to try it out later this week; I'll let you know if I find any surprises.