Hi,

I'm trying to compile dealII with p4est. I use the following line for
configuration.
*********************************************************************************************
./configure --with-mpi --with-petsc=/home/xw3/package/petsc-3.1-p8/
--with-petsc-arch=linux-gnu --with-lapack='gfortran -L
/home/xw3/local/lapack-3.3.1/ -llapack' --with-blas='gfortran -L
/home/xw3/local/lapack-3.3.1 -lblas' --disable-threads
--with-metis=/home/xw3/package/metis-4.0/ --with-CC=mpicc --with-CXX=mpiCC
--with-p4est=/home/xw3/package/p4est/
*********************************************************************************************
But when I typed "make all", I got errors:
*********************************************************************************************
make[1]: Entering directory `/home/xw3/package/deal.II/source'
======================debug========== numerics/data_out.cc
/home/xw3/package/deal.II/include/deal.II/distributed/tria.h:90: error:
‘p4est_balance_type_t’ does not name a type
/home/xw3/package/deal.II/include/deal.II/distributed/tria.h:103: error:
‘p8est_balance_type_t’ does not name a type
make[1]: *** [/home/xw3/package/deal.II/lib/debug/numerics_data_out.o] Error
1
make[1]: Leaving directory `/home/xw3/package/deal.II/source'
make: *** [debug] Error 2
**********************************************************************************************
The p4est I installed is "p4est-0.3.3.129-1718" from p4est.org. Any hint
about these errors would be greatly appreciated. Thanks!

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

Reply via email to