No makefile in qt-6.3.0 any more? `cmake --install ..` in NOT working properly
Unsolved
Installation and Deployment
-
Hi, all:
After having successfully built qt-everywhere-src-6.3.0 on Ubuntu 22.04, I tried to install it with the command
➜ build cmake --install ..
, but failed with the following ERROR messages:-- Up-to-date: /opt/Qt-6.3.0/libexec/moc/CMakeFiles CMake Error at ....../qt-everywhere-src-6.3.0/qtbase/src/tools/moc/cmake_install.cmake:56 (file): file RPATH_CHANGE given FILE "/opt/Qt-6.3.0/libexec/moc" that does not exist. Call Stack (most recent call first): ....../qt-everywhere-src-6.3.0/qtbase/src/cmake_install.cmake:57 (include) ....../qt-everywhere-src-6.3.0/qtbase/cmake_install.cmake:262 (include) ....../qt-everywhere-src-6.3.0/cmake_install.cmake:47 (include)
Did anybody meet the same issue?
Cheers
Pei