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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 15:54:21 PST 2012


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





--- Comment #17 from Evan Nemerson <evan at coeus-group.com>  2012-01-23 15:54:21 PST ---
(In reply to comment #15)
> Unfortunately I still haven't been able to test this out.
> 
> Over the weekend I found after a few hours that the WebKitGTK SVN repo is hosed; it always choked on some file with a mysterious error message.
> 
> So today I checked it out with Git and everything seemed good.  But I'm getting a compile error that appears related to this patch:
> 
> 
> Source/WebKit/gtk/webkit/webkitwebplugindatabase.h:51: Warning: WebKit: webkit_web_plugin_database_plugins_list_free: argument list: Missing (element-type) annotation
>   GEN    Programs/resources/inspector/inspector.html
>   GEN    Programs/resources/inspector/inspector.html
>   GEN    JSCore-3.0.typelib
>   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]: Leaving directory `/home/eric/Development/WebKit'
> make: *** [all] Error 2
> 
> 
> Any idea what could be causing this?

Try installing vala from git master so you get the vapigen pkg-config file. If that resolves it I'll update the patch (just need to do PKG_CHECK_MODULES([VAPIGEN],[vapigen]) in configure.ac inside of the if test "$enable_vala" = "yes" block)

-- 
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