GNOME Bugzilla – Bug 572483
Doc build process is wrong
Last modified: 2009-02-19 20:40:57 UTC
Build is broken for me: ... /home/welinder/gnome-src/goffice/docs/reference/goffice-0.8-scan.c:173: undefined reference to `gog_equation_get_type' The problem is that docs/reference/Makefile.am simply says: HFILE_GLOB=$(top_srcdir)/goffice/*.h $(top_srcdir)/goffice/*/*.h CFILE_GLOB=$(top_srcdir)/goffice/*.c $(top_srcdir)/goffice/*/*.c which means that any left-over C file is going to mess with the doc build.
Worked around. Above analysis is wrong, btw. gtkdoc-scan crudely takes all h files in the whole source tree, minus explicitly removed ones. CFILE_GLOB is for (make-) dependencies only.