On 4.8.1 configure for qpa, ./endiantest malformed object
On configure for qpa:
- -qpa -xplatform qpa/macx-iphonesimulator-g++ -arch i386 -developer-build -release -opengl es2 -no-accessibility -no-qt3support -no-multimedia -no-phonon-backend -no-svg -no-webkit -no-scripttools -no-openssl -no-sql-mysql -no-sql-odbc -no-cups -no-iconv -no-dbus -static -nomake tools -nomake demos -nomake docs -nomake examples -nomake translations
configure stops at:
- bin/qmake" project.o property.o main.o makefile.o unixmake2.o unixmake.o mingw_make.o option.o winmakefile.o projectgenerator.o meta.o makefiledeps.o metamakefile.o xmloutput.o pbuilder_pbx.o borland_bmake.o msvc_vcproj.o msvc_vcxproj.o msvc_nmake.o msvc_objectmodel.o msbuild_objectmodel.o symmake.o initprojectdeploy_symbian.o symmake_abld.o symmake_sbsv2.o symbiancommon.o registry.o epocroot.o gbuild.o qtextcodec.o qutfcodec.o qstring.o qtextstream.o qiodevice.o qmalloc.o qglobal.o qbytearray.o qbytearraymatcher.o qdatastream.o qbuffer.o qlist.o qfile.o qfilesystementry.o qfilesystemengine_unix.o qfilesystemengine.o qfilesystemiterator_unix.o qfsfileengine_unix.o qfsfileengine.o qfsfileengine_iterator.o qregexp.o qvector.o qbitarray.o qdir.o qdiriterator.o quuid.o qhash.o qfileinfo.o qdatetime.o qstringlist.o qabstractfileengine.o qtemporaryfile.o qmap.o qmetatype.o qsettings.o qsystemerror.o qlibraryinfo.o qvariant.o qvsnprintf.o qlocale.o qlocale_tools.o qlocale_unix.o qlinkedlist.o qurl.o qnumeric.o qcryptographichash.o qxmlstream.o qxmlutils.o qsettings_mac.o qcore_mac.o -headerpad_max_install_names -framework ApplicationServices
- Project WARNING: Objective-C source 'coreservices.mm' found in SOURCES but should be in OBJECTIVE_SOURCES
- strings: object: ./endiantest malformed object (unknown load command 16)
- strings: object: ./endiantest malformed object (unknown load command 16)
- rm -f endiantest.o
- rm -f *~ core *.core
- rm -f endiantest
- rm -f Makefile
My environment is OSX 10.6.8.
I follow the link: http://labs.qt.nokia.com/2011/08/09/update-on-uikit-lighthouse-platform/
Any suggestion on how to pass the issue, or a better way/approach on how to build qt for iOS would be much appreciated. Basically in my App I used qt for backend and js RIA framework (trough QtWebkit) to frontend.
1 reply
So the configure started for iOS simulator with below command, will see during the test if what was configured works, and later will try to configure and install for device.
- ./configure -platform macx-g++ -host-little-endian -qpa -arch i386 -little-endian -xplatform qpa/macx-iphonesimulator-g++ -developer-build -release -opengl es2 -no-accessibility -no-qt3support -no-multimedia -no-phonon-backend -no-svg -no-webkit -no-scripttools -no-openssl -no-sql-mysql -no-sql-odbc -no-cups -no-iconv -no-dbus -static -nomake tools -nomake demos -nomake docs -nomake examples -nomake translations
You must log in to post a reply. Not a member yet? Register here!
