Re: [Development] Compiling for iOS, qtdeclarative and others fail

2015-05-26 Thread Ziller Eike
On May 23, 2015, at 05:03, Ariel Molina ar...@edis.mx wrote: Hi, I solved the problem, just want to share, On Wed, May 20, 2015 at 12:16 PM, Edward Sutton edward.sut...@subsite.com wrote: I understand the config commands used to build Qt packages are here:

Re: [Development] Compiling for iOS, qtdeclarative and others fail

2015-05-22 Thread Ariel Molina
Hi, Unfortunatly the snapshots are of no use to me, I was patching a bug in Desktop and then tried to test this fix in iOS. It's a very simple patch, but needs full Qt rebuild. Ariel On Wed, May 20, 2015 at 1:12 PM, Edward Sutton edward.sut...@subsite.com wrote: On May 20, 2015, at 12:55 PM,

Re: [Development] Compiling for iOS, qtdeclarative and others fail

2015-05-22 Thread Ariel Molina
Well the last lines are /Users/edis/projects/qt5/qtbase/bin/qmake -o Makefile xmlpatterns.pro /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.Device install xcodebuild install -scheme xmlpatterns -sdk iphoneos -configuration Release Build settings from command line:

Re: [Development] Compiling for iOS, qtdeclarative and others fail

2015-05-22 Thread Ariel Molina
Hi, I solved the problem, just want to share, On Wed, May 20, 2015 at 12:16 PM, Edward Sutton edward.sut...@subsite.com wrote: I understand the config commands used to build Qt packages are here: http://code.qt.io/cgit/qtsdk/qtsdk.git/tree/packaging-tools/bld_config I just followed your

Re: [Development] Compiling for iOS, qtdeclarative and others fail

2015-05-20 Thread Edward Sutton
I understand the config commands used to build Qt packages are here: http://code.qt.io/cgit/qtsdk/qtsdk.git/tree/packaging-tools/bld_config Qt iOS Enterprise: http://code.qt.io/cgit/qtsdk/qtsdk.git/tree/packaging-tools/bld_config/configure_ios_enterprise -commercial -confirm-license

[Development] Compiling for iOS, qtdeclarative and others fail

2015-05-20 Thread Ariel Molina
I was tracking a bug in Qt for desktop, then tried to test it on iOS but i cant build Qt 5 for iOS. I have a valid Apple Account, paid for the license and I can build XCode and Qt apps for iPad, it works, but not Qt itself, here's my procedure 1. Git clone qt5 2. perl init-repository 3.

Re: [Development] Compiling for iOS, qtdeclarative and others fail

2015-05-20 Thread Harri Pasanen
It's been a while since I compiled for iOS, but I recall having to run in the terminal on the build machine itself. Compiling over ssh did not work because of some signing issue, keystore access or some such was not available in ssh shell. I'm not sure if you have the same issue or not.

Re: [Development] Compiling for iOS, qtdeclarative and others fail

2015-05-20 Thread Ariel Molina
To be exactly, it compiles with make, but *sudo make install* fails. On Wed, May 20, 2015 at 11:54 AM, Ariel Molina ar...@edis.mx wrote: I was tracking a bug in Qt for desktop, then tried to test it on iOS but i cant build Qt 5 for iOS. I have a valid Apple Account, paid for the license and

Re: [Development] Compiling for iOS, qtdeclarative and others fail

2015-05-20 Thread Edward Sutton
On May 20, 2015, at 12:55 PM, Ariel Molina ar...@edis.mxmailto:ar...@edis.mx wrote: To be exactly, it compiles with make, but sudo make install fails. We are in “the same boat” then. That is the same issue I have building and installing Qt 5.5 iOS. New Qt 5.5 snapshots are available if that