-
Notifications
You must be signed in to change notification settings - Fork 2
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
Build Fails, Poppler 24.01.0-1 Arch #9
Comments
Just commenting on that specific error, None is an X11 keyword. If latest poppler is using that (check poppler git XRef.h), please file a bug against poppler. |
It is in the latest poppler. I went ahead and posted an issue there. |
Downgrading poppler is the only end-user solution. If you can code, you could edit either poppler or flaxpdf. Poppler's API is not stable however, and you may have to go to an older version than the 2023 one before that compression commit (see the other poppler issue here). |
According to the poppler dev, this is an X11 problem, rather than a poppler problem. I'm not really skilled enough to know for myself. |
X11 has used the word since 1989 or so. Poppler started using it in 2023. In my opinion, that's poppler's problem, not X's, especially as a PDF library will often be used with X. However as they closed it as "not our problem", no need to argue there really. |
Just wanted to pop in and express interest in this project. Does anyone know of an alternative multi-threaded pdf viewer?
Followed the build commands listed in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=flaxpdf-git
$ git clone https://github.com/clbr/flaxpdf $ cd flaxpdf $ ./autogen.sh $ CC=gcc CXX=g++ ./configure --prefix=/usr $ make
Resulting in make errors:
The text was updated successfully, but these errors were encountered: