<html><head><style type="text/css"><!-- DIV {margin:0px} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV></DIV>
<DIV>STOP SENDING ME MAIL!!!!!!!!!!!!!!!!!!!<BR> </DIV><IMG src="http://us.i1.yimg.com/us.yimg.com/i/mesg/tsmileys2/03.gif">-it's just a ride...<BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">----- Original Message ----<BR>From: Mark Moriarty <mfmbusiness@earthlink.net><BR>To: vlc-devel@videolan.org<BR>Sent: Tuesday, 5 September, 2006 8:03:42 PM<BR>Subject: [vlc-devel] Re: Extras/contrib libxml broken under Cygwin<BR><BR>
<DIV>Super, thanks. <BR><BR>-----Original Message-----<BR>From: vlc-devel-bounce@videolan.org [mailto:vlc-devel-bounce@videolan.org]<BR>On Behalf Of Damien Fouilleul<BR>Sent: Tuesday, September 05, 2006 3:14 AM<BR>To: vlc-devel@videolan.org<BR>Subject: [vlc-devel] Re: Extras/contrib libxml broken under Cygwin<BR><BR>No, it's mingw-runtime/gcc that's broken in latest cygwin, I have reported<BR>this bug in the cygwin mailing list.<BR><BR>to make it work again, you will need to edit config.h (in XML source<BR>tree) and comment out HAVE_DLOPEN<BR><BR>Damien<BR><BR>Mark Moriarty wrote:<BR>><BR>> Latest Cygwin environment, freshly updated.<BR>><BR>> When in extras/contrib, SVN Update returns: At revision 16518.<BR>><BR>> Trying to do a "make src" in extras/contrib, I've tried kill-and-fill <BR>> on the XML subdirectory, to make sure it wasn't a botched download.<BR>><BR>> I keep
 seeing:<BR>><BR>>                 Start of the make for libxml...<BR>> Making all in libxml<BR>> make[5]: Entering directory<BR>> `/home/mfm/vlc-trunk/extras/contrib/src/xml/include/<BR>> libxml'<BR>>                 I get multiple warnings during the make, of the form:<BR>> cc1: warning: -Wuninitialized is not supported without -O<BR>>                 I also get:<BR>> encoding.c:3023: warning: string length `688' is greater than the <BR>> length `509' I SO C89 compilers are required to support<BR>> encoding.c:3133: warning: string length `624' is greater than the <BR>> length `509' I SO C89 compilers are required to
 support<BR>>                 And:<BR>> uri.c: In function `xmlCanonicPath':<BR>> uri.c:2408: warning: pointer targets in assignment differ in <BR>> signedness<BR>> uri.c:2411: warning: pointer targets in assignment differ in <BR>> signedness<BR>> uri.c:2412: warning: pointer targets in passing arg 1 of `strncpy' <BR>> differ in sig<BR>> nedness<BR>> uri.c:2412: warning: pointer targets in passing arg 2 of `strncpy' <BR>> differ in sig<BR>> nedness<BR>> uri.c:2414: warning: pointer targets in assignment differ in <BR>> signedness<BR>> uri.c:2415: warning: pointer targets in assignment differ in <BR>> signedness<BR>> uri.c:2351: warning: unused variable `i'<BR>>                 And:<BR>> xpath.c: In function `xmlXPathRegisterFuncNS':<BR>> xpath.c:4488:
 warning: ISO C forbids passing arg 4 of <BR>> `xmlHashAddEntry2' between  function pointer and `void *'<BR>> xpath.c: In function `xmlXPathFunctionLookupNS':<BR>> xpath.c:4569: warning: ISO C forbids assignment between function <BR>> pointer and `vo id *'<BR>> xpath.c: In function `xmlXPathCompOpEval':<BR>> xpath.c:13008: warning: ISO C forbids assignment between function <BR>> pointer and `v oid *'<BR>> xpath.c:13033: warning: ISO C forbids assignment between function <BR>> pointer and `v oid *'<BR>> xpath.c: At top level:<BR>> trionan.c:217: warning: 'trio_is_negative' defined but not used<BR>>                 Eventually it errors out right here:<BR>>  gcc -mno-cygwin -isystem /usr/include/mingw -DHAVE_CONFIG_H -I. -I. <BR>> -I. -I./inc<BR>> lude -I./include -DHAVE_WIN32_THREADS -D_REENTRANT <BR>>
 -I/home/mfm/vlc-trunk/extras/ contrib/include -mno-cygwin -isystem <BR>> /usr/include/mingw -mno-cygwin -isystem /us r/include/mingw -I/include <BR>> -DWIN32 -DLIBXML_STATIC -pedantic -W -Wformat -Wunuse d -Wimplicit <BR>> -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscr <BR>> ipts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith <BR>> -Wcast-align -Wwrite -strings -Waggregate-return -Wstrict-prototypes <BR>> -Wmissing-prototypes -Wnested-ex terns -Winline -Wredundant-decls <BR>> -DLIBXML_STATIC -c xmlmodule.c -o xmlmodule.o<BR>> cc1: warning: -Wuninitialized is not supported without -O<BR>> xmlmodule.c: In function `xmlModulePlatformOpen':<BR>> xmlmodule.c:212: warning: implicit declaration of function `dlopen'<BR>> xmlmodule.c:212: warning: nested extern declaration of `dlopen'<BR>> xmlmodule.c:212: error: `RTLD_NOW' undeclared (first use in this<BR>> function)<BR>> xmlmodule.c:212: error: (Each
 undeclared identifier is reported only <BR>> once<BR>> xmlmodule.c:212: error: for each function it appears in.)<BR>> xmlmodule.c:212: warning: return makes pointer from integer without a <BR>> cast<BR>> xmlmodule.c: In function `xmlModulePlatformClose':<BR>> xmlmodule.c:225: warning: implicit declaration of function `dlclose'<BR>> xmlmodule.c:225: warning: nested extern declaration of `dlclose'<BR>> xmlmodule.c: In function `xmlModulePlatformSymbol':<BR>> xmlmodule.c:237: warning: implicit declaration of function `dlsym'<BR>> xmlmodule.c:237: warning: nested extern declaration of `dlsym'<BR>> xmlmodule.c:237: warning: assignment makes pointer from integer <BR>> without a cast<BR>> xmlmodule.c:238: warning: implicit declaration of function `dlerror'<BR>> xmlmodule.c:238: warning: nested extern declaration of `dlerror'<BR>> xmlmodule.c:238: warning: comparison between pointer and integer<BR>> xmlmodule.c: At top level:<BR>>
 xmlmodule.c:302: error: redefinition of 'xmlModulePlatformOpen'<BR>> xmlmodule.c:211: error: previous definition of 'xmlModulePlatformOpen' <BR>> was here<BR>> xmlmodule.c:313: error: redefinition of 'xmlModulePlatformClose'<BR>> xmlmodule.c:224: error: previous definition of <BR>> 'xmlModulePlatformClose' was here<BR>><BR>> xmlmodule.c:328: error: redefinition of 'xmlModulePlatformSymbol'<BR>> xmlmodule.c:236: error: previous definition of <BR>> 'xmlModulePlatformSymbol' was her e<BR>> xmlmodule.c: In function `xmlModulePlatformSymbol':<BR>> xmlmodule.c:329: warning: ISO C forbids assignment between function <BR>> pointer and `void *'<BR>> xmlmodule.c: At top level:<BR>> xmlmodule.c:302: warning: 'xmlModulePlatformOpen' defined but not used<BR>> xmlmodule.c:313: warning: 'xmlModulePlatformClose' defined but not <BR>> used<BR>> xmlmodule.c:328: warning: 'xmlModulePlatformSymbol' defined but not <BR>> used<BR>>
 make[4]: *** [xmlmodule.lo] Error 1<BR>> make[4]: Leaving directory `/home/mfm/vlc-trunk/extras/contrib/src/xml'<BR>> make[3]: *** [all-recursive] Error 1<BR>> make[3]: Leaving directory `/home/mfm/vlc-trunk/extras/contrib/src/xml'<BR>> make[2]: *** [all] Error 2<BR>> make[2]: Leaving directory `/home/mfm/vlc-trunk/extras/contrib/src/xml'<BR>> make[1]: *** [.xml] Error 2<BR>> make[1]: Leaving directory `/home/mfm/vlc-trunk/extras/contrib/src'<BR>> make: *** [src] Error 2<BR>><BR>><BR><BR><BR>--<BR>This is the vlc-devel mailing-list, see <A href="http://www.videolan.org/vlc/" target=_blank>http://www.videolan.org/vlc/</A> To<BR>unsubscribe, please read <A href="http://developers.videolan.org/lists.html" target=_blank>http://developers.videolan.org/lists.html</A><BR><BR>-- <BR>This is the vlc-devel mailing-list, see <A href="http://www.videolan.org/vlc/" target=_blank>http://www.videolan.org/vlc/</A><BR>To unsubscribe, please read <A
 href="http://developers.videolan.org/lists.html" target=_blank>http://developers.videolan.org/lists.html</A></DIV></DIV><BR></DIV></div></body></html>