Excerpts from Josh Berkus's message of jue ene 12 18:43:39 -0300 2012: > > > The warning about "unknown warning type" means you're using the wrong > > tool to me. My toolchain here uses "openjade" which is a fork of the > > earlier jade (so install opensp as Kevin suggested, and rerun configure > > after that); my guess is that we're pretty much dependent on openjade > > features that did not exist in plain jade. Maybe we should just get rid > > of our attempts to use the older tool. > > Yeah, the problem is that if you install just "openjade" on > debian/ubuntu, it doesn't create the command "jade", which is what our > make script is looking for.
BS. You just neglected to rerun configure at that point. # config/docbook.m4 # PGAC_PROG_JADE # -------------- AC_DEFUN([PGAC_PROG_JADE], [AC_CHECK_PROGS([JADE], [openjade jade])]) I think the main failure of the docs is to make it more prominent that you need to rerun configure after you install stuff. -- Álvaro Herrera <alvhe...@commandprompt.com> The PostgreSQL Company - Command Prompt, Inc. PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs