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

webkit2gtk is fixed to 4.0 #50

Open
Le0Developer opened this issue Aug 5, 2024 · 1 comment
Open

webkit2gtk is fixed to 4.0 #50

Le0Developer opened this issue Aug 5, 2024 · 1 comment

Comments

@Le0Developer
Copy link

Le0Developer commented Aug 5, 2024

As mentioned in webview/webview#1120 (comment), trying to use webview_go with any version but 4.0, errors:

go build github.com/webview/webview_go:
# pkg-config --cflags  -- gtk+-3.0 webkit2gtk-4.0
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
Package 'webkit2gtk-4.0', required by 'virtual:world', not found
pkg-config: exit status 1

Related #44

What'd be the best way to "bump" the used version?

@Arzumify
Copy link

Arzumify commented Aug 7, 2024

As mentioned in webview/webview#1120 (comment), trying to use webview_go with any version but 4.0, errors:

go build github.com/webview/webview_go:
# pkg-config --cflags  -- gtk+-3.0 webkit2gtk-4.0
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
Package 'webkit2gtk-4.0', required by 'virtual:world', not found
pkg-config: exit status 1

Related #44

What'd be the best way to "bump" the used version?

i've fixed this in a fork
https://concord.hectabit.org/HectaBit/webview_go

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

2 participants