GNOME Bugzilla – Bug 525792
"make distcheck" failure in GtkHTML 3.19.1
Last modified: 2008-04-02 21:29:01 UTC
I noticed this before committing the mbarnes-composer branch to trunk, but didn't want to block on it. The old Bonobo-based HTML editor is no longer built by default. You have to pass --with-bonobo-editor to configure in order to build it. But now if you run "make distcheck" without having configured the build scripts with that option, it fails: make[2]: Entering directory `/home/mbarnes/svn/gnome/gtkhtml/components/html-editor' ./Spell.idl make[2]: execvp: ./Spell.idl: Permission denied make[2]: *** [Spell.h] Error 127 I think it's because ORBIT_IDL is not getting defined. Added this to Makefile.am but it doesn't seem to help: DISTCHECK_CONFIGURE_FLAGS = --with-bonobo-editor
Found the problem. Fixed in revision 8808.