Closed eromatiya closed 4 years ago
This error happens because there were changes in the krdc library. It can be fixed by disabling its use.
In vncclientthread.h `
//#include <krdc/remoteview.h>
#include <QUrl>
#define KUrl QUrl
`
Thank you! Managed to apply this! Closing this now.
Alternatively, @fadenb wrote a patch to fix the build failure here.
Thanks @FlorianFranzen.
Hello, I've been trying to build this and always greeted by an error. Already tried building it manually and using an AUR helper, but I'm already at my wit's end. Relevant log while building:
Will appreciate any help.