Chris, I don't know why it doesn't work :-( Here is what you can try: - reinstall p4est and check that there are no error during the compilation. The most probable reason for your error is that something went wrong during the compilation of p4est. - use candi to install everything (https://github.com/dealii/candi). - use the development version of deal.II These functions are not called in tria.cc anymore.
Sorry Bruno 2016-12-02 5:08 GMT-05:00 Chris Coutinho <[email protected]>: > Hi Bruno, > > Setting p4est_dir to the entire p4est-x.x.x.x directory doesn't change > anything - it still fails with variables undefined in the current scope. See > attached cmake and make logs for detailed output, but I don't noticed any > difference. > > Regards, > Chris > > > On Thursday, December 1, 2016 at 7:54:53 PM UTC+1, Bruno Turcksin wrote: >> >> Chris, >> >> On Thursday, December 1, 2016 at 10:56:13 AM UTC-5, Chris Coutinho wrote: >>> >>> With only p4est enabled, and P4EST_DIR pointing to the DEBUG folder of >>> version 0.3.4.1, I get the following errors associated with undeclared >>> variables in scope. The rest of the output can be found in the attached >>> make.log: >>> >> I haven't used the script in a while but I don't think it's necessary to >> point to the DEBUG folder. >>> >>> >>> >>> > ./p4est-setup-dealii.sh p4est-0.3.4.1.tar.gz >>> > /home/redclient04/Software/p4est/p4est-0.3.4.1 >>> > export P4EST_DIR=/home/redclient04/Software/p4est/p4est-0.3.4.1/DEBUG >>> >> Can you try export >> P4EST_DIR=/home/redclient04/Software/p4est/p4est-0.3.4.1 >> >> Best, >> >> Bruno > > -- > 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 a topic in the > Google Groups "deal.II User Group" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/dealii/vuvu6lxAEEQ/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. -- 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.
