GNOME Bugzilla – Bug 778226
gvncpulse-1.0 type not found build error
Last modified: 2017-02-08 15:39:36 UTC
Valadoc currently returns a build error for gvncpulse-1.0 due to a type not being found. Currently visible in valadoc.org git master. ===== gvncpulse-1.0 ===== valadoc --target-glib 2.99 --driver "0.34" --importdir girs --doclet "." -o "tmp/gvncpulse-1.0" "girs/vala/vapi/gvncpulse-1.0.vapi" --vapidir "girs/vala/vapi" --girdir "girs/gir-1.0" --pkg gvnc-1.0 --importdir "girs/gir-1.0" --import GVncPulse-1.0 --metadatadir documentation/gvncpulse-1.0 --wiki documentation/gvncpulse-1.0/wiki gvnc-1.0.vapi:95.26-95.43: error: The type name `GLib.SocketAddress' could not be found Failed: 1 error(s), 0 warning(s)
Make sure gio-2.0 gets pulled in, Either on the command-line or by adding a proper gvnc-1.0.deps.
Thank you for the info. https://github.com/nemequ/vala-girs/pull/11