Package Details: xournalpp-git 1.2.3.r332.g67289c850-1

Git Clone URL: https://aur.archlinux.org/xournalpp-git.git (read-only, click to copy)
Package Base: xournalpp-git
Description: Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.
Upstream URL: https://github.com/xournalpp/xournalpp
Keywords: annotation notebook pdf tablet
Licenses: GPL2
Conflicts: xournalpp
Submitter: ka2107
Maintainer: thynkon
Last Packager: thynkon
Votes: 30
Popularity: 1.24
First Submitted: 2015-10-18 01:29 (UTC)
Last Updated: 2024-08-25 13:51 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 Next › Last »

macxcool commented on 2018-11-14 00:26 (UTC)

Does anyone have a way to get the gtk3 changes to compile? Can we get this to compile with the new poppler (0.71 now)? I'm at a bit of a loss. Sorry.

macxcool commented on 2018-11-02 18:33 (UTC)

I rolled back poppler to 0.67.0 and I'm OK again. It doesn't like to compile on 0.70.1, even if you change the MetadataManager.h file to match.

roflmaostc commented on 2018-11-02 11:58 (UTC) (edited on 2018-11-02 12:00 (UTC) by roflmaostc)

@macxcool Had the same issue today. I tried to include in the cmake configs that poppler is compiled separately. make poppler finished successfully.
make failed at [ 16%] Building CXX object src/CMakeFiles/xournalpp-core.dir/pdf/popplerdirect/poppler/XojPopplerAction.cpp.o.

My first error is: /aur-xournalpp-git/src/xournalpp/src/pdf/popplerdirect/poppler/XojPopplerAction.cpp:21:25: error: passing ‘const LinkDest’ as ‘this’ argument discards qualifiers [-fpermissive] if (dest->isPageRef())

macxcool commented on 2018-10-30 20:18 (UTC)

I can't compile this again, and I can't figure out what to change. Does anyone have a working PKGBUILD?

nerdinger commented on 2018-10-01 00:38 (UTC) (edited on 2018-10-01 00:46 (UTC) by nerdinger)

@JuniorJPDJ Changing

#include "../../pdf/popplerdirect/workaround/poppler-0.64.0/goo/GooLikely.h"

to

#include "../../pdf/popplerdirect/workaround/poppler-0.67.0/goo/GooLikely.h"

in "./xournalpp-git/src/xournalpp/src/control/settings/MetadataManager.h" and compiling with makepkg -ei works just fine for me.

JuniorJPDJ commented on 2018-09-23 11:26 (UTC) (edited on 2018-09-23 11:34 (UTC) by JuniorJPDJ)

I can't make it compile agaaaain.

In file included from /home/juniorjpdj/.cache/yay/xournalpp-git/src/xournalpp/src/control/Control.cpp:30:
/home/juniorjpdj/.cache/yay/xournalpp-git/src/xournalpp/src/control/settings/MetadataManager.h:24:10: fatal error: ../../pdf/popplerdirect/workaround/poppler-0.64.0/goo/GooLikely.h: No such file or directory
 #include "../../pdf/popplerdirect/workaround/poppler-0.64.0/goo/GooLikely.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/CMakeFiles/xournalpp-core.dir/build.make:89: src/CMakeFiles/xournalpp-core.dir/control/Control.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:354: src/CMakeFiles/xournalpp-core.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

macxcool commented on 2018-09-09 18:59 (UTC)

It looks like swiftgeek updated his patches and it compiles again. Thanks!

dvogel commented on 2018-08-24 07:13 (UTC)

@macxcool, @swiftgeek I got the package to compile by commenting the line #include "../../pdf/popplerdirect/workaround/poppler-0.64.0/goo/GooLikely.h" in swiftgeek's patch. I tested: App starts, can draw lines, can load a pdf and draw lines on it, can insert textboxes.

macxcool commented on 2018-08-14 22:15 (UTC) (edited on 2018-08-14 22:15 (UTC) by macxcool)

@swiftgeek Would you like to take over maintaining this, at least until these problems are resolved? It won't compile again: xournalpp/src/control/settings/MetadataManager.h:24:10: fatal error: ../../pdf/popplerdirect/workaround/poppler-0.64.0/goo/GooLikely.h: No such file or directory #include "../../pdf/popplerdirect/workaround/poppler-0.64.0/goo/GooLikely.h"

This is a bit beyond me. Let me know and I'll orphan it for you. I'll gladly take over again once things have stabilized. I guess I could set you up as a co-maintainer too.

macxcool commented on 2018-07-31 22:42 (UTC)

Sorry about how long that took. I've compiled this myself now, too. It seems to work beautifully. Thanks @swiftgeek. I appreciate the assist. I'll update.