gstreamer 1.6.0 compile error (g_strdup_vprintf)
Steve Yun (윤종희)
yun.jonghee at gmail.com
Mon Sep 28 07:09:14 PDT 2015
Hi there,
I meet compile error when compiling gstreamer 1.6.0.
CC libgstcheck_1.0_la-gstbufferstraw.lo
CC libgstcheck_1.0_la-gstcheck.lo
gstcheck.c:1033:27: error: format string is not a string literal
[-Werror,-Wformat-nonliteral]
msg = g_strdup_vprintf (expr, args);
^~~~
1 error generated.
make[5]: *** [libgstcheck_1.0_la-gstcheck.lo] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
gstreamer$
I modified "-Wno-format-nonliteral" in configure.ac but I meet clang:
error: argument unused during compilation: '-pthread' error on Mac.
What do I need to compile on Mac?
Thanks in advance.
Steve.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150928/2b18c1f5/attachment.html>
More information about the gstreamer-devel
mailing list