Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
From: Jani Tiainen <redetin@luukku.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
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Complaints-To: usenet@sea.gmane.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/

