[dune-fem] Compiling problems without errors
Andrea Capolei
acap at imm.dtu.dk
Mon Dec 3 16:12:28 CET 2012
Hi tobias,
Thank you for your reply.
I forgot to say that I also tried to build manually. i.e. to go in "examples" and type "make". It says that there is nothing to build :
Making all in gettingstarted
make[1]: Entering directory `/home/acap/programs/numerics/DUNE/dune-fem-howto/tutorial/gettingstarted'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/acap/programs/numerics/DUNE/dune-fem-howto/tutorial/gettingstarted'
Making all in poisson
make[1]: Entering directory `/home/acap/programs/numerics/DUNE/dune-fem-howto/tutorial/poisson'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/acap/programs/numerics/DUNE/dune-fem-howto/tutorial/poisson'
Making all in finitevolume
make[1]: Entering directory `/home/acap/programs/numerics/DUNE/dune-fem-howto/tutorial/finitevolume'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/acap/programs/numerics/DUNE/dune-fem-howto/tutorial/finitevolume'
Making all in localdg
make[1]: Entering directory `/home/acap/programs/numerics/DUNE/dune-fem-howto/tutorial/localdg'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/acap/programs/numerics/DUNE/dune-fem-howto/tutorial/localdg'
Making all in stokes
make[1]: Entering directory `/home/acap/programs/numerics/DUNE/dune-fem-howto/tutorial/stokes'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/acap/programs/numerics/DUNE/dune-fem-howto/tutorial/stokes'
make[1]: Entering directory `/home/acap/programs/numerics/DUNE/dune-fem-howto/tutorial'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/acap/programs/numerics/DUNE/dune-fem-howto/tutorial'
I also tried to type use:
make clean
make
make install
But nothing works. The only thing that it does is to put header files in "/usr/local/include/tutorial/".
Regards,
Andrea
-----Original Message-----
From: Tobias Malkmus [mailto:tomalk at mathematik.uni-freiburg.de]
Sent: 03 December 2012 15:51
To: Andrea Capolei
Cc: dune-fem at dune-project.org
Subject: Re: [dune-fem] Compiling problems without errors
Hi Andrea
You have to build each example manually using
make EXAMPLE
within the corresponding example directory.
Best Tobias
On 12/03/2012 01:26 PM, Andrea Capolei wrote:
> Hi everybody,
>
> I discover a problem in installing the "dune-fem" and "dune-fem-howto"
> modules. Essentially the compiler is not compiling any of the
> examples and tutorials. The compilation process is not giving any
> error. I noticed that during the "dune-fem-howto" compilation,
> sometimes it reports that that there is nothing to compile (e.g.
> "make[6]: Nothing to be done for `install-exec-am'.") I noticed this
> also during the "dune-fem" module compilation.
>
> This is how I proceeded.
>
> To install DUNE I first downloaded (last tarballs versions) the
> following modules in the DUNE directory:
>
> dune-fem dune-grid dune-istl
>
> dune-fem-howto dune-grid-dev-howto dune-localfunctions
>
> dune-common dune-geometry dune-grid-howto
>
> Then I made a config file "file.opts" that contains only a line to
> avoid to compile the doxygen documentation (i.e.
> CONFIGURE_FLAGS="--disable-documentation"). I found this necessary
> because "dune-fem" module get an error in compiling the documentation.
>
> Finally I installed DUNE using
>
> sudo ./dune-common/bin/dunecontrol --opts=file2.opts all
>
> sudo ./dune-common/bin/dunecontrol --opts=file2.opts make install
>
> The process finish without errors. What happen then is that I can run
> without problems the examples contained in the "dune-grid-howto"
> module but I can't run the examples contained in the "dune-fem-howto".
>
> Can somebody help me in understanding what is going on?
>
> Thanks,
>
> Andrea
>
>
>
> _______________________________________________
> dune-fem mailing list
> dune-fem at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-fem
>
--
Tobias Malkmus <tomalk at mathematik.uni-freiburg.de>
Mathematisches Institut Tel: +49 (0) 761 203 5651
Abt. für Angewandte Mathematik Universität Freiburg
Hermann-Herder-Str. 10
79104 Freiburg
More information about the dune-fem
mailing list