help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] [Q] Building Error - GST on Windows


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] [Q] Building Error - GST on Windows
Date: Fri, 18 Jan 2008 14:57:35 +0100
User-agent: Thunderbird 2.0.0.9 (Macintosh/20071031)

address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]