Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-902

Linux compatibility issue in PublishSubscribe

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 1.1.1
    • 1.1.0
    • Publish & Subscribe
    • None
    • Symbian
    • 2896c72aa64e812754c55299a62f182662f11832

    Description

      When trying to build QtMobility for Symbian in Linux, following issues are encountered:

      mmp: src/publishsubscribe/QtPublishSubscribe_dll.mmp
      Fatal error: L6002U: Could not open file /epoc32/release/armv5/lib/CommonEngine.dso: No such file or directory

      mmp: src/publishsubscribe/psmapperserver_symbian/qpspathmapperserver_exe.mmp
      Fatal error: L6002U: Could not open file /epoc32/release/armv5/lib/CommonEngine.dso: No such file or directory

      The case of file name reference and the actual file name must be a 100% match, even in uppercase-lowercase sense of the word.
      In this case:

      — a/src/publishsubscribe/xqsettingsmanager_symbian/settingsmanager.pri
      +++ b/src/publishsubscribe/xqsettingsmanager_symbian/settingsmanager.pri
      @@ -29,4 +29,4 @@ SOURCES += xqsettingskey.cpp \
      xqpublishandsubscribesecuritypolicy.cpp \

      symbian:LIBS += -lcentralrepository \

      • -lCommonEngine
        + -lcommonengine

      Attachments

        Activity

          People

            alex Alex (closed Nokia identity) (Inactive)
            vihria Tomi VihriƤ
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: