-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
krdc/remoteview.h neither found nor available #54
Comments
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 2
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?
—
Reply to this email directly, view it on GitHub
<#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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: