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

2015-03-16 Thread John Weeks
What you do need though is the OS X 10.6 SDK, and I'm not sure if systems more recent than OS X 10.7 can be used to build applications targeting 10.6. I am building a non-Qt application against the 10.6 SDK on Yosemite using Xcode 6. I got the 10.6 SDK from a previous version of Xcode and

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

2015-03-14 Thread René J . V . Bertin
On Friday March 13 2015 19:38:11 Thiago Macieira wrote: Please note you also need Qt 5.3.2 at the latest. Newer versions do not support Mac OS X 10.6. This is not entirely true. I have used Digia's own 5.4.0 installer on OS X 10.9 and then deployed the installed Qt tree to a 10.6.8 system.

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

2015-03-14 Thread Nikos Chantziaras
On 14/03/15 09:47, René J.V. Bertin wrote: What you do need though is the OS X 10.6 SDK, and I'm not sure if systems more recent than OS X 10.7 can be used to build applications targeting 10.6. The SDKs are backwards compatible. Building against newer SDKs doesn't mean the program won't run

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

2015-03-13 Thread Nuno Santos
Hi, I wanted to build in 32 bit because someone was telling me that the app was crashing on a 32 bit snow leopard mac. I thought this was the problem, however, today, after sending a new build in 32 bit the problem remains. The crash log is below. Can someone understand exactly why is it

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

2015-03-13 Thread Thiago Macieira
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:

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

2015-03-13 Thread Thiago Macieira
On Saturday 14 March 2015 00:12:39 Nuno Santos wrote: Thanks for your detailed explanation. At the time I was reading this email, the Qt was already being built with the option -no-c++11. Let see if it is sufficient. I’m currently running Xcode 6.2 on Mac OSX Yosemite 10.10.2 Please note

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

2015-03-13 Thread Nuno Santos
Sorry Thiago, But what means targeting libstdc++? Regards, Nuno On 13/03/2015, at 19:46, Thiago Macieira thiago.macie...@intel.com wrote: 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

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

2015-03-13 Thread Nikos Chantziaras
On 14/03/15 01:16, Nuno Santos wrote: Sorry Thiago, But what means targeting libstdc++? OS X 10.6 doesn't come with the new C++ library (libc++). It comes with an old one (libstdc++). They are not compatible with each other. Also, libstdc++ doesn't support C++11. Normally, you use the

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

2015-03-13 Thread Nuno Santos
Nikos, Thanks for your detailed explanation. At the time I was reading this email, the Qt was already being built with the option -no-c++11. Let see if it is sufficient. I’m currently running Xcode 6.2 on Mac OSX Yosemite 10.10.2 Thanks, Regards, Nuno On 13/03/2015, at 23:57, Nikos

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

2015-03-12 Thread Thiago Macieira
On Thursday 12 March 2015 18:29:37 Nuno Santos wrote: Hi, I need to deploy an app compatible with 32-bit computers running OSX. The Qt installation must compiled from the source to have 32 bit of Qt? Yes. If so, what is the most quick and straightforward configure command to do it?

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

2015-03-12 Thread Nuno Santos
Hi, I need to deploy an app compatible with 32-bit computers running OSX. The Qt installation must compiled from the source to have 32 bit of Qt? If so, what is the most quick and straightforward configure command to do it? Thanks in advance, Regards, Nuno

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

2015-03-12 Thread Nuno Santos
Thx Thiago! Regards, Nuno On 12/03/2015, at 21:29, Thiago Macieira thiago.macie...@intel.com wrote: On Thursday 12 March 2015 18:29:37 Nuno Santos wrote: Hi, I need to deploy an app compatible with 32-bit computers running OSX. The Qt installation must compiled from the source to have