[Interest] Do I need to build Qt from the source to have an app compile in 32 bit?

Thiago Macieira thiago.macieira at intel.com
Fri Mar 13 20:46:29 CET 2015


On Friday 13 March 2015 18:45:54 Nuno Santos wrote:
> I wanted to build in 32 bit because someone was telling me that the app was
> crashing on a 32 bit snow leopard mac.
[cut]
>   Library not loaded: /usr/lib/libc++.1.dylib
>   Referenced from:
> /Applications/LKBRIDGE.app/Contents/MacOS/../Frameworks/QtQuick.framework/V
> ersions/5/QtQuick Reason: image not found

The reason is that libc++.1.dylib is missing.

It's missing because it doesn't exist for Snow Leopard. If you want to deploy 
on 10.6, you need to recompile Qt without C++11 and targetting libstdc++.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list