Package Details: flaxpdf-git 20152609-1

Git Clone URL: https://aur.archlinux.org/flaxpdf-git.git (read-only, click to copy)
Package Base: flaxpdf-git
Description: A simple FLTK PDF viewer
Upstream URL: https://github.com/clbr/flaxpdf
Licenses: GPL3
Submitter: pekman
Maintainer: pekman
Last Packager: pekman
Votes: 4
Popularity: 0.000000
First Submitted: 2015-09-26 05:32 (UTC)
Last Updated: 2015-09-26 05:35 (UTC)

Latest Comments

venie commented on 2019-08-24 02:31 (UTC)

This package will build if you add the following line as the first line in the build section of PKGBUILD: sed -i 's/getCString/c_str/' /tmp/makepkg/flaxpdf-git/src/flaxpdf/src/view.cpp

From Poppler version 0.72 Changelog: Rename GooString::getCString to GooString::c_str

frabjous commented on 2019-01-15 03:05 (UTC)

This does not build for me. During the build I get the error:

view.cpp: In member function ‘virtual int pdfview::handle(int)’: view.cpp:397:36: error: ‘class GooString’ has no member named ‘getCString’; did you mean ‘GooString’? const char * const cstr = str->getCString(); ^~~~~~~~~~ GooString make[2]: [Makefile:438: view.o] Error 1 make[2]: Leaving directory '/home/frabjous/tmp/flaxpdf-git/src/flaxpdf/src' make[1]: [Makefile:325: all] Error 2 make[1]: Leaving directory '/home/frabjous/tmp/flaxpdf-git/src/flaxpdf/src' make: *** [Makefile:445: all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting...