Re: [Interest] Error when compiling Qt 5.5.0 beta for Max OS X 10.8

2015-06-18 Thread Thiago Macieira
On Thursday 18 June 2015 12:07:38 Calogero Mauceri wrote: > Shouldn't the minimum OS X platform supported by Qt 5.5.0 be Mac OS X > 10.8? If this does not get fixed it will not compile there (unless of > course you don't manually patch it yourself). > The fix is very simple, is there no way to brin

Re: [Interest] Error when compiling Qt 5.5.0 beta for Max OS X 10.8

2015-06-18 Thread Calogero Mauceri
Il 6/18/2015 12:01 PM, Sorvig Morten ha scritto: >> On 18 Jun 2015, at 10:58, Calogero Mauceri wrote: >> >> >> Il 5/20/2015 12:39 PM, Sorvig Morten ha scritto: On 19 May 2015, at 10:50, Calogero Mauceri wrote: Hi all, I'm trying to compile Qt 5.5.0 beta for Mac OS X 10.

Re: [Interest] Error when compiling Qt 5.5.0 beta for Max OS X 10.8

2015-06-18 Thread Sorvig Morten
> On 18 Jun 2015, at 10:58, Calogero Mauceri wrote: > > > Il 5/20/2015 12:39 PM, Sorvig Morten ha scritto: >>> On 19 May 2015, at 10:50, Calogero Mauceri wrote: >>> >>> Hi all, >>> >>> I'm trying to compile Qt 5.5.0 beta for Mac OS X 10.8, on Mac OS X 10.10. >>> qxctestlogger.mm:129:27: erro

Re: [Interest] Error when compiling Qt 5.5.0 beta for Max OS X 10.8

2015-06-18 Thread Calogero Mauceri
Il 5/20/2015 12:39 PM, Sorvig Morten ha scritto: >> On 19 May 2015, at 10:50, Calogero Mauceri wrote: >> >> Hi all, >> >> I'm trying to compile Qt 5.5.0 beta for Mac OS X 10.8, on Mac OS X 10.10. >> qxctestlogger.mm:129:27: error: property 'description' not found on >> object of >>type 'i

Re: [Interest] Error when compiling Qt 5.5.0 beta for Max OS X 10.8

2015-05-26 Thread Tim Blechmann
> 5.5 Beta does support 10.8, at least CI still covers it. > > The issue must be related with "-platform macx-clang-32", that's > unsupported for a while. i'd bet, something is wrong with the CI then, as i have been building 64bit binaries. fwiw, i'm aware of 3 issues: * https://codereview.qt-p

Re: [Interest] Error when compiling Qt 5.5.0 beta for Max OS X 10.8

2015-05-20 Thread Calogero Mauceri
Il 5/20/2015 12:39 PM, Sorvig Morten ha scritto: >> On 19 May 2015, at 10:50, Calogero Mauceri wrote: >> >> Hi all, >> >> I'm trying to compile Qt 5.5.0 beta for Mac OS X 10.8, on Mac OS X 10.10. >> qxctestlogger.mm:129:27: error: property 'description' not found on >> object of >>type 'id

Re: [Interest] Error when compiling Qt 5.5.0 beta for Max OS X 10.8

2015-05-20 Thread Sorvig Morten
> On 19 May 2015, at 10:50, Calogero Mauceri wrote: > > Hi all, > > I'm trying to compile Qt 5.5.0 beta for Mac OS X 10.8, on Mac OS X 10.10. > qxctestlogger.mm:129:27: error: property 'description' not found on > object of > type 'id' > [NSDate date].description.UTF8String)

Re: [Interest] Error when compiling Qt 5.5.0 beta for Max OS X 10.8

2015-05-19 Thread Calogero Mauceri
If I compile with the same options but using Mac OS X 10.9 SDK (-sdk macosx10.9) then it completes without any problems. It must be something related to 10.8 SDK. Calogero Il 5/19/2015 4:15 PM, Liang Qi ha scritto: 5.5 Beta does support 10.8, at least CI still covers it. The issue must be re

Re: [Interest] Error when compiling Qt 5.5.0 beta for Max OS X 10.8

2015-05-19 Thread Liang Qi
5.5 Beta does support 10.8, at least CI still covers it. The issue must be related with "-platform macx-clang-32", that's unsupported for a while. Regards, Liang On 19 May 2015 at 11:58, Tim Blechmann wrote: > > Is this a bug or am I doing something wrong? > > qt-5.5 does not compile on 10.8

Re: [Interest] Error when compiling Qt 5.5.0 beta for Max OS X 10.8

2015-05-19 Thread Tim Blechmann
> Is this a bug or am I doing something wrong? qt-5.5 does not compile on 10.8 out of the box. it is probably going to be fixed before the release (afaict, 10.8 is still supported) tim ___ Interest mailing list Interest@qt-project.org http://lists.qt-p

[Interest] Error when compiling Qt 5.5.0 beta for Max OS X 10.8

2015-05-19 Thread Calogero Mauceri
Hi all, I'm trying to compile Qt 5.5.0 beta for Mac OS X 10.8, on Mac OS X 10.10. This is the configuration line I'm using. ./configure -prefix /Developer/libs/qt-5.5.0_beta -qt-zlib -qt-libpng -qt-libjpeg -nomake tests -nomake examples -platform macx-clang-32 -opensource -confirm-license -sdk