Roman,

what surprises me is the 'unknown subscriber', which I hope we don't have anymore in the library.

Quoting from the CMake web page: "CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice."

What does the makefile look like? Does it include Make.global_options? If not, you are most likely to fail, since deal.II uses a very elaborate process to determine the options in there.

Best,
Guido


I use CMake for building a dealii piece of code similar to tutorial "step-18". I recently noticed the executable bails out at the end calling destructor of the class Subcriptor
(There are no error messages while compiling or linking)

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...

I attach an excerpt of the error messages to the end of this e-mail.

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

Reply via email to