[Interest] configuring qt from cmake fails

Thiago Macieira thiago.macieira at intel.com
Thu Dec 15 19:48:05 CET 2016


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




More information about the Interest mailing list