[Dune] [Dune-Commit] dune-istl r1490 - trunk/dune/istl
Patrick Leidenberger
leidenberger at ifh.ee.ethz.ch
Fri Aug 5 16:01:04 CEST 2011
Hi all,
I want to report a problem, from which I think, it is related to this task:
If I check out dune-istl rev. 1492 it stucks during the compilation with:
mpiCC -std=c++0x -DHAVE_CONFIG_H -I. -I../../..
-I/home/patrick/dune/dune-common -I../../..
-I/home/patrick/extlib/boost-1.44.0/include -DENBABLE_BOOST
-I/home/patrick/dune/dune-common -g0 -MT example-example.o -MD -MP -MF
.deps/example-example.Tpo -c -o example-example.o `test -f 'example.cc'
|| echo './'`example.cc
example.cc: In function ‘void
test_MultiTypeBlockVector_MultiTypeBlockMatrix()’:
example.cc:529: error: expected initializer before ‘<’ token
In the corresponding config.h I get:
/* Define to ENABLE_BOOST if the Boost library is available */
#define HAVE_BOOST ENABLE_BOOST
/* define if the Boost::Fusion headers are available */
#define HAVE_BOOST_FUSION /**/
If I change the first define to
#define HAVE_BOOST 1
it compiles without any problem.
My system is a standart ubuntu 10.04, 64 bit with self compiled boost.
Have nice day,
Patrick
Am 03.08.2011 15:40, schrieb Rebecca Neumann:
> There's no additional ax_boost_base.m4 in the problematic module.
>
> The output with echo $ACLOCAL_FLAGS is the following
> (where /home/rebecca/testdune/dune_mpi/dune-pm is the problematic module):
>
> --> aclocal...
> -I /home/rebecca/testdune/dune_mpi/dune-common/m4 -I
> /home/rebecca/testdune/dune_mpi/dune-pdelab-howto/m4 -I
> /home/rebecca/testdune/dune_mpi/dune-localfunctions/m4 -I
> /home/rebecca/testdune/dune_mpi/dune-grid/m4 -I
> /home/rebecca/testdune/dune_mpi/dune-pdelab/m4 -I
> /home/rebecca/testdune/dune_mpi/dune-istl/m4 -I
> /home/rebecca/testdune/dune_mpi/geo_inversion/m4 -I
> /home/rebecca/testdune/dune_mpi/dune-pm/m4
>
> Rebecca
More information about the Dune
mailing list