May 21, 2012

vadimv vadimv
Lab Rat
7 posts

On 4.8.1 configure for qpa, ./endiantest malformed object

 

On configure for qpa:

  1. -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:
  1. 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
  2. Project WARNING: Objective-C source 'coreservices.mm' found in SOURCES but should be in OBJECTIVE_SOURCES
  3. strings: object: ./endiantest malformed object (unknown load command 16)
  4. strings: object: ./endiantest malformed object (unknown load command 16)
  5. rm -f endiantest.o
  6. rm -f *~ core *.core
  7. rm -f endiantest
  8. 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

May 22, 2012

vadimv vadimv
Lab Rat
7 posts

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.

  1. ./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

 
  ‹‹ Installation Problems      In QT 4.7.3, Components are not displayed ››

You must log in to post a reply. Not a member yet? Register here!