Thanks for the report! I fixed both libxdf and sigviewer PKGBUILDs, can you try again and let me know if it works?
Search Criteria
Package Details: sigviewer 0.7.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/sigviewer.git (read-only, click to copy) |
|---|---|
| Package Base: | sigviewer |
| Description: | A viewing application for biosignals |
| Upstream URL: | https://github.com/cbrnr/sigviewer |
| Licenses: | GPL |
| Submitter: | cbrnr |
| Maintainer: | cbrnr |
| Last Packager: | cbrnr |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-12-20 13:02 (UTC) |
| Last Updated: | 2026-07-06 10:55 (UTC) |
Dependencies (4)
- libbiosigAUR
- libxdfAUR
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
Required by (0)
Sources (2)
Latest Comments
cbrnr commented on 2026-05-05 06:24 (UTC)
Tabsc commented on 2026-05-04 13:10 (UTC)
The package does not compile: the linker (ld) fails to find libxdf which is unsurprising because on my system: - the current AUR libxdf package only builds the static version of the lib; - it seems ld expects a dynamic version
I solved the problem by building the dynamic version by hand. I nevertheless decided to report the bug here to walk the dependency tree starting from the leafs...
cbrnr commented on 2025-03-05 09:03 (UTC)
cbrnr commented on 2019-11-18 11:42 (UTC)
I've updated the PKGBUILD and I'm using a true empty list now (don't know where the quotes came from). Regarding libxdf, 0.99 is already the latest version. There's nothing this package can do for you regarding dependencies (but I do recommend yay for this purpose).
Tabsc commented on 2019-11-18 09:55 (UTC)
Thanks again for the update. I noticed that the "makedepends" list is empty (i.e. set to ''). Setting it to a really empty list "()" worked for me. However I had to first update libxdf. Would it be possible to correct the dependencies ?
cbrnr commented on 2018-09-14 10:35 (UTC)
Thanks for the heads up. I think I have already fixed this in 0.6.2, which I will soon upload. If not, I will implement your suggestions to make it work.
Tabsc commented on 2018-09-13 16:27 (UTC)
I also add to remove std:: in front of isnan in this file: src/gui_impl/signal_browser/signal_graphics_item.cpp:322:19
Tabsc commented on 2018-09-13 16:22 (UTC)
Got the following error:
src/gui_impl/gui_helper_functions.cpp: In function ‘void sigviewer::GuiHelper::animateProperty(QObject, const QByteArray&, const QVariant&, const QVariant&, QObject, const char)’: src/gui_impl/gui_helper_functions.cpp:57:50: error: variable ‘QAction dummy_action’ has initializer but incomplete type QAction dummy_action (call_back_object); ^ make: ** [Makefile:2462: tmp/release/gui_helper_functions.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...
I just added #include <qaction> in the file and it worked (using make obviously)...</qaction>
Pinned Comments
cbrnr commented on 2025-03-05 09:03 (UTC)
Please install libbiosig and libxdf from the AUR before installing SigViewer.