ninja gives:
FAILED: ext/lv2/c0f288a@@gstlv2@sha/gstlv2utils.c.o
ccache cc -Iext/lv2/c0f288a@@gstlv2@sha -Iext/lv2 -I../ext/lv2 -I.
-I../ -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/lilv-0
-I/usr/include/sratom-0 -I/usr/include/sord-0 -I/usr/include/serd-0
-flto -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall
-Winvalid-pch -Wextra -O3 -fvisibility=hidden -fno-strict-aliasing
-DG_DISABLE_CAST_CHECKS -Wmissing-prototypes
-Wdeclaration-after-statement -Wold-style-definition
-Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat
-Wformat-security -Winit-self -Wmissing-include-dirs -Waddress
-Wno-multichar -Wvla -Wpointer-arith -Wno-unused -fPIC -pthread
-DHAVE_CONFIG_H -MD -MQ 'ext/lv2/c0f288a@@gstlv2@sha/gstlv2utils.c.o'
-MF 'ext/lv2/c0f288a@@gstlv2@sha/gstlv2utils.c.o.d' -o
'ext/lv2/c0f288a@@gstlv2@sha/gstlv2utils.c.o' -c
../ext/lv2/gstlv2utils.c
../ext/lv2/gstlv2utils.c: In function ‘lv2_log_printf’:
../ext/lv2/gstlv2utils.c:50:3: error: attempt to use poisoned
"gst_debug_log_valist"
50 | gst_debug_log_valist (lv2_debug, GST_LEVEL_INFO, "", "", 0,
NULL, fmt, ap);
| ^
../ext/lv2/gstlv2utils.c:50:25: error: ‘lv2_debug’ undeclared (first
use in this function); did you mean ‘g_debug’?
50 | gst_debug_log_valist (lv2_debug, GST_LEVEL_INFO, "", "", 0,
NULL, fmt, ap);
| ^~~~~~~~~
| g_debug
../ext/lv2/gstlv2utils.c:50:25: note: each undeclared identifier is
reported only once for each function it appears in
../ext/lv2/gstlv2utils.c: In function ‘lv2_log_vprintf’:
../ext/lv2/gstlv2utils.c:59:3: error: attempt to use poisoned
"gst_debug_log_valist"
59 | gst_debug_log_valist (lv2_debug, GST_LEVEL_INFO, "", "", 0,
NULL, fmt, ap);
| ^
../ext/lv2/gstlv2utils.c:59:25: error: ‘lv2_debug’ undeclared (first
use in this function); did you mean ‘g_debug’?
59 | gst_debug_log_valist (lv2_debug, GST_LEVEL_INFO, "", "", 0,
NULL, fmt, ap);
.
.
.
ninja: build stopped: subcommand failed.
I haven't tried changing lv2_debug to g_debug, as suggested above. Not
sure I want to get into that.
Google is no help.
jb.
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page