[EMAIL PROTECTED] wrote:
Hi, Following messages are my error messages during building gst-3.0 with gcc-4.2.2(mingw). Can anyonne help me? Thank you in advance.
Sure. You can get around it by taking lib-src/strsep.c and lib-src/setenv.c, and dropping them at the end of gst-tool.c.
Otherwise, this patch should fix it too: diff --git a/Makefile.am b/Makefile.am index 7db64a3..d955fe1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -114,6 +114,6 @@ endif # we use noinst here. noinst_PROGRAMS = gst-tool gst_tool_SOURCES = gst-tool.c -gst_tool_LDADD = libgst/libgst.la -gst_tool_DEPENDENCIES = libgst/libgst.la +gst_tool_LDADD = libgst/libgst.la lib-src/library.la +gst_tool_DEPENDENCIES = libgst/libgst.la lib-src/library.la gst_tool_LDFLAGS = -export-dynamic Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
