[Dune] trunk has compilation problems - dgf parser ?

Benedikt Oswald Benedikt.Oswald at psi.ch
Fri Nov 5 09:16:59 CET 2010


Dear Dune, the current versions of the trunk do not compile,  platform and compiler data are attached.

I may have to do something with the DGF parser.

I wil go back to an earlier version.

Thanks for having a look and have a great day! Benedikt



pcp029897:dune-trunk oswald$ svn info ./dune-common/
Path: dune-common
URL: https://svn.dune-project.org/svn/dune-common/trunk
Repository Root: https://svn.dune-project.org/svn/dune-common
Repository UUID: 419231ca-4411-0410-aba2-fc6cf8c4f609
Revision: 6231
Node Kind: directory
Schedule: normal
Last Changed Author: mnolte
Last Changed Rev: 6231
Last Changed Date: 2010-11-04 23:13:56 +0100 (Thu, 04 Nov 2010)

pcp029897:dune-trunk oswald$ svn info ./dune-grid
Path: dune-grid
URL: https://svn.dune-project.org/svn/dune-grid/trunk
Repository Root: https://svn.dune-project.org/svn/dune-grid
Repository UUID: f82f27de-4411-0410-b156-930a902cda50
Revision: 7067
Node Kind: directory
Schedule: normal
Last Changed Author: mnolte
Last Changed Rev: 7067
Last Changed Date: 2010-11-04 22:52:25 +0100 (Thu, 04 Nov 2010)

pcp029897:dune-trunk oswald$ svn info ./dune-grid-howto/
Path: dune-grid-howto
URL: https://svn.dune-project.org/svn/dune-grid-howto/trunk
Repository Root: https://svn.dune-project.org/svn/dune-grid-howto
Repository UUID: 971b7fa1-7d12-0410-b1b7-9c127676b1f7
Revision: 335
Node Kind: directory
Schedule: normal
Last Changed Author: sander
Last Changed Rev: 335
Last Changed Date: 2010-10-07 18:25:08 +0200 (Thu, 07 Oct 2010)

pcp029897:dune-trunk oswald$ svn info ./dune-istl/
Path: dune-istl
URL: https://svn.dune-project.org/svn/dune-istl/trunk
Repository Root: https://svn.dune-project.org/svn/dune-istl
Repository UUID: 8c7282f0-4411-0410-8e4f-cdd3e049afb8
Revision: 1350
Node Kind: directory
Schedule: normal
Last Changed Author: mblatt
Last Changed Rev: 1350
Last Changed Date: 2010-11-03 17:09:56 +0100 (Wed, 03 Nov 2010)

pcp029897:dune-trunk oswald$ uname -a 
Darwin pcp029897.psi.ch 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386
pcp029897:dune-trunk oswald$ 
pcp029897:dune-trunk oswald$ mpicxx --version
i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


======================



