delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
To: | cygwin AT cygwin DOT com |
From: | Jani Tiainen <redetin AT luukku DOT com> |
Subject: | Missing DocBook XML DTD |
Date: | Wed, 27 Oct 2004 08:36:46 +0300 |
Lines: | 27 |
Message-ID: | <clnc5f$lc4$1@sea.gmane.org> |
Mime-Version: | 1.0 |
X-Complaints-To: | usenet AT sea DOT gmane DOT org |
X-Gmane-NNTP-Posting-Host: | 195.236.144.25 |
User-Agent: | Mozilla Thunderbird 0.8 (Windows/20040913) |
X-IsSubscribed: | yes |
I'm trying to compile app that uses docbook but even I installed all necessary packages I end up having error while running 'configure': checking which XML catalog to use... /etc/xml/catalog checking for DocBook XML DTD... configure: error: not found. Make sure you have the DocBook DTD installed and ensure that it is registered in /etc/xml/catalog. Line that is used to test catalog existing is: and $XML_CATALOG="/etc/xml/catalog" for vers in 4.2 4.1.2; do if xmlcatalog $XML_CATALOG "-//OASIS//DTD DocBook XML V$vers//EN" >/dev/null ; then db_found=$vers break fi done I found out some references to additional "buildcatalog" script, but is that needed or do I have to specify some environment variable or parameter for configure? -- Jani Tiainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |