fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.33k stars 99 forks source link

Gtk not ofund on hirsute - popos #679

Open SHx7ejs7fCrP opened 2 years ago

SHx7ejs7fCrP commented 2 years ago

Steps to reproduce

  1. On ubuntu hirsute- download latest release
  2. extract release via nautilus
  3. go into directoy
  4. run commands sudo make PREFIX=/usr install or make PREFIX=/usr install output make[1]: Entering directory '/home/work/Downloads/vimb-master/src' Package gtk+-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing gtk+-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-3.0' found Package webkit2gtk-4.0 was not found in the pkg-config search path. Perhaps you should add the directory containingwebkit2gtk-4.0.pc' to the PKG_CONFIG_PATH environment variable No package 'webkit2gtk-4.0' found cc autocmd.o In file included from autocmd.h:26, from autocmd.c:24: main.h:26:10: fatal error: gtk/gtkx.h: No such file or directory 26 | #include <gtk/gtkx.h> | ^~~~ compilation terminated. make[1]: [Makefile:43: autocmd.o] Error 1 make[1]: Leaving directory '/home/work/Downloads/vimb-master/src' make: [Makefile:57: src.subdir-all] Error 2

output of whereis gtk is gtk:

Expected behaviour

should be installed

Actual behaviour

not installed

fanglingsu commented 2 years ago

@SHx7ejs7fCrP I think you need the gtk development package too. This might belibgtk3.0-dev or somethin similar. And you also need the libwebkit2gtk-4.0-dev package to compile vimb.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had activity within the last 60 days.