[Webkit-unassigned] [Bug 75459] Provide Vala bindings (vapi) for WebKitGTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 18:27:50 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75459





--- Comment #19 from Evan Nemerson <evan at coeus-group.com>  2012-01-23 18:27:50 PST ---
(In reply to comment #18)
> Running this with Vala from Git master is resulting in a very similar error:
> 
> 
>   GEN    WebKit-3.0.typelib
>   GEN    Source/WebKit/gtk/vala/webkitgtk-3.0.vapi
> /bin/bash: line 1: --library: command not found
> make[1]: *** [Source/WebKit/gtk/vala/webkitgtk-3.0.vapi] Error 127
> make[1]: *** Waiting for unfinished jobs....
> make[1]: Leaving directory `/home/eric/Development/WebKit'
> make: *** [all] Error 2

Did you pass --enable-vapigen when you built vala? Are you sure you installed it to the right prefix?

>From the error, it seems like the VAPIGEN variable is empty when it should point to the vapigen executable. It should be set to `pkg-config --variable=vapigen vapigen`, which requires the vapigen pkg-config file. If you're not installing to a standard location, you may need to use the PKG_CONFIG_PATH environment variable to make sure pkg-config is looking in the right location.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list