Re: Error while building conglomerate 0.9.1

[email protected] (Geert Stappers) Mon, 12 Sep 2005 21:17:04 +0200
Newsgroups gmane.editors.conglomerate.devel
Message-ID <[email protected]>
On Mon, Sep 12, 2005 at 01:50:06AM +0200, Christian Smietana wrote:
> Hi,

Hello,

> when I try to build conglomerate 0.9.1, the make process breaks with the 
> following errors:
> 
> -----------------------------------------------------
> *** Building SGML ***
> cd . && \
> gtkdoc-mkdb --module=conglomerate --source-dir=../../src 
> --main-sgml-file=conglomerate-docs.sgml --sgml-mode
> --output-format=XML
> ERROR: CongEditorNodeEntityRef has multiple definitions

   <snip/>

> *** Building HTML ***
> test -d ./html || mkdir ./html
> cd ./html && gtkdoc-mkhtml conglomerate ../conglomerate-docs.sgml
> I/O error : Attempt to load network entity 
> http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
> warning: failed to load external entity 
> "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
> compilation error: file /opt/gnome/share/gtk-doc/data/gtk-doc.xsl line 6 
> element import
> xsl:import : unable to load 
> http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
  
  <snip/>

> ----------------------------------------------------
> 
> Can you help me?


Not exactly.  The errors you get are from building programmers
documentation. The documentation is also available
at http://gtkdoc.conglomerate.org   Visit that website
to see what you are missing: Nothing when you want to test drive 
Conglomerate.

To get a clean compile  "./configure" with "--enable-gtk-doc=no"

  ./configure  --enalbe-gtk-doc=no    [ optional your options like --prefix=/usr ]
  make
  make install     ( or  `su -c "make install"` )
  conglomerate



> 
> Thanks in advance
> Christian


You are welcome.


Geert Stappers