GNOME Bugzilla – Bug 648289
gtkdoc-mkdb doesn't compile.
Last modified: 2011-04-20 13:47:33 UTC
Commit a099085e64f (indent: convert tabs to spaces in perl files) does not in fact merely convert tabs to spaces in Perl files: <http://git.gnome.org/browse/gtk-doc/commit/?id=a099085e64f71a424f370779a86c62e3a0e2948a&ignorews=1> The first hunk neglects to rename $is_object_struct, so this file doesn't compile at all. Patch to follow.
Created attachment 186347 [details] [review] OutputTypedef: fix compile error. Commit a099085 (“indent: convert tabs to spaces in perl files”) does not in fact just convert tabs to spaces in Perl files: it actually includes code changes and variable renamings. The renaming was not thorough enough, which made gtkdoc-mkdb fail to compile.
Sorry I messes up the rebase. I had that hunk in a not-yet commited patch. commit f6ea2b4158c62f7bdb90ae89773e6474ee1754ec Author: Will Thompson <will.thompson@collabora.co.uk> Date: Wed Apr 20 09:45:10 2011 -0400 mkdb: fix issues from wrong rebase conflic handling Commit a099085 (“indent: convert tabs to spaces in perl files”) does not in fact just convert tabs to spaces in Perl files: it actually includes code changes and variable renamings. The renaming was not thorough enough, which made gtkdoc-mkdb fail to compile. https://bugzilla.gnome.org/show_bug.cgi?id=648289