Chris,

I used the following command successfully to build dealii (note Trilinos and
p4est are OFF)

|
rm -rf *&&\
cmake \
-DDEAL_II_WITH_MPI:BOOL=ON \
-DDEAL_II_WITH_PETSC:BOOL=ON \
-DDEAL_II_WITH_TRILINOS:BOOL=ON \
-DDEAL_II_WITH_METIS:BOOL=ON \
-DDEAL_II_WITH_P4EST:BOOL=OFF \

So you explicitly disable the use of p4est in deal.II...


/home/redclient04/Software/dealii/source/distributed/tria.cc:302:9: error:
‘p4est_connectivity_join_faces’ was not declared in this scope
       = p4est_connectivity_join_faces;
         ^
/home/redclient04/Software/dealii/source/distributed/tria.cc:677:9: error:
‘p8est_connectivity_join_faces’ was not declared in this scope
       = p8est_connectivity_join_faces;
         ^

...after which I am confused why you get to compile this line at all. Is DEAL_II_WITH_P4EST defined in your $BUILD/include/deal.II/base/config.h file? If so, why?

It is confusing to me that although you explicitly disabled p4est in the cmake call, the cmake log still shows that it was enabled...

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to