Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Project ERROR: Library 'assimp' is not defined.
Forum Updated to NodeBB v4.3 + New Features

Project ERROR: Library 'assimp' is not defined.

Scheduled Pinned Locked Moved Solved Installation and Deployment
6 Posts 2 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • jiapei100J Offline
    jiapei100J Offline
    jiapei100
    wrote on last edited by jiapei100
    #1
    • Assimp installed from Official repo
    • specified with --assimp=system for configuration
    • found during configuration
    QtQuick3D:
      Assimp ................................. yes
      System Assimp .......................... yes
    Qt Scxml:
      ECMAScript data model for QtScxml ...... yes
    Qt Gamepad:
      SDL2 ................................... yes
    Qt 3D:
      Assimp ................................. yes
      System Assimp .......................... yes
    

    Qt5 Successfully built (namely, make with NO ERROR.
    However, failed to make install with the following ERROR messages

    make[3]: Entering directory '....../qt-everywhere-src-5.15.5/qtquick3d/src/plugins'
    cd assetimporters/ && ( test -e Makefile || ....../qt-everywhere-src-5.15.5/qtbase/bin/qmake -o Makefile ....../qt-everywhere-src-5.15.5/qtquick3d/src/plugins/assetimporters/assetimporters.pro ) && make -f Makefile install
    make[4]: Entering directory '....../qt-everywhere-src-5.15.5/qtquick3d/src/plugins/assetimporters'
    cd uip/ && ( test -e Makefile || ....../qt-everywhere-src-5.15.5/qtbase/bin/qmake -o Makefile ....../qt-everywhere-src-5.15.5/qtquick3d/src/plugins/assetimporters/uip/uip.pro ) && make -f Makefile install
    make[5]: Entering directory '....../qt-everywhere-src-5.15.5/qtquick3d/src/plugins/assetimporters/uip'
    ....../qt-everywhere-src-5.15.5/qtbase/bin/qmake -install qinstall -exe ../../../../plugins/assetimporters/libuip.so /opt/qt/5/plugins/assetimporters/libuip.so
    strip --strip-unneeded /opt/qt/5/plugins/assetimporters/libuip.so
    ....../qt-everywhere-src-5.15.5/qtbase/bin/qmake -install qinstall ....../qt-everywhere-src-5.15.5/qtquick3d/lib/cmake/Qt5Quick3DAssetImport/Qt5Quick3DAssetImport_UipAssetImporterPlugin.cmake /opt/qt/5/lib/cmake/Qt5Quick3DAssetImport/Qt5Quick3DAssetImport_UipAssetImporterPlugin.cmake
    make[5]: Leaving directory '....../qt-everywhere-src-5.15.5/qtquick3d/src/plugins/assetimporters/uip'
    cd assimp/ && ( test -e Makefile || ....../qt-everywhere-src-5.15.5/qtbase/bin/qmake -o Makefile ....../qt-everywhere-src-5.15.5/qtquick3d/src/plugins/assetimporters/assimp/assimp.pro ) && make -f Makefile install
    Project ERROR: Library 'assimp' is not defined.
    make[4]: *** [Makefile:85: sub-assimp-install_subtargets] Error 3
    make[4]: Leaving directory '....../qt-everywhere-src-5.15.5/qtquick3d/src/plugins/assetimporters'
    make[3]: *** [Makefile:59: sub-assetimporters-install_subtargets] Error 2
    make[3]: Leaving directory '....../qt-everywhere-src-5.15.5/qtquick3d/src/plugins'
    make[2]: *** [Makefile:206: sub-plugins-install_subtargets-ordered] Error 2
    make[2]: Leaving directory '....../qt-everywhere-src-5.15.5/qtquick3d/src'
    make[1]: *** [Makefile:62: sub-src-install_subtargets] Error 2
    make[1]: Leaving directory '....../qt-everywhere-src-5.15.5/qtquick3d'
    make: *** [Makefile:378: module-qtquick3d-install_subtargets] Error 2
    

    Cheers

    Welcome to Longer Vision
    https://www.longervision.com

    1 Reply Last reply
    0
    • jiapei100J Offline
      jiapei100J Offline
      jiapei100
      wrote on last edited by
      #5

      Problem solved by manually install the newest Assimp . I even found what is the incompatibility, but, it's pointless to point it out.
      We ONLY need to rebuild and install the newest Assimp. It has NOTHING to do with Qt 5.15.5 ...

      Welcome to Longer Vision
      https://www.longervision.com

      SGaistS 1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #2

        Hi,

        Might be a silly question but do you have the development package of assimp installed ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        jiapei100J 1 Reply Last reply
        0
        • SGaistS SGaist

          Hi,

          Might be a silly question but do you have the development package of assimp installed ?

          jiapei100J Offline
          jiapei100J Offline
          jiapei100
          wrote on last edited by
          #3

          @SGaist Thank you ...
          Yes, I do have assimp installed from default Ubuntu repo...

          Welcome to Longer Vision
          https://www.longervision.com

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #4

            It's one thing to have the library installed. However do you have the complementary development package ?

            If so, you should check the configuration logs to see why the assimp test failed.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • jiapei100J Offline
              jiapei100J Offline
              jiapei100
              wrote on last edited by
              #5

              Problem solved by manually install the newest Assimp . I even found what is the incompatibility, but, it's pointless to point it out.
              We ONLY need to rebuild and install the newest Assimp. It has NOTHING to do with Qt 5.15.5 ...

              Welcome to Longer Vision
              https://www.longervision.com

              SGaistS 1 Reply Last reply
              0
              • jiapei100J jiapei100

                Problem solved by manually install the newest Assimp . I even found what is the incompatibility, but, it's pointless to point it out.
                We ONLY need to rebuild and install the newest Assimp. It has NOTHING to do with Qt 5.15.5 ...

                SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #6

                @jiapei100 said in Project ERROR: Library 'assimp' is not defined.:

                Problem solved by manually install the newest Assimp . I even found what is the incompatibility, but, it's pointless to point it out.
                We ONLY need to rebuild and install the newest Assimp. It has NOTHING to do with Qt 5.15.5 ...

                Well, it would be nice to know for other people that might hit the same issue as you.

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved