Hi Jean, Sorry i was too lazy to do "./configure --help" so my remarks were just stupid.
Thanks, On Fri, 2007-12-07 at 10:03 +0100, Jean Parpaillon wrote: > Hi, > There are 3 options for doc. Here is an extract from configure --help: > --enable-doc-pdf Do not build pdf doc [default: disable] > --enable-doc-html Build html doc (splitted pages) [default: disable] > --disable-doc-one-html Build html doc (one page) [default: enable] > > If xmlto is not found, doc is disabled by configure script. After that, > if xmlto is not properly configured on the machine, this is another issue. > > > Regards, > Jean > > Le 06.12.2007 22:19, Geoffroy Vallee a écrit : > > Hi, > > > > Currently we build everything when we execute 'make'. I had a look at > > the make file and we just go in all subdirs (src, doc and so on) and > > execute 'make' in there. > > Maybe we could have few more options like "compile eveything but the > > doc". Do we open a ticket for that? > > > > My 2 cents, > > > > On Thu, 2007-12-06 at 14:26 -0500, Michael Edwards wrote: > > > >> I hacked the ./configure script and removed the python check (I wasn't > >> sure how to remove the dependency nicely and didn't feel like > >> researching) and it completed without issue. I am trying to do a > >> "make" now and it is failing to make the documentation properly. I am > >> not sure if this is a major problem besides not having the docs to > >> look at, or if it is going to cause problems. > >> > >> I tried to find the file and did find something similar... > >> [EMAIL PROTECTED] opkgc]# locate docbook.dtd > >> warning: locate: warning: database /var/lib/slocate/slocate.db' is > >> more than 8 days old > >> /usr/share/doc/perl-SGMLSpm-1.03ii/DOC/Extras/docbook.dtd > >> /usr/share/sgml/docbook/sgml-dtd-4.2-1.0-25/docbook.dtd > >> /usr/share/sgml/docbook/sgml-dtd-4.1-1.0-25/docbook.dtd > >> /usr/share/sgml/docbook/sgml-dtd-4.0-1.0-25/docbook.dtd > >> /usr/share/sgml/docbook/sgml-dtd-3.0-1.0-25/docbook.dtd > >> /usr/share/sgml/docbook/sgml-dtd-3.1-1.0-25/docbook.dtd > >> /usr/share/sgml/docbook/sgml-dtd-4.3-1.0-25/docbook.dtd > >> /usr/share/xml/docbook/simple/1.0/sdocbook.dtd > >> > >> I am not sure what to do with it, or if this is the same kind of file > >> as the one it is looking for. > >> > >> > >> *******messages dump********** > >> > >> [EMAIL PROTECTED] opkgc]# make > >> Making all in src > >> make[1]: Entering directory `/root/opkgc/src' > >> python setup.py build > >> running build > >> running build_py > >> running build_scripts > >> make[1]: Leaving directory `/root/opkgc/src' > >> Making all in conf > >> make[1]: Entering directory `/root/opkgc/conf' > >> make[1]: Nothing to be done for `all'. > >> make[1]: Leaving directory `/root/opkgc/conf' > >> Making all in templates > >> make[1]: Entering directory `/root/opkgc/templates' > >> make[1]: Nothing to be done for `all'. > >> make[1]: Leaving directory `/root/opkgc/templates' > >> Making all in doc > >> make[1]: Entering directory `/root/opkgc/doc' > >> fragments=""; \ > >> if test -n "css.xslt"; then \ > >> for f in css.xslt; do \ > >> fragments="$fragments -m $f"; \ > >> done; \ > >> fi; \ > >> xmlto xhtml-nochunks $fragments opkgc-manual.xml > >> xmlto: input does not validate (status 3) > >> /root/opkgc/doc/opkgc-manual.xml:3: warning: failed to load external > >> entity "/usr/share/xml/docbook/schema/dtd/4.4/docbook.dtd" > >> "/usr/share/xml/docbook/schema/dtd/4.4/docbook.dtd"> > >> ^ > >> warning: failed to load external entity > >> "/usr/share/xml/docbook/schema/dtd/4.4/docbook.dtd" > >> validity error : Could not load the external subset > >> "/usr/share/xml/docbook/schema/dtd/4.4/docbook.dtd" > >> Document /root/opkgc/doc/opkgc-manual.xml does not validate > >> make[1]: *** [opkgc-manual.html] Error 3 > >> make[1]: Leaving directory `/root/opkgc/doc' > >> make: *** [all-recursive] Error 1 > >> > >> > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ Oscar-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oscar-devel ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
