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

Compilation errors #494

Closed
dealelopez opened this issue Jun 16, 2018 · 4 comments
Closed

Compilation errors #494

dealelopez opened this issue Jun 16, 2018 · 4 comments

Comments

@dealelopez
Copy link

I'm currently using Vimb 3.1 and I wanted to update to 3.2 but I can't compile it.
I'm on Debian 9.4.
When I run make V=1 I get this:

make -C src
make[1]: se entra en el directorio '/home/ale/tmp/basura/vimb-3.2.0/vimb-3.2.0/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 shortcut.o
cc -DVERSION=\"3.2.0\" -DEXTENSIONDIR=\"/usr/local/lib/vimb\" -DCOMMIT=\"unknown\" -DPROJECT=\"vimb\" -DPROJECT_UCFIRST=\"Vimb\" -D_XOPEN_SOURCE=500 -D__BSD_VISIBLE -DGSEAL_ENABLE -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_DISABLE_DEPRECATED -std=c99 -pipe -Wall -fPIC  -c -o shortcut.o shortcut.c
shortcut.c:20:18: fatal error: glib.h: No existe el fichero o el directorio
 #include <glib.h>
                  ^
compilation terminated.
Makefile:30: fallo en las instrucciones para el objetivo 'shortcut.o'
make[1]: *** [shortcut.o] Error 1
make[1]: se sale del directorio '/home/ale/tmp/basura/vimb-3.2.0/vimb-3.2.0/src'
Makefile:48: fallo en las instrucciones para el objetivo 'src.subdir-all'
make: *** [src.subdir-all] Error 2

Where should I add the path to gtk+-3.0 and webkit2gtk-4.0 to compile it?

@mati75
Copy link

mati75 commented Jun 17, 2018

Install libglib2.0-dev and development packages.

@dealelopez
Copy link
Author

I already have installed libglib2.0-dev. Where can I find the other dev packages?

@fanglingsu
Copy link
Owner

@dealelopez I don't have debian, but I think you should have installes webkit2gtk and gtk3 and the related development packages.

@dealelopez
Copy link
Author

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants