gansteed
2016-02-20 16:06:45 UTC
Hi, all:
I've clone zathura to my disk, and I got an error when I try to compile
it:
[CC] zathura/main.c
zathura/main.c: In function âinit_zathuraâ:
zathura/main.c:89:11: warning: unused parameter âsynctex_editorâ
[-Wunused-parameter]
char* synctex_editor, Window embed)
^
zathura/main.c: In function âmainâ:
zathura/main.c:254:26: error: âsynctex_editorâ undeclared (first use in
this function)
plugin_path, argv, synctex_editor, embed);
^
zathura/main.c:254:26: note: each undeclared identifier is reported only
once for each function it appears in
Makefile:103: recipe for target 'build/release/zathura/main.o' failed
make: *** [build/release/zathura/main.o] Error 1
so I check about the code, and I've make a commit for it:
https://git.pwmt.org/jiajunhuang/zathura/commit/e9cfc67fde5e5312e14575b846d93f9b041ce377
but I got another bug, when I type tab to get completion, what I got is a
"files" string in it.
so I wonder is there anyone can help me(I'm not familiar with source code
of zathura)?
I've clone zathura to my disk, and I got an error when I try to compile
it:
[CC] zathura/main.c
zathura/main.c: In function âinit_zathuraâ:
zathura/main.c:89:11: warning: unused parameter âsynctex_editorâ
[-Wunused-parameter]
char* synctex_editor, Window embed)
^
zathura/main.c: In function âmainâ:
zathura/main.c:254:26: error: âsynctex_editorâ undeclared (first use in
this function)
plugin_path, argv, synctex_editor, embed);
^
zathura/main.c:254:26: note: each undeclared identifier is reported only
once for each function it appears in
Makefile:103: recipe for target 'build/release/zathura/main.o' failed
make: *** [build/release/zathura/main.o] Error 1
so I check about the code, and I've make a commit for it:
https://git.pwmt.org/jiajunhuang/zathura/commit/e9cfc67fde5e5312e14575b846d93f9b041ce377
but I got another bug, when I type tab to get completion, what I got is a
"files" string in it.
so I wonder is there anyone can help me(I'm not familiar with source code
of zathura)?