Building Cone on FC4 - xsltproc problems
"J. Alexander Jacocks" <[email protected]> Mon, 24 Sep 2007 18:29:53 -0600
| Newsgroups | gmane.mail.cone |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I've been trying to build cone on Fedora Core 4 x86_64, and have
encountered a number of problems. Most have been worked around, but
the following has me stuck. I am building from cvs (current) as
cone-0.71 has build issues on my platform.
I get almost all the way to the end of the build, then I hit this:
[~/src/cone]
jajacoc1@moe$ make
make all-recursive
make[1]: Entering directory `/home/WL/jajacoc1/src/cone'
Making all in unicode
make[2]: Entering directory `/home/WL/jajacoc1/src/cone/unicode'
make all-am
<snip>
make[4]: Leaving directory `/home/WL/jajacoc1/src/cone/cone/po'
make[4]: Entering directory `/home/WL/jajacoc1/src/cone/cone'
rm -rf html
/home/WL/jajacoc1/src/cone/install-sh -d html
cp -p manpage.css icon.gif html
xsltproc -o html/ ./cone.xsl ./sgml/book.sgml
warning: failed to load external entity "./cone.xsl"
cannot parse ./cone.xsl
make[4]: *** [sgmltimestamp] Error 4
make[4]: Leaving directory `/home/WL/jajacoc1/src/cone/cone'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/WL/jajacoc1/src/cone/cone'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/WL/jajacoc1/src/cone/cone'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/WL/jajacoc1/src/cone'
make: *** [all] Error 2
I see that the problem is the lack of the 'cone.xsl' file. The only
other reference to 'cone.xsl' that I can find is in cone/Makefile:
pub:
rm -rf tmp
mkdir tmp
set -e; for f in `cd cone/html; ls *.html`; \
do \
xsltproc --nonet
$$HOME/www/www.courier-mta.org/xsl/cone.xsl cone/html/$$f >tmp/$$f ; \
done
cp -p cone/html/*.css cone/html/*.gif tmp
rsync -a --exclude .svn --delete-after tmp/.
$$HOME/www/www.courier-mta.org/cone
rm -rf tmp
I'm not sure why ~/www/www.courier-mta.org/xsl/cone.xsl is expected to
be found, since nowhere is to being downloaded, or is it present in
the source code archive.
Any ideas?
Thanks!
J. Alexander Jacocks
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Courier-cone mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-cone