[Dune] Problem: building dune-common and grid from scratch

Patrick Leidenberger leidenberger at ifh.ee.ethz.ch
Tue Sep 25 13:23:02 CEST 2007


Hi all,

I try build dune-common and dune-grid, the svn version, form scratch but 
it fails at wmlwrap, see code section 1 below.
If I make a downgrade of dune-common to, e.g. r4900, it works well, see 
code section 2 below.
Upgrading then to the current version works fine!
So the error only happens in a clean path.

Best reagards

Patrick


===================== code section 1 =====================
./dune-common/bin/dunecontrol all

.......
make[3]: Entering directory `/home/patrick/dune2/dune-grid/doc/doxygen'
export DUNEWEBDIR=; \
         export BASEDIR=../..; \
         sh ../../bin/wmlwrap -I . bestpractice.wml -o bestpractice.html
sh: Can't open ../../bin/wmlwrap
make[3]: *** [bestpractice.html] Error 2
make[3]: Leaving directory `/home/patrick/dune2/dune-grid/doc/doxygen'
==========================================================

===================== code section 2 =====================
svn up -r 4900 dune-common/

./dune-common/bin/dunecontrol all	

...
make[3]: Entering directory `/home/patrick/dune2/dune-grid/doc/doxygen'
export DUNEWEBDIR=; \
         export BASEDIR=../..; \
         sh /home/patrick/dune2/dune-common/bin/wmlwrap -I . 
bestpractice.wml -o bestpractice.html
make doxy-header.html BASEDIR=../../..
make[4]: Entering directory `/home/patrick/dune2/dune-grid/doc/doxygen'
export DUNEWEBDIR=; \
         export BASEDIR=../../..; \
         sh /home/patrick/dune2/dune-common/bin/wmlwrap -I . 
doxy-header.wml -o doxy-header.html
make[4]: Leaving directory `/home/patrick/dune2/dune-grid/doc/doxygen'
...
==========================================================




More information about the Dune mailing list