|
From: Koichi S. <koi...@gm...> - 2012-05-29 08:20:06
|
Just "make" should work. Then you can install binaries, not documents, by "make install". ---------- Koichi Suzuki 2012/5/29 Nicola Vitacolonna <nvi...@gm...>: > Sorry, I should have explained better. What I do is the following: > > 1) Download the 1.0beta2 source tarball; > 2) Apply the patches from from Mason and Michael (see earlier messages in > this thread); > 3) ./configure && make world > > It is my understanding that jade should not be needed for the above to > build. Instead, I get the error that I have reported. > > Nicola > > > On 29 May 2012, at 09:56 , Koichi Suzuki wrote: > > The problem occurred when you compile the document. Do you really > need the document compiled by yourself? This is the issue of Jade > runtime environment. Document compilation needs many more resources > for Jade. Ubuntu 10.4 provides sufficient resources and need very > small tweak to build pdf files. In fact, we need docbook-xsl. > > In the case of PostgreSQL release, tarball includes html and man > files. PDF are released separately. We're planning the same in > V1.0 product release. > > If you'd like to compile the document, information on > https://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Reference_Manual > may help. > > Good luck. > ---------- > Koichi Suzuki > > > 2012/5/29 Nicola Vitacolonna <nvi...@gm...>: > > On 29 May 2012, at 06:40 , Michael Paquier wrote: > > > I just fixed the jade dependency with commit 1e42775. > > https://github.com/postgres-xc/postgres-xc/commit/1e42775468b013c840a3c170108fd439716c9c04 > > It will be included in the next release tarball. > > > > Thanks, but I’m afraid that it doesn’t fix it yet: > > > […] > > ../../../src/pgxc/tools/makesgml/makesgml -i ref/vacuumdb.sgmlin -o > > ref/vacuumdb.sgml -I XC -I EN -E PG -E JP > > make -C ../../../src/pgxc/tools/makesgml > > make[4]: Nothing to be done for `all'. > > ../../../src/pgxc/tools/makesgml/makesgml -i ref/values.sgmlin -o > > ref/values.sgml -I XC -I EN -E PG -E JP > > { \ > > echo "<!ENTITY version \"1.1devel\">"; \ > > echo "<!ENTITY majorversion \"9.1\">"; \ > > } > version.sgml > > "/usr/bin/perl" ./mk_feature_tables.pl YES > > ../../../src/backend/catalog/sql_feature_packages.txt > > ../../../src/backend/catalog/sql_features.txt > features-supported.sgml > > "/usr/bin/perl" ./mk_feature_tables.pl NO > > ../../../src/backend/catalog/sql_feature_packages.txt > > ../../../src/backend/catalog/sql_features.txt > features-unsupported.sgml > > "/usr/bin/perl" ./generate-errcodes-table.pl > > ../../../src/backend/utils/errcodes.txt > errcodes-table.sgml > > jade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -D . -d > > stylesheet.dsl -t sgml -i output-html -V html-index postgres.sgml > > make[3]: jade: No such file or directory > > make[3]: *** [HTML.index] Error 1 > > make[2]: *** [all] Error 2 > > make[1]: *** [all] Error 2 > > make: *** [world-doc-xc-recurse] Error 2 > > > Nicola > > |