Search Criteria
Package Details: dspdfviewer 1.15.1-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/dspdfviewer.git (read-only, click to copy) |
---|---|
Package Base: | dspdfviewer |
Description: | Viewer for latex-beamer presentations that are built with the «show notes on second screen»-option |
Upstream URL: | https://github.com/dannyedel/dspdfviewer |
Licenses: | GPL-2.0-or-later |
Conflicts: | dspdfviewer-git |
Submitter: | kd35a |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2015-01-07 20:07 (UTC) |
Last Updated: | 2024-10-19 19:25 (UTC) |
Dependencies (7)
- boost-libs
- poppler-qt5 (poppler-qt5-gitAUR, poppler-qt-lcdAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- qt5-tools (make)
- man-db (optional) – manual pages for dspdfviewer
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
kd35a commented on 2019-07-15 20:33 (UTC)
@bleak @ppaspp @paulequilibrio I have now resolved the issue, so it should be working again!
paulequilibrio commented on 2019-07-13 22:53 (UTC) (edited on 2019-07-13 22:58 (UTC) by paulequilibrio)
Thanks for the package, but unfortunately I'm getting the following error on building:
ppaspp commented on 2019-07-07 10:49 (UTC) (edited on 2019-07-07 10:58 (UTC) by ppaspp)
Fails to build with the following error (after conda deactivate):
/home/pp/.cache/yay/dspdfviewer/src/dspdfviewer-1.15.1/pdfviewerwindow.cpp:119:89: Error: »const QRect QDesktopWidget::screenGeometry(int) const« is deprecated: Use QGuiApplication::screens() [-Werror=deprecated-declarations]
Any ideas?
bleak commented on 2019-07-07 10:46 (UTC)
Hey, thanks for the package, but i'm trying to build it with no luck. I'm completely unexperienced in make and Cmake, so i got a hard time to understand the problem.
Multiple deprecation warnings [-Werror=deprecated-declarations] while building
I tried to set
-Wnoerror=deprecated-declarations
and other arguments to ignore the warnings but i could not manage to pass the compilation.kd35a commented on 2019-05-24 08:42 (UTC)
@opt12 Glad you solved it, and that you enjoy the package :)
opt12 commented on 2019-05-24 08:16 (UTC)
@kd35a It works now perfectly. I found the reason for my linker problems to be originating from my ANACONDA environments.
As described here (https://github.com/pytorch/pytorch/issues/16683), the Anaconda stuff maintains a linker version shadowing the ordinary /usr/bin/ld.
A conda deactivate before installing does the trick. Thanks a lot for maintaining the package dspdfviewer.
Cheers!
opt12 commented on 2019-03-03 16:30 (UTC)
@kd35a I tried to install libcurl-gnutls as well as lib32-libcurl-gnutls
Unfortunately, the result is still exactly the same: Linker error when trying to link the `curl_easy_getinfo@CURL_OPENSSL_4' symbols :-(
kd35a commented on 2019-03-02 17:40 (UTC)
@opt12 could you try to install
libcurl-gnutls
?opt12 commented on 2019-03-02 11:50 (UTC) (edited on 2019-03-02 11:52 (UTC) by opt12)
@kd35a Thanks for your try to reproduce!
With 'pacman -Qs curl' I get:
local/curl 7.64.0-9
local/python-pycurl 7.43.0.2-2
Honestly, I don't really know what this means. I' really an ARCH newbie :-(
I did another test with 'yay -S dspdfviewer' and a clean build and this gives me:
[ 96%] Linking CXX executable dspdfviewer
/usr/bin/ld: /usr/lib/libpoppler.so.85: undefined reference to `curl_easy_getinfo@CURL_OPENSSL_4'
/usr/bin/ld: /usr/lib/libpoppler.so.85: undefined reference to `curl_easy_perform@CURL_OPENSSL_4'
/usr/bin/ld: /usr/lib/libpoppler.so.85: undefined reference to `curl_easy_init@CURL_OPENSSL_4'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libpoppler-qt5.so: undefined reference to `qt_version_tag@Qt_5.12'
/usr/bin/ld: /usr/lib/libpoppler.so.85: undefined reference to `curl_easy_setopt@CURL_OPENSSL_4'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libpoppler-qt5.so: undefined reference to `QDateTime::QDateTime(QDateTime&&)@Qt_5'
/usr/bin/ld: /usr/lib/libpoppler.so.85: undefined reference to `curl_easy_cleanup@CURL_OPENSSL_4'
/usr/bin/ld: /usr/lib/libpoppler.so.85: undefined reference to `curl_easy_reset@CURL_OPENSSL_4'
collect2: Fehler: ld gab 1 als Ende-Status zurück
An ideas how to resolve this?
Regards!
kd35a commented on 2019-02-28 21:06 (UTC)
@opt12 Not directly. I tried to rebuild the package on my machine with the latest updates of all other packages, and that was succesfull. What does
pacman -Qs curl
say?« First ‹ Previous 1 2 3 Next › Last »