Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gtk not ofund on hirsute - popos #679

Open
SHx7ejs7fCrP opened this issue Aug 12, 2021 · 2 comments
Open

Gtk not ofund on hirsute - popos #679

SHx7ejs7fCrP opened this issue Aug 12, 2021 · 2 comments
Labels

Comments

@SHx7ejs7fCrP
Copy link

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 containing webkit2gtk-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
Copy link
Owner

@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
Copy link

stale bot commented Apr 16, 2022

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

@stale stale bot added the stale label Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants