Problems

Поиск
Список
Период
Сортировка
От Egon Schmid
Тема Problems
Дата
Msg-id Pine.NEB.3.95.981015000043.23785A-100000@delos.stuttgart.netsurf.de
обсуждение исходный текст
Ответ на sgml  (Massimo Dal Zotto <dz@cs.unitn.it>)
Список pgsql-hackers
Hi,
I have cvs'ed PostgreSQL

cd /usr/local/pgsql
cvs -z3 update -d

and when I do:

cd src
autoconf (all fine)
autoheader (lot's of harmless warning messages)
./configure --with-tcl --with-perl

configure: warning: perl support disabled; must be root to install

make

some harmless messages
All of PostgreSQL is successfully made. Ready to install.

make install

Thank you for choosing PostgreSQL, the most advanced open source database
engine.

cd ../doc

make
if [ ! -d /usr/local/pgsql/doc ]; then mkdir /usr/local/pgsql/doc; fi

cd src

oh mei (18.000 lines with docs on my screen!!)

cd /usr/lib/sgml
mkdir stylesheets
cd stylesheets
mkdir jade
ln -s /usr/lib/dsssl/stylesheets/docbook /usr/lib/sgml/stylesheets/jade

cd /usr/local/pgsql/doc/src
make

only two warnings
jade:ref/set.sgml:455:5:E: document type does not allow element "PARA"
here
jade:start.sgml:229:26:X: reference to non-existent ID "PROGRAMMERS-GUIDE"

Wow, looks great! Many thanks to Oliver.

-Egon



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Massimo Dal Zotto
Дата:
Сообщение: Re: [HACKERS] Odd problem with read_pg_options ...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] perl interface bug?