Package Details: dspdfviewer 1.15.1-4

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
Conflicts: dspdfviewer-git
Submitter: kd35a
Maintainer: pathetic_lynx
Last Packager: pathetic_lynx
Votes: 12
Popularity: 0.000000
First Submitted: 2015-01-07 20:07 (UTC)
Last Updated: 2023-02-11 20:37 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

opt12 commented on 2019-02-28 17:27 (UTC)

Fails to build on a freshly installed Manjaro:

[ 96%] Linking CXX executable dspdfviewer /usr/bin/ld: /usr/lib/libpoppler.so.85: undefined reference to `curl_easy_getinfo@CURL_OPENSSL_4'

Any ideas how to fix this?

kd35a commented on 2017-06-03 08:10 (UTC)

@Gondlar that seems like an upstream bug. Someone else has already reported parts of what you describe, so I would suggest you add your experiences here: https://github.com/dannyedel/dspdfviewer/issues/191

Gondlar commented on 2017-06-02 22:28 (UTC)

For me the build fails with clang, but it compiles fine with g++. The error is: In file included from /home/gondlar/aur/dspdfviewer/src/dspdfviewer-1.15.1/runtimeconfiguration.cpp:21: /home/gondlar/aur/dspdfviewer/src/dspdfviewer-1.15.1/runtimeconfiguration.h:30:8: warning: 'noFileNameException' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] struct noFileNameException: public std::logic_error { ^ /home/gondlar/aur/dspdfviewer/src/dspdfviewer-1.15.1/runtimeconfiguration.cpp:201:14: error: instantiation of function 'boost::program_options::parse_config_file<char>' required here, but no definition is available [-Werror,-Wundefined-func-template] store( parse_config_file( cfile, configFileOptions), vm); ^ /usr/include/boost/program_options/parsers.hpp:185:5: note: forward declaration of template entity is here parse_config_file(std::basic_istream<charT>&, const options_description&, ^ /home/gondlar/aur/dspdfviewer/src/dspdfviewer-1.15.1/runtimeconfiguration.cpp:201:14: note: add an explicit instantiation declaration to suppress this warning if 'boost::program_options::parse_config_file<char>' is explicitly instantiated in another translation unit store( parse_config_file( cfile, configFileOptions), vm); ^ 1 warning and 1 error generated.

kd35a commented on 2016-04-18 09:21 (UTC)

@arthaud Thanks for reporting this issue, will update as soon as I'm home again!

arthaud commented on 2016-04-18 01:04 (UTC)

Hi, The build fails on my laptop: -- Compiling for system Linux -- Boost version: 1.60.0 -- Found the following Boost libraries: -- program_options -- Using Qt5 and libpoppler-qt5 CMake Error at cmake/external_libraries.cmake:47 (find_package): By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5LinguistTools", but CMake did not find one. Could not find a package configuration file provided by "Qt5LinguistTools" with any of the following names: Qt5LinguistToolsConfig.cmake qt5linguisttools-config.cmake Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or set "Qt5LinguistTools_DIR" to a directory containing one of the above files. If "Qt5LinguistTools" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:47 (include) I fixed it by including qt5-tools in the makedepends array.

tasnad commented on 2016-04-14 20:30 (UTC)

Works like a charm, tahnks :)

kd35a commented on 2016-04-13 15:34 (UTC)

@tasnad: this issue should be resolved now.

kd35a commented on 2016-04-13 12:13 (UTC)

@tasnad: Yes, seems like I missed checking for that, as it built without problems on my machine. Hopefully I'll be able to fix this in the evening (UTC+2) when I get home. Thanks for reporting the issue!

tasnad commented on 2016-04-13 12:08 (UTC)

Hi, The build fails if poppler-qt5 is not installed. I guess you switched to Qt5 and forgot to update the dependency in the PKGBUILD? Regards, Tasnad