Hello,

This is my first post to the dealii mailing list, so apologies if I am asking the incorrect questions in the incorrect places.

I have used|
> svn checkout http://www.dealii.org/svn/dealii/trunk/deal.II
to grab the latest revision of dealii as I want to be able to use the function |DoFTools::extract_dofs_with_support_on_boundary which was added around the 7th May to handle boundary conditions for dG methods. In the directory I run
> ./configure --disable-threads --with-petsc=no
which which runs fine, but when I then go for
> make all
I get part way through and have the error
/
/make[1]: Entering directory `/extra/tmp/deal_svn/deal.II/base'
=====base=============debug========== auto_derivative_function.cc
In file included from /extra/tmp/deal_svn/deal.II/base/include/base/point.h:17, from /extra/tmp/deal_svn/deal.II/base/source/auto_derivative_function.cc:15: /extra/tmp/deal_svn/deal.II/base/include/base/config.h:629:24: error: base/types.h: No such file or directory make[1]: *** [/extra/tmp/deal_svn/deal.II/lib/base/auto_derivative_function.g.o] Error 1
make[1]: Leaving directory `/extra/tmp/deal_svn/deal.II/base'
make: *** [baseg] Error 2

which isn't surprising as I indeed don't have deal.II/base/include/base/types.h. A clean install of deal 6.2.1. works fine.

Many thanks,

John Chapman

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to