Fixed:
http://git.collabora.co.uk/?p=farsight2.git;a=commitdiff;h=a004b388e5a28d38892a93243e7186a48a08e3e0
On Mon, 2011-02-28 at 10:49 -0500, Youness Alaoui wrote:
> The GST_ERROR undefined reference is probably because the "#include
> "
> is only in the UNIX section, so add it to the windows s
The GST_ERROR undefined reference is probably because the "#include
"
is only in the UNIX section, so add it to the windows section of
gst-libs\gst\farsight\fs-interfaces.c
The other undefined references are probably because you need to link with the
winsock2 library.
On 02/28/2011 10:32 AM,
Thank you Youness,
Now I tried to build it using the minGW in Windows.
After I build all the dependent library, I configure and build farsight in
MSYS, but the errors below arises. Can you give me some hints about this
problem?
CCLD libgstfarsight-0.10.la
Creating library file: .libs/libgstfa
Hi,
Obviously iconv.h is missing, it's part of 'glibc-headers'... For mingw, you
should get the mingw-iconv package instead...
However, the issue I see here is that it's including files from your local
installation of gstreamer. You should recompile gstreamer under mingw and make
sure when you
Hi,
I tried to build farsight for windows in linux environment but failed.
The configure phase success, but in the make process, following errors
raised, can anyone tell me how to solve this problem?
In file included from /usr/include/libxml2/libxml/parser.h:807,
from /usr/includ