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

Compability #1

Open
zozor opened this issue Apr 9, 2012 · 6 comments
Open

Compability #1

zozor opened this issue Apr 9, 2012 · 6 comments

Comments

@zozor
Copy link
Owner

zozor commented Apr 9, 2012

May not work on every operating system.

Works on linux

@mqu
Copy link

mqu commented May 23, 2012

works fine on Debian Wheezy. Many thanks.

@carleeto
Copy link

Doesn't work on Windows.

Got this output when go getting:
pkg-config --cflags webkit-1.0 gtk+-2.0
Package webkit-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing webkit-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'webkit-1.0' found Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containinggtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
exit status 1

Any ideas? :)

@zozor
Copy link
Owner Author

zozor commented May 11, 2013

I honestly don't know. I dont use windows. But I suppose you lack som libraries for gtk and webkit? Try ask on a forum somewhere :)

@rthornton128
Copy link

Sounds very much like you don't have the gtk+ development packages installed, it's installed incorrectly, or pkg-config can't find the gtk+-2.0.pc file that was installed. This is a common problem with msys, for example, and some searching on the net will provide you a solution..

@carleeto
Copy link

Thanks. I just ended up using gowut. Needed something quick :)

@jimmiebtlr
Copy link

I actually got the same error on debian, it was solved by installing libwebkit-dev.

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

5 participants