Open fipscode opened 11 months ago
See for krdc-devel or same.
On Mon, Dec 4, 2023 at 11:54 PM fipscode @.***> wrote:
Hi!
I'm trying to build 0.72.99 on Ubuntu 22.04 LTS and made it to the following error:
[ 31%] Building CXX object CMakeFiles/qt5-virt-manager.dir/src/main.cpp.o In file included from /home/user/qt-virt-manager-0.72.99/src/vm_viewer/krdc_vnc_qtonly/vncview.h:27, from /home/user/qt-virt-manager-0.72.99/src/vm_viewer/krdc_vnc_qtonly/Machine_View.h:28, from /home/user/qt-virt-manager-0.72.99/src/vm_viewer/vnc/vnc_viewer.h:6, from /home/user/qt-virt-manager-0.72.99/src/mainwindow.h:29, from /home/user/qt-virt-manager-0.72.99/src/main.cpp:1: /home/user/qt-virt-manager-0.72.99/src/vm_viewer/krdc_vnc_qtonly/vncclientthread.h:38:14: fatal error: krdc/remoteview.h: No such file or directory 38 | #include <krdc/remoteview.h> | ^
~~~~~~ compilation terminated. make[2]: [CMakeFiles/qt5-virt-manager.dir/build.make:2438: CMakeFiles/qt5-virt-manager.dir/src/main.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:85: CMakeFiles/qt5-virt-manager.dir/all] Error 2 make: *** [Makefile:136: all] Error 2This is however the end, because I can't find a package for Ubuntu that would install the required krdc/remoteview.h header file. Do you have any help or hints how to go further?
— Reply to this email directly, view it on GitHub https://github.com/F1ash/qt-virt-manager/issues/54, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADZ3A4YWIFOIYF73SZIC4LYHYZ63AVCNFSM6AAAAABAGTIOV6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZDINZRGU3TKNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Thanks for your reply!
There's no such package. Also, the file isn't distributed with any other package or any other suite: https://packages.ubuntu.com/search?searchon=contents&mode=exactfilename&arch=amd64&keywords=remoteview.h&suite=jammy
Hi!
I'm trying to build 0.72.99 on Ubuntu 22.04 LTS and made it to the following error:
This is however the end, because I can't find a package for Ubuntu that would install the required krdc/remoteview.h header file. Do you have any help or hints how to go further?