GNOME Bugzilla – Bug 689104
Build problem when gtksourceview-typebuiltins.h is included in gtksource.h
Last modified: 2013-06-19 09:23:19 UTC
I report this to have a trace of the problem. Commit 61876d0 "Clean headers includes" added gtksourceview-typebuiltins.h in gtksource.h. On my computer, everything was fine, but on ostree.gnome.org, a problem occured [1] at g-ir-scanner: > gtksourceview/gtksource.h:45:54: fatal error: gtksourceview/gtksourceview-typebuiltins.h: No such file or directory I can not reproduce this bug. I think it occurs when doing a highly parallel build, i.e. the bug never occurs when building with make -j1. We thought that gtksourceview-typebuiltins.h was a private header, so I fixed the problem with commit 19476a9 "Remove gtksourceview-typebuiltins.h from gtksource.h". But gtksourceview-typebuiltins.h is a public header. So the problem should be located in the Makefile.am file. [1] http://ostree.gnome.org/work/tasks/gnomeos-3.8-build/2012.1637/log
Created attachment 246805 [details] [review] Include gtksourceview-typebuiltins.h in gtksource.h Second try. gtksourceview-typebuiltins.h is a public header, but is a generated file.
Pushed, normally the build on ostree will work.