(It usually helps if you post the actual build error.) It still works for me with the most modern Linux build environments, on archs including ppc64le, s390x, aarch64. But riscv64 support isn't yet in those files. Anyway, can you not just recreate those files yourself using autoreconf -fiv? That works fine for me, albeit with a ton of warnings, mostly about outdated syntax. Note that this project hasn't been maintained since 2007, so don't expect any updates.
Thank you, looking forward to this! (I actually forgot to look at the existing prereleases, will do so now.)
attach: no export possible in read-only mode
Thanks so much! (No Travis experience yet, sorry.) Seems to work fine so far. Fedora builds in progess right here: https://copr.fedorainfracloud.org/coprs/barsnick/non-fed/package/pdfbooklet/ Current SPEC and applied patches here: https://copr-dist-git.fedorainfracloud.org/cgit/barsnick/non-fed/pdfbooklet.git/tree/
Hi, where can I find the source code for 3.1.0? In the files section, there's no tar.gz or similar, and Github seems out of date (last updated in May, well before 3.0.6). Furthermore (only slightly related, but I want to build for Linux), the 3.1.0 readme.txt says: "December 5th, 2018 [...] The rpm and deb files should come soon." When is "soon"? ;-) Thanks, Moritz
Hi, where can I find the source code for 3.1.0? In the files section, there's no tar.gz or similar, and Github seems out of date (last updated in May, well before 3.0.6). Furthermore (only slightly related, but I want to build for Linux), the 3.1.0 readme.txt says: "December 5th, 2018 [...] The rpm and deb files should come soon." When is "soon"? ;-)
iso1EXIDatatypes.h defines a global variable "characters"
"cannot open server socket" should report reason
I am not about to let any non-root user write to /usr/share/... I have created a patch to separate the shared directory from a configuration directory. The latter is best placed in the user's home (which is the only writable place except for $TMPDIR), under ~/.config/programname/. You can find the patch here, as part of the Fedora RPM package I am building: https://copr-dist-git.fedorainfracloud.org/cgit/barsnick/non-fed/pdfbooklet.git/tree/pdfbooklet-3.0.6-cfgpath.01.patch?id=bbe1e99cbfc863c071942e147d53e73d2b22ded0...