Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. 5.14: Make install fails

5.14: Make install fails

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 1 Posters 691 Views
  • 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.
  • M Offline
    M Offline
    maxwell31
    wrote on last edited by
    #1

    I cross compiled Qt 5.14 for RaspbberyPi 4. This worked fine, but make install fails with the following error:

    make[5]: Leaving directory '/opt/raspberry/qt5/qtquick3d/src/plugins/assetimporters/uip'
    cd assimp/ && ( test -e Makefile || /opt/raspberry/qt5/qtbase/bin/qmake -o Makefile /opt/raspberry/qt5/qtquick3d/src/plugins/assetimporters/assimp/assimp.pro ) && make -f Makefile install
    make[5]: Entering directory '/opt/raspberry/qt5/qtquick3d/src/plugins/assetimporters/assimp'
    make[5]: *** No rule to make target '/opt/raspberry/qt5/qtquick3d/src/3rdparty/assimp/src/code/Assimp.cpp', needed by '.obj/Assimp.o'.  Stop.
    

    I actually would not even need qtquick3d. Is there a way to turn it of at the configuration step?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      maxwell31
      wrote on last edited by
      #2

      As I dont actually need QtQuick3d I recompiled with -skip qtquick3d in configure and the rest works fine

      1 Reply Last reply
      1

      • Login

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