Em quinta-feira, 15 de dezembro de 2016, às 16:41:06 PST, Fabian Wein escreveu: > I examined both builds via configure -verbose and export VERBOSE=1 and while > vanilla qt links with clang++ -headerpad_max_install_names -stdlib=libc++ > -Wl,-syslibroot … > > the first two options „-headerpad_max_install_names -stdlib=libc++“ are > missing when configured via cmake. I verified that skipping these options > (at least the second) leads to the error: > [cut] > Anyway, I’m not a qt to cmake or PV developer but a user who wants to build > PV on macOS 10.12. > > So patching qt such that the options „-headerpad_max_install_names > -stdlib=libc++“ are used for linking would be just fine for me.
You have to pass -stdlib=libc++. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest