[Dune] Buidsystem question: make am--refresh behavior
Christian Engwer
christi at uni-hd.de
Fri Nov 19 16:36:08 CET 2010
Hi Dan,
A) please send a copy of
/disk3/NeuroDune/dpopovic/dune-2.0/neurodune/Makefile.am
B) please try the following:
change dune-common/bin/dune-autogen line 124:
aclocal$AMVERSION -I . $ACLOCAL_FLAGS
to
aclocal$AMVERSION -I $PWD $ACLOCAL_FLAGS
Reconfigure your module, then touch one of the m4 files (or what
ever is needed to trigger the am--refresh) and test if it helped.
Ciao
Christian
On Fri, Nov 19, 2010 at 01:49:04PM -0100, Dan Popovic IWR wrote:
> Dear dune,
>
> from time to time, when I try to rebuild a folder in my dune application,
> a 'make am--refresh' is called. This results in my applications checks not
> invoked into the build process (NEURODUNE_CHECKS is m4require'd but not
> defun'd):
>
> dan at mp2:/home/dan/dune-2.0/neurodune/samples/passive$ make
> cd ../.. && make am--refresh
> make[1]: Entering directory `/disk3/NeuroDune/dpopovic/dune-2.0/neurodune'
> CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash
> /home/dpopovic/dune-2.0/neurodune/missing --run aclocal-1.11 -I . -I
> /home/dpopovic/dune-2.0/dune-common-2.0/m4 -I
> /home/dpopovic/dune-2.0/dune-grid-2.0/m4 -I
> /home/dpopovic/dune-2.0/dune-istl-2.0/m4
> configure.ac:10: warning: NEURODUNE_CHECKS is m4_require'd but not m4_defun'd
>
> It is not clear to me when and why this happens. Is it my fault or
> deterministic build system behavior? Thanks for an answer and please tell
> me if I can supply additional information such as config.log. Have a nice
> day!
>
> Dan
>
>
> _______________________________________________
> Dune mailing list
> Dune at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune
>
More information about the Dune
mailing list