Hi, you can try whether the "solution" proposed in
http://qt-project.org/forums/viewthread/19106/P15 works: After you run ./configure ensure that -mmacosx-version-min=10.x is replaced by -mmacosx-version-min=10.7 in common/Make.global_options. (If -mmacosx-version-min=10.x doesn't show up anywhere, just add -mmacosx-version-min=10.7 to the CFLAGS and CXXFLAGS) If this works it, we should think about a new test for this in aclocal.m4... Best, Matthias _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