mv -f .deps/nulliteratorfactory.Tpo .deps/nulliteratorfactory.Plo
/bin/sh ../../../libtool --tag=CXX   --mode=link mpicxx  -DMPICH_IGNORE_CXX_SEEK -O2   -o libonedgrid.la  onedgrid.lo onedgridfactory.lo nulliteratorfactory.lo -L/Users/oswald/svnwork/dune-trunk/dune-common/lib -ldunecommon  -lm 
libtool: link: ar cru .libs/libonedgrid.a  onedgrid.o onedgridfactory.o nulliteratorfactory.o
libtool: link: ranlib .libs/libonedgrid.a
libtool: link: ( cd ".libs" && rm -f "libonedgrid.la" && ln -s "../libonedgrid.la" "libonedgrid.la" )
Making all in sgrid
make[4]: Nothing to be done for `all'.
Making all in uggrid
make[4]: Nothing to be done for `all'.
Making all in utility
Making all in test
make[5]: Nothing to be done for `all'.
make[5]: Nothing to be done for `all-am'.
Making all in yaspgrid
make[4]: Nothing to be done for `all'.
Making all in io
Making all in file
Making all in amiramesh
make[6]: Nothing to be done for `all'.
Making all in test
make[6]: Nothing to be done for `all'.
Making all in dgfparser
Making all in test
make[7]: Nothing to be done for `all'.
Making all in utils
make[7]: Nothing to be done for `all'.
/bin/sh ../../../../../libtool --tag=CXX   --mode=compile mpicxx -DHAVE_CONFIG_H -I. -I../../../../..  -I/Users/oswald/svnwork/dune-trunk/dune-common -I../../../../.. -I/Users/oswald/extlib/openmpi-1.4.2/include -DMPIPP_H -DENABLE_MPI=1 -I/Users/oswald/svnwork/dune-trunk/dune-common -DMPICH_IGNORE_CXX_SEEK -O2  -DMPICH_IGNORE_CXX_SEEK -O2 -MT libdgfparser_la-dgfparserblocks.lo -MD -MP -MF .deps/libdgfparser_la-dgfparserblocks.Tpo -c -o libdgfparser_la-dgfparserblocks.lo `test -f 'dgfparserblocks.cc' || echo './'`dgfparserblocks.cc
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I../../../../.. -I/Users/oswald/svnwork/dune-trunk/dune-common -I../../../../.. -I/Users/oswald/extlib/openmpi-1.4.2/include -DMPIPP_H -DENABLE_MPI=1 -I/Users/oswald/svnwork/dune-trunk/dune-common -DMPICH_IGNORE_CXX_SEEK -O2 -DMPICH_IGNORE_CXX_SEEK -O2 -MT libdgfparser_la-dgfparserblocks.lo -MD -MP -MF .deps/libdgfparser_la-dgfparserblocks.Tpo -c dgfparserblocks.cc -o libdgfparser_la-dgfparserblocks.o
mv -f .deps/libdgfparser_la-dgfparserblocks.Tpo .deps/libdgfparser_la-dgfparserblocks.Plo
/bin/sh ../../../../../libtool --tag=CXX   --mode=compile mpicxx -DHAVE_CONFIG_H -I. -I../../../../..  -I/Users/oswald/svnwork/dune-trunk/dune-common -I../../../../.. -I/Users/oswald/extlib/openmpi-1.4.2/include -DMPIPP_H -DENABLE_MPI=1 -I/Users/oswald/svnwork/dune-trunk/dune-common -DMPICH_IGNORE_CXX_SEEK -O2  -DMPICH_IGNORE_CXX_SEEK -O2 -MT libdgfparser_la-dgfprojectionblock.lo -MD -MP -MF .deps/libdgfparser_la-dgfprojectionblock.Tpo -c -o libdgfparser_la-dgfprojectionblock.lo `test -f 'dgfprojectionblock.cc' || echo './'`dgfprojectionblock.cc
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I../../../../.. -I/Users/oswald/svnwork/dune-trunk/dune-common -I../../../../.. -I/Users/oswald/extlib/openmpi-1.4.2/include -DMPIPP_H -DENABLE_MPI=1 -I/Users/oswald/svnwork/dune-trunk/dune-common -DMPICH_IGNORE_CXX_SEEK -O2 -DMPICH_IGNORE_CXX_SEEK -O2 -MT libdgfparser_la-dgfprojectionblock.lo -MD -MP -MF .deps/libdgfparser_la-dgfprojectionblock.Tpo -c dgfprojectionblock.cc -o libdgfparser_la-dgfprojectionblock.o
mv -f .deps/libdgfparser_la-dgfprojectionblock.Tpo .deps/libdgfparser_la-dgfprojectionblock.Plo
/bin/sh ../../../../../libtool --tag=CXX   --mode=compile mpicxx -DHAVE_CONFIG_H -I. -I../../../../..  -I/Users/oswald/svnwork/dune-trunk/dune-common -I../../../../.. -I/Users/oswald/extlib/openmpi-1.4.2/include -DMPIPP_H -DENABLE_MPI=1 -I/Users/oswald/svnwork/dune-trunk/dune-common -DMPICH_IGNORE_CXX_SEEK -O2  -DMPICH_IGNORE_CXX_SEEK -O2 -MT libdgfparser_la-dgfparser.lo -MD -MP -MF .deps/libdgfparser_la-dgfparser.Tpo -c -o libdgfparser_la-dgfparser.lo `test -f 'dgfparser.cc' || echo './'`dgfparser.cc
libtool: compile:  mpicxx -DHAVE_CONFIG_H -I. -I../../../../.. -I/Users/oswald/svnwork/dune-trunk/dune-common -I../../../../.. -I/Users/oswald/extlib/openmpi-1.4.2/include -DMPIPP_H -DENABLE_MPI=1 -I/Users/oswald/svnwork/dune-trunk/dune-common -DMPICH_IGNORE_CXX_SEEK -O2 -DMPICH_IGNORE_CXX_SEEK -O2 -MT libdgfparser_la-dgfparser.lo -MD -MP -MF .deps/libdgfparser_la-dgfparser.Tpo -c dgfparser.cc -o libdgfparser_la-dgfparser.o
In file included from ../../../../../dune/grid/common/genericreferenceelements.hh:5,
                 from dgfparser.cc:3:
/Users/oswald/svnwork/dune-trunk/dune-common/dune/common/polyallocator.hh:38: error: expected type-specifier
/Users/oswald/svnwork/dune-trunk/dune-common/dune/common/polyallocator.hh:38: error: expected ‘>’
make[7]: *** [libdgfparser_la-dgfparser.lo] Error 1
make[6]: *** [all-recursive] Error 1
make[5]: *** [all-recursive] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1



--------------------------------------------------------------------------------------------------------------------------------------------------------------------
Benedikt Oswald, Dr. sc. techn., dipl. El. Ing. ETH, www.psi.ch, Computational Accelerator Scientist, http://amas.web.psi.ch
Paul Scherrer  Institute (PSI), CH-5232 Villigen, Suisse, benedikt.oswald at psi.ch, +41(0)56 310 32 12

"Passion is required for any great work, and for the revolution passion and audacity are required in big doses.",
 Ernesto 'Che' Guevara, Letter to his parents.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------





More information about the Dune mailing list