[Bug 768595] lv2: Does not build with lilv 0.20
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jul 14 03:24:37 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=768595
Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #5 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Not yet apparently:
CC libgstlv2_la-gstlv2utils.lo
gstlv2utils.c: In function 'gst_lv2_delete_preset':
gstlv2utils.c:364:38: error: implicit declaration of function
'lilv_state_get_uri' [-Werror=implicit-function-declaration]
lilv_world_unload_resource (world, lilv_state_get_uri (state));
^~~~~~~~~~~~~~~~~~
gstlv2utils.c:364:3: error: nested extern declaration of 'lilv_state_get_uri'
[-Werror=nested-externs]
lilv_world_unload_resource (world, lilv_state_get_uri (state));
^~~~~~~~~~~~~~~~~~~~~~~~~~
gstlv2utils.c:364:38: error: passing argument 2 of 'lilv_world_unload_resource'
makes pointer from integer without a cast [-Werror=int-conversion]
lilv_world_unload_resource (world, lilv_state_get_uri (state));
^~~~~~~~~~~~~~~~~~
In file included from gstlv2.h:26:0,
from gstlv2utils.c:28:
/usr/include/lilv-0/lilv/lilv.h:580:1: note: expected 'const LilvNode * {aka
const struct LilvNodeImpl *}' but argument is of type 'int'
lilv_world_unload_resource(LilvWorld* world,
^~~~~~~~~~~~~~~~~~~~~~~~~~
gstlv2utils.c:365:3: error: implicit declaration of function
'lilv_state_delete' [-Werror=implicit-function-declaration]
lilv_state_delete (world, state);
^~~~~~~~~~~~~~~~~
gstlv2utils.c:365:3: error: nested extern declaration of 'lilv_state_delete'
[-Werror=nested-externs]
cc1: all warnings being treated as errors
Makefile:919: recipe for target 'libgstlv2_la-gstlv2utils.lo' failed
make: *** [libgstlv2_la-gstlv2utils.lo] Error 1
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list