DocBook 4.2 detecting at configure time - Mailing list pgsql-ru-general

From Oleg Golovanov
Subject DocBook 4.2 detecting at configure time
Date
Msg-id 4497A3E6.6000909@equant.ru
Whole thread Raw
Responses Re: [GENERAL] DocBook 4.2 detecting at configure time  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-ru-general
Hi!

I am using FreeBSD 5.4. There are installed:
docbook-4.2         V4.2 of the DocBook DTD, designed for technical
documentati
docbook-sk-4.1.2_3  XML version of the DocBook DTD version controlled
for Scrol
docbook-xml-4.2_1   XML version of the DocBook DTD
docbook-xsl-1.69.1  XSL DocBook stylesheets
dsssl-docbook-modular-1.79,1 DSSSL stylesheets for the DocBook DTD by
Norman Walsh
sdocbook-xml-4.1.2.5_2 "Simplified" DocBook XML DTD

jade-1.2.1_9        An object-oriented SGML/XML parser toolkit and DSSSL
engine
OpenSP-1.5_6        This package is a collection of SGML/XML tools
called OpenSP

I have changed configure command. Currently I issue command:
SGML_CATALOG_FILES=/usr/local/share/xml/docbook/4.2/docbook.cat
./configure --prefix=/usr/local/pgsql --enable-depend --enable-nls
--enable-integer-datetimes --with-openssl --with-pam
--enable-thread-safety --with-includes=/usr/local/include
--with-libraries=/usr/local/lib --with-perl --with-python --with-tcl
--with-tclconfig=/usr/local/lib/tcl8.4 2>&1 > sci-pgsql.log

I got the following:
....
checking for onsgmls... onsgmls
checking for openjade... no
checking for jade... jade
checking for DocBook V4.2... no
checking for DocBook stylesheets...
/usr/local/share/sgml/docbook/dsssl/modular
checking for collateindex.pl...
/usr/local/share/sgml/docbook/dsssl/modular/bin/collateindex.pl
checking for sgmlspl... no
....
and in file config.log:
....
configure:22300: checking for DocBook V4.2
onsgmls:conftest.sgml:1:54:W: cannot generate system identifier for
public text
"-//OASIS//DTD DocBook V4.2//EN"
onsgmls:conftest.sgml:1:54:E: reference to entity "BOOK" for which no
system ide
ntifier could be generated
onsgmls:conftest.sgml:1:0: entity was defined here
onsgmls:conftest.sgml:1:54:E: DTD did not contain element declaration
for docume
nt type name
onsgmls:conftest.sgml:2:5:E: element "BOOK" undefined
onsgmls:conftest.sgml:3:7:E: element "TITLE" undefined
onsgmls:conftest.sgml:4:9:E: element "CHAPTER" undefined
onsgmls:conftest.sgml:5:8:E: element "TITLE" undefined
onsgmls:conftest.sgml:6:9:E: element "SECT1" undefined
onsgmls:conftest.sgml:7:10:E: element "TITLE" undefined
onsgmls:conftest.sgml:8:9:E: element "PARA" undefined
configure:22329: result: no
....

How it can be fixed?

Best regards,

Oleg Golovanov
Equant LLC



pgsql-ru-general by date:

Previous
From: "Anton Maksimenkov"
Date:
Subject: Re: [pgsql-ru-general] связать таблицы по наибольшему совпадению строки
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] DocBook 4.2 detecting at configure time