> However, if I build the project with the the step-18 tutorial Makefile > which includes "Make.global_options" > this error doesn't occur... > > So, I wonder what could be the reason for the different behaviour...
The error indicates that there is an object that's being destroyed to which there is still a pointer. Why that would be the case with cmake and not the regular makefiles I don't know -- I don't know if any of the developers know cmake, which makes it hard to help you with this problem. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
