Open mattf1n opened 5 months ago
Getting the same errors as well,
Last 15 lines from /Users/juanvera/Library/Logs/Homebrew/zathura/02.ninja:
girara_argument_t arg = { GIRARA_HIDE, NULL };
^~~~~~~~~~~
../zathura/shortcuts.c:1414:42: error: incompatible pointer to integer conversion initializing 'int' with an expression of type 'void *' [-Wint-conversion]
girara_argument_t arg = { GIRARA_HIDE, NULL };
^~~~
/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h:89:16: note: expanded from macro 'NULL'
# define NULL ((void*)0)
^~~~~~~~~~
6 errors generated.
[37/68] Compiling C object libzathura.a.p/zathura_synctex.c.o
[38/68] Compiling C object libzathura.a.p/zathura_render.c.o
[39/68] Compiling C object libzathura.a.p/zathura_types.c.o
[40/68] Compiling C object libzathura.a.p/zathura_utils.c.o
[41/68] Compiling C object libzathura.a.p/zathura_zathura.c.o
ninja: build stopped: subcommand failed.
if you install poppler without the osx native integration, it works fine for me. i'm on sonoma 14.1 btw.
Yes, installing not from head works just fine, but I was hoping for the native integration :)
if you install poppler without the osx native integration, it works fine for me. i'm on sonoma 14.1 btw.
How do I install poppler without the osx native integration please?
You can follow the steps in the README.md installation steps. It should work so long as you didn't brew install zathura
with the --HEAD
flag.