Hi,

Ulf Martin <[EMAIL PROTECTED]> was heard to say:

>
>     openjade:E: specification document does not have the DSSSL \
>     architecture as a base architecture
>     make[3]: *** [dbd_mysql.pdf] Error 1
>     make[2]: *** [all-recursive] Error 1
>     make[1]: *** [all-recursive] Error 1
>     make: *** [all] Error 2
>
> (Full './configure' & 'make' output below.) Any suggestions?
>

Openjade does not find the DocBook DTD, presumably because it is not listed in
the master catalog, or because SGML_CATALOG_FILES is not set appropriately.

> If this has to do with building some documentation, one might, perhaps,
> be able to switch it off. However, I cannot find a configure option to
> do this.
>

In theory such a switch is not necessary because the source tarball contains the
documentation in PDF format. I just downloaded and unpacked the archive from SF:

$ ls -al
total 185
drwxr-xr-x+  3 Administrator Kein      0 Oct 26 20:40 .
drwxr-xr-x+ 10 Administrator Kein      0 Oct 26 20:40 ..
-rw-r--r--   1 Administrator Kein    245 Jun 11  2003 AUTHORS
-rw-r--r--   1 Administrator Kein   1490 Sep 25 23:47 Makefile.am
-rw-r--r--   1 Administrator Kein  19332 Oct 26 20:32 Makefile.in
-rw-r--r--   1 Administrator Kein   1149 Jun 11  2003 README
-rw-r--r--   1 Administrator Kein    183 Jun 11  2003 TODO
drwxr-xr-x+  2 Administrator Kein      0 Oct 26 20:40 dbd_mysql
-rw-r--r--   1 Administrator Kein  20813 Aug  8  2005 dbd_mysql.c
-rw-r--r--   1 Administrator Kein   3599 Jun 14  2003 dbd_mysql.h
-rw-r--r--   1 Administrator Kein 127482 Aug 28 01:15 dbd_mysql.pdf
-rw-r--r--   1 Administrator Kein  10218 Jul 17  2005 dbd_mysql.sgml

That is, the pdf file is newer than the sgml source, therefore make should not
attempt to build the pdf file. I don't know why it does in your case. If you
accidentally edited the SGML file, a simple "touch dbd_mysql.pdf" might
convince make to leave this target alone.

If you ran into this error because you build outside of the source directory,
then the Makefile in this directory needs to be fixed. As a workaround, try
building in the source directory.

regards,
Markus


-- 
Markus Hoenicka
[EMAIL PROTECTED]
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
libdbi-users mailing list
libdbi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-users

Reply via email to