Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-10-07 Thread Federico Buti
Thanks. While I've solved the SDK issues with the desktop kit I had troubles with making the mobile one working. Following these steps easily solved my issue. Thanks again. F. --- Federico Buti On 20 September 2015 at 10:11, Robert Iakobashvili wrote: > Hi Ed, > Since it works for me at Qt-5.

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-21 Thread Thiago Macieira
On Monday 21 September 2015 16:02:53 Daniel França wrote: > Thanks for the explanation Sorvig, indeed deleting qmake.stash worked > without the need to add QMAKE_MAC_SDK in the .pro. > Would be great to have this kind of thing documented somewhere. It isn't documented because it wasn't necessary.

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-21 Thread Thiago Macieira
On Monday 21 September 2015 10:18:13 Sorvig Morten wrote: > > On 21 Sep 2015, at 11:40, Daniel França wrote: > > > > > > Thanks Thiago, > > I added > > QMAKE_MAC_SDK > > =macosx10.11 > > > > > > > > and now it works, unfortunately couldn't find any oficial documentation > > about QMAKE_MAC_SDK.

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-21 Thread Daniel França
Thanks for the explanation Sorvig, indeed deleting qmake.stash worked without the need to add QMAKE_MAC_SDK in the .pro. Would be great to have this kind of thing documented somewhere. Em seg, 21 de set de 2015 às 12:18, Sorvig Morten < morten.sor...@theqtcompany.com> escreveu: > > > On 21 Sep 2

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-21 Thread Sorvig Morten
> On 21 Sep 2015, at 11:40, Daniel França wrote: > > Thanks Thiago, > I added > QMAKE_MAC_SDK > =macosx10.11 > > and now it works, unfortunately couldn't find any oficial documentation about > QMAKE_MAC_SDK. What’s happening is that qmake caches the SDK version in qtbase/.qmake.stash. Dele

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-21 Thread Daniel França
Thanks Thiago, I added QMAKE_MAC_SDK=macosx10.11and now it works, unfortunately couldn't find any oficial documentation about QMAKE_MAC_SDK. Em seg, 21 de set de 2015 às 01:24, Thiago Macieira < thiago.macie...@intel.com> escreveu: > On Sunday 20 September 2015 21:46:47 Daniel França wrote: > >

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-20 Thread Thiago Macieira
On Sunday 20 September 2015 21:46:47 Daniel França wrote: > After update to XCode 7 I'm getting this error: http://pastebin.com/UA90Xded > Anyone having similar issue? SDK issue. XCode 7 only comes with the macosx10.11 SDK and you're probably asking the compiler for an older SDK. Check if your .

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-20 Thread Daniel França
After update to XCode 7 I'm getting this error: http://pastebin.com/UA90Xded Anyone having similar issue? Running Qt Creator 3.5/Qt5.5 Em dom, 20 de set de 2015 às 19:58, Thiago Macieira < thiago.macie...@intel.com> escreveu: > On Sunday 20 September 2015 11:55:22 Philippe wrote: > > Building no

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-20 Thread Thiago Macieira
On Sunday 20 September 2015 11:55:22 Philippe wrote: > Building now works... but if you specify an older osx SDK. > > cf. https://bugreports.qt.io/browse/QTBUG-48357 Moved to "not enough information" state. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Sou

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-20 Thread Philippe
Building now works... but if you specify an older osx SDK. cf. https://bugreports.qt.io/browse/QTBUG-48357 Philippe On Sat, 19 Sep 2015 18:58:18 -0700 Thiago Macieira wrote: > On Sunday 20 September 2015 00:40:22 Philippe wrote: > > lalr.cpp:241:56: error: expected unqualified-id > > struct _N

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-20 Thread Robert Iakobashvili
configurations myself, and appreciate the insight of others. >> >> >> >> Mike >> >> >> >> From: interest-bounces+mnelson=sutron@qt-project.org >> [mailto:interest-bounces+mnelson=sutron@qt-project.org] On Behalf Of >> Liang Jian >

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-20 Thread Robert Iakobashvili
Hi Ed, Since it works for me at Qt-5.4.2, please find more details: 1. Go Preferences->Build&Run -> Compilers 2. Select Add; 3. In the form fill the following: Name: iphoneos-clang Compiler path: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang Platfor

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-19 Thread Liang Jian
est-bounces+mnelson=sutron@qt-project.org [mailto: > interest-bounces+mnelson=sutron@qt-project.org] *On Behalf Of *Liang > Jian > *Sent:* Saturday, September 19, 2015 8:12 AM > *To:* Robert Iakobashvili > *Cc:* interest@qt-project.org > *Subject:* Re: [Interest] Xcode 7

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-19 Thread Thiago Macieira
On Sunday 20 September 2015 00:40:22 Philippe wrote: > lalr.cpp:241:56: error: expected unqualified-id > struct _Nullable: public std::unary_function Already fixed. Please upgrade (post 5.5.0) -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-19 Thread Philippe
> The error message is not in your paste. Look further up. /Developer/Qt/5.5.0/32/qtbase/bin/qmake -o Makefile qlalr.pro /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -arch i386 -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-19 Thread Thiago Macieira
On Saturday 19 September 2015 20:46:22 Philippe wrote: > mv -f QtNetwork ../../lib/QtNetwork.framework/Versions/5/QtNetwork > ln -s Versions/Current/QtNetwork ../../lib/QtNetwork.framework/QtNetwork > make[1]: *** [sub-src-make_first] Error 2 > make: *** [module-qtbase-make_first] Error 2 > logout

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-19 Thread Philippe
> I tried the final that got pushed to me yesterday. Absolutely no issues, not > even a new warning. No such luck here, to build Qt 5.5.0. I used the default configure: a few Qt modules are built successfully, but right after the QtNetwork module is finished, I get the following error, and that g

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-19 Thread Michael R Nelson
@qt-project.org] On Behalf Of Liang Jian Sent: Saturday, September 19, 2015 8:12 AM To: Robert Iakobashvili Cc: interest@qt-project.org Subject: Re: [Interest] Xcode 7 beta and Qt 5.5 ? I use qt5.5.0-iOS with qtcreator 3.5, xcode-7.0 without any problem On Fri, Sep 18, 2015 at 10:54 PM

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-19 Thread Liang Jian
I use qt5.5.0-iOS with qtcreator 3.5, xcode-7.0 without any problem On Fri, Sep 18, 2015 at 10:54 PM, Robert Iakobashvili wrote: > On Fri, Sep 18, 2015 at 5:42 PM, Robert Iakobashvili > wrote: > > On Fri, Sep 18, 2015 at 6:00 AM, Edward Sutton > > wrote: > >> For those of you developing fo

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-18 Thread Robert Iakobashvili
On Fri, Sep 18, 2015 at 5:42 PM, Robert Iakobashvili wrote: > On Fri, Sep 18, 2015 at 6:00 AM, Edward Sutton > wrote: >> For those of you developing for Qt 5.5 and iOS, you may want to hold off on >> Xcode 7 for now. >> >> Installing the released Xcode 7 on top of Xcode 6.4 + Qt 5.5 OS >> X-Andro

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-18 Thread Robert Iakobashvili
On Fri, Sep 18, 2015 at 6:00 AM, Edward Sutton wrote: > For those of you developing for Qt 5.5 and iOS, you may want to hold off on > Xcode 7 for now. > > Installing the released Xcode 7 on top of Xcode 6.4 + Qt 5.5 OS > X-Android-iOS Enterprise succeeded in building my app Android and OS X > targ

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-18 Thread Edward Sutton
I can now build Qt projects targeting iOS again after removing Xcode 7 and reinstalling Qt5.5 1. I removed Qt 5.5, then Xcode 7 by deleting the app folder ( could not find the old command line uninstall utility ) 2. Installed Xcode 6.4 then Xcode 6.4 command line tools 3. Installed Qt

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-17 Thread Edward Sutton
For those of you developing for Qt 5.5 and iOS, you may want to hold off on Xcode 7 for now. Installing the released Xcode 7 on top of Xcode 6.4 + Qt 5.5 OS X-Android-iOS Enterprise succeeded in building my app Android and OS X targets. So far, so good. However my iOS kits disappeared from Qt

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-17 Thread Edward Sutton
> On Thursday 17 September 2015 17:13:00 Edward Sutton wrote: >> Has anyone tried it? > > I tried the final that got pushed to me yesterday. Absolutely no issues, not > even a new warning. Great news! Thanks for sharing. I will give it a go. -Ed > > -- > Thiago Macieira - thiago.macieira (AT)

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-17 Thread Thiago Macieira
On Thursday 17 September 2015 17:13:00 Edward Sutton wrote: > Has anyone tried it? I tried the final that got pushed to me yesterday. Absolutely no issues, not even a new warning. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center ___

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-17 Thread Freddy Martinez Garcia
Yes, me... and I had some troubles... look ate this post from me https://forum.qt.io/topic/58926/xcode-7-and-qt-error regards *="El tamaño de tus logros depende del tamaño de tus metas." * *C++ and Qt Senior Developer* *Lic. Computer Science* *Bu

[Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-17 Thread Edward Sutton
Has anyone tried it? Looks like it was release yesterday Sept 16. -Ed This email and any files transmitted with it from The Charles Machine Works, Inc. are confidential and intended solely for the use of the individual or entity to which they are addressed. If you have received this email in e