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 cross-compile, it doesn't use a local, linux version of a file.
Good luck, Youness. On 02/24/2011 09:13 AM, JiaXin Yuan wrote: > 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/include/gstreamer-0.10/gst/gstconfig.h:198, > from /usr/include/gstreamer-0.10/gst/gstelement.h:55, > from /usr/include/gstreamer-0.10/gst/gstbin.h:27, > from /usr/include/gstreamer-0.10/gst/gst.h:34, > from fs-base-conference.h:29, > from fs-base-conference.c:39: > /usr/include/libxml2/libxml/encoding.h:28:19: iconv.h: No such file or > directory > In file included from /usr/include/libxml2/libxml/parser.h:807, > from /usr/include/gstreamer-0.10/gst/gstconfig.h:198, > from /usr/include/gstreamer-0.10/gst/gstelement.h:55, > from /usr/include/gstreamer-0.10/gst/gstbin.h:27, > from /usr/include/gstreamer-0.10/gst/gst.h:34, > from fs-base-conference.h:29, > from fs-base-conference.c:39: > > Thank you & best regards, > Jason > > > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search& Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT data > generated by your applications, servers and devices whether physical, virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > > > > _______________________________________________ > Farsight-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/farsight-devel ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Farsight-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/farsight-devel
