Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 Subject: Re: Missing DocBook XML DTD Date: Wed, 27 Oct 2004 08:40:10 +0300 Lines: 34 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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) In-Reply-To: X-IsSubscribed: yes Jani Tiainen wrote: > 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? Aswering to myself... Added parameter --with-xml-catalog=/usr/share/docbook-xml42/catalog.xml for configure sciprt solved problem. -- 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/