After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 525792 - "make distcheck" failure in GtkHTML 3.19.1
"make distcheck" failure in GtkHTML 3.19.1
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: API
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: gtkhtml-maintainers
Evolution QA team
evolution[composer]
Depends on:
Blocks: 522153
 
 
Reported: 2008-04-02 16:47 UTC by Matthew Barnes
Modified: 2008-04-02 21:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthew Barnes 2008-04-02 16:47:19 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
Comment 1 Matthew Barnes 2008-04-02 21:29:01 UTC
Found the problem.  Fixed in revision 8808.