Oh yes! make html-en works under Ubuntu-18.04, with the option enable-network, Thank you Ulf. Le 14/05/2018 à 22:07, Ulf-D. Ehlert a
écrit :
On Mon, May 14, 2018 at 07:00:43PM +0200, Julien Hardelin wrote:Under Ubuntu-18.04, I git cloned gimp-help-2. ./autogen.sh has no problem. When I run make html-en, I get the error: //gimp-help-2$ make html-en// //Copying images (en) ... 1864// //Cleaning up 'en' xml files ...// //*** Making html for en ... // //I/O error : Attempt to load network entity //http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl// //warning: failed to load external entity //"http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"// //compilation error: file stylesheets/plainhtml.xsl line 10 element import// //xsl:import : unable to load //http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl// //Makefile:1400: recipe for target 'html/en/index.html' failed// //make: *** [html/en/index.html] Error 5/ When I go to the address, I can find chunk.xsl. I don't understand why make html-en failsIf I remember correctly (I did not build gimp-help-2 for several years), the Makefile variable "XSLTFLAGS = --nonet" should prevent this. This should be set by default unless "./configure --enable-network" (or "./autogen.sh --enable-network") is specified. Bye, Ulf |