[Dune] Problem: building dune-common and grid from scratch
Christian Engwer
christi at uni-hd.de
Tue Sep 25 15:07:18 CEST 2007
I fixed this issue,
there was patch that was supposed to fix the out of source build of
dune-common, but it didn't go far enough. I reverted the patch, so
were are back at status quo.
Christian
On Tue, Sep 25, 2007 at 01:23:02PM +0200, Patrick Leidenberger wrote:
> 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'
> ...
> ==========================================================
>
> _______________________________________________
> Dune mailing list
> Dune at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune
>
More information about the Dune
mailing list