On Fri, Jul 28, 2017 at 8:36 AM, Thiago Macieira
wrote:
> On Friday, 28 July 2017 06:42:26 PDT Adam Light wrote:
> > So if this is a valid reason, what's the trick to getting a 32-bit
> > application to compile? Or is this just a bug?
>
> Sounds like just a bug because we don't test that as often
On Friday, 28 July 2017 06:42:26 PDT Adam Light wrote:
> On Thu, Jul 27, 2017 at 12:43 PM, Thiago Macieira > wrote:
> >
> > On Thursday, 27 July 2017 11:28:28 PDT Adam Light wrote:
> > > Our application can load plugins that are written by users. Our
> >
> > application
> >
> > > has only had a
On Thu, Jul 27, 2017 at 12:43 PM, Thiago Macieira wrote:
> On Thursday, 27 July 2017 11:28:28 PDT Adam Light wrote:
> > Our application can load plugins that are written by users. Our
> application
> > has only had a 64-bit Macintosh version available for 366 days, so most
> of
> > these plugins
On Thursday, 27 July 2017 11:28:28 PDT Adam Light wrote:
> Our application can load plugins that are written by users. Our application
> has only had a 64-bit Macintosh version available for 366 days, so most of
> these plugins are 32-bit.
That was the answer I was expecting. It's a valid reason.
On Thu, Jul 27, 2017 at 9:13 AM, Thiago Macieira
wrote:
> On quinta-feira, 27 de julho de 2017 09:00:38 PDT Adam Light wrote:
> > I'm not able to successfully compile a project (even an essentially empty
> > project created with the Qt Creator wizard) for 32-bit on Macintosh using
> > Qt 5.9.2.
>
On quinta-feira, 27 de julho de 2017 09:00:38 PDT Adam Light wrote:
> I'm not able to successfully compile a project (even an essentially empty
> project created with the Qt Creator wizard) for 32-bit on Macintosh using
> Qt 5.9.2.
Why do you want to? Qt does only supports macOS versions that requ
I'm not able to successfully compile a project (even an essentially empty
project created with the Qt Creator wizard) for 32-bit on Macintosh using
Qt 5.9.2.
It looks like the problem is due to the "-arch x86_64" flag being
improperly inserted into the compiler command. Here's the full command for