> I 've tried to use the examples but another problem is appearing on
> step-14.
> Make is performed without any problem but when trying to run ./step-14
> I am getting the following message
> (at cycle: 0) many times :
>
> ---------------------------------------------------------
> An object pointed to by a SmartPointer is being destroyed.
> Under normal circumstances, this would abort the program.
> However, another exception is being processed at the
> moment, so the program will continue to run to allow
> this exception to be processed.
> ---------------------------------------------------------
>
> followed by:
>
> ----------------------------------------------------
> Exception on processing:
> std::bad_cast
> Aborting!
> ----------------------------------------------------
All that your attempts indicate is why it's probably more useful to spend your
time forward-porting your code, rather than trying to retrofit your system to
make things work we've long fixed.
What I could imagine is that this is a problem we've found in some OS X
problems and that could be resolved by using the flag
-mmacosx-version-min=10.4
in both CXXFLAGS.g, CXXFLAGS.o and LDFLAGS. If you want to try, add those to
the flags in common/Make.global_options, do make clean and make all and see if
that helps.
Best
W.
-------------------------------------------------------------------------
Wolfgang Bangerth email: [email protected]
www: http://www.math.tamu.edu/~bangerth/
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii