-
Notifications
You must be signed in to change notification settings - Fork 256
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
[com.kdab.kddockwidgets] [error] Couldn't find dock widget frequency #575
Labels
Comments
lievenhey
added a commit
that referenced
this issue
Jan 8, 2024
KDDW doesn't like access to non existing elements. This happens if hotspot is compiled without QCustomPlot. This patches fixes that by adding an compile time check. Fixes: #575
lievenhey
added a commit
that referenced
this issue
Jan 8, 2024
KDDW doesn't like access to non existing elements. This happens if hotspot is compiled without QCustomPlot. This patches fixes that by adding an compile time check. Fixes: #575
milianw
pushed a commit
that referenced
this issue
Jan 10, 2024
KDDW doesn't like access to non existing elements. This happens if hotspot is compiled without QCustomPlot. This patches fixes that by adding an compile time check. Fixes: #575
lievenhey
added a commit
that referenced
this issue
Jan 16, 2024
This commit adds a ci build to build hotspot without optional dependencies. This should prevents bugs like #575 (fails to build without qcustomplot).
lievenhey
added a commit
that referenced
this issue
Jan 22, 2024
This commit adds a ci build to build hotspot without optional dependencies. This should prevents bugs like #575 (fails to build without qcustomplot).
lievenhey
added a commit
that referenced
this issue
Jan 22, 2024
This commit adds a ci build to build hotspot without optional dependencies. This should prevents bugs like #575 (fails to build without qcustomplot).
lievenhey
added a commit
that referenced
this issue
Jan 22, 2024
This commit adds a ci build to build hotspot without optional dependencies. This should prevents bugs like #575 (fails to build without qcustomplot).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Hi all, I've been trying to compile
hotspot
locally (using Arch Linux). I think I have installed all dependency (see bonus bugs below), and the app builds, but it fails to start.Instead, there are a few error messages, and then it immediately segfaults:
I assume that I am missing some dependency. But which?
To Reproduce
Steps to reproduce the behavior:
2.1 Try to install the dependencies listed here: https://github.com/KDAB/hotspot/blob/master/HACKING.md#arch-linux
2.2 Notice that this command is completely wrong, since the listed packages simply do not exist
2.3 Instead install all dependencies listed here: https://aur.archlinux.org/packages/hotspot
mkdir make_dir; cd make_dir; cmake ../; make
./bin/hotspot
Expected behavior
The app should not segfault immediately. I think it is supposed to show a window.
Version Info (please complete the following information):
6.6.2-arch1-1
6068053c97395f99826445b887c51269adf153a1
Additional context
Bonus bug 1: The steps for compiling on Arch Linux specify dependencies that do not exist. See
https://github.com/KDAB/hotspot/blob/master/HACKING.md#arch-linux
The text was updated successfully, but these errors were encountered: