[Dune] error in make install for DUNE
Stefan Lang
Stefan.Lang at ipvs.uni-stuttgart.de
Wed Nov 15 17:43:55 CET 2006
Hi all,
at MPImF in Heidelberg Enrico got the following
error, when he tried to do a make install.
I send the uncommented output related to the error.
Furthermore he suggested to switch to debian
packages, which is a nice idea we all know.
Perhaps Christian or Marcus can help to fix the install?
--
Stefan
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/dune/common/exprtmpl" ||
mkdir -p -- "/usr/include/dune/common/exprtmpl"
/usr/bin/install -c -m
644 'exprexpr.inc' '/usr/include/dune/common/exprtmpl/exprexpr.inc'
/usr/bin/install -c -m
644 'norm.inc' '/usr/include/dune/common/exprtmpl/norm.inc'
/usr/bin/install -c -m
644 'scalar.inc' '/usr/include/dune/common/exprtmpl/scalar.inc'
make[3]: Leaving directory `/root/dune/dune-common/common/exprtmpl'
make[2]: Leaving directory `/root/dune/dune-common/common/exprtmpl'
make[1]: Leaving directory `/root/dune/dune-common/common'
Making install in doc
make[1]: Entering directory `/root/dune/dune-common/doc'
Making install in devel
make[2]: Entering directory `/root/dune/dune-common/doc/devel'
make[3]: Entering directory `/root/dune/dune-common/doc/devel'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/doc/dune-common/devel" ||
mkdir -p -- "/usr/share/doc/dune-common/devel"
make[3]: Leaving directory `/root/dune/dune-common/doc/devel'
make[2]: Leaving directory `/root/dune/dune-common/doc/devel'
Making install in doxygen
make[2]: Entering directory `/root/dune/dune-common/doc/doxygen'
make[3]: Entering directory `/root/dune/dune-common/doc/doxygen'
make[3]: Nothing to be done for `install-exec-am'.
sh ../../bin/wmlwrap -I . doxy-header.wml -o doxy-header.html
rm -rf html; \
set -e; \
if test -e Doxyfile; then \
( cat Doxyfile; echo "HTML_HEADER = doxy-header.html";
echo "HTML_FOOTER = doxy-footer.html"; echo "HTML_STYLESHEET =
dune-doxy.css"; echo "SHORT_NAMES = YES"; ) > Doxyfile.tmp; \
echo Running doxygen. This may take a while... ; \
true Doxyfile.tmp > doxygen.log 2>&1 <&- ; \
rm -f Doxyfile.tmp; \
fi; \
mv html html-dist
Running doxygen. This may take a while...
mv: cannot stat `html': No such file or directory
make[3]: *** [html-dist] Error 1
make[3]: Leaving directory `/root/dune/dune-common/doc/doxygen'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/root/dune/dune-common/doc/doxygen'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/dune/dune-common/doc'
make: *** [install-recursive] Error 1
kenny:~/dune/dune-common# ./configure --prefix=/usr --disable-documentation
More information about the Dune
mailing list