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: Fri, 29 Oct 2004 00:22:50 +0300 Lines: 40 Message-ID: References: <417F3710 DOT 5070009 AT users DOT sourceforge DOT net> 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: kotivayla-129-254.tikkacom.fi User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) In-Reply-To: <417F3710.5070009@users.sourceforge.net> X-IsSubscribed: yes Yaakov Selkowitz wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > 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. > [snip] > | 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? > > Well you'd think the docbook-xml42 postinstall script would do this, but > it doesn't. Based on the BLFS book, I did the following: > > xmlcatalog --noout --add "public" \ > ~ "-//OASIS//DTD DocBook XML V4.2//EN" \ > ~ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" \ > ~ /etc/xml/catalog && > > This should work at least for configure. For the program (BTW, what is > it?) to run however, you may need more; see this for an example > (although I'd send everything to /etc/xml/catalog instead of making a > separate /etc/xml/docbook, and our installation path is somewhat > different): Better late than ever... I compiled scrollkeeper, since Planner project management application needs that for something. Soon we will have project management software (like MSProject) working under Cygwin. -- 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/