<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi all, <br> I am now porting some Gstreamer applications from Linux
to Windows. Because I hacked some Gstreamer elements so I need to build
these elements for Win32 platform. My system is Win7 32bit.<br> I followed instructions from <a href="http://gstreamer.freedesktop.org/wiki/SettingUpMinGWMSysEnvironment" target="_blank">http://gstreamer.freedesktop.org/wiki/SettingUpMinGWMSysEnvironment</a> to setup environment. All went ok but failed when installing git:<br><br>xmlto: /src/mingw/git-1.7.4-2/bld/Documentation/git-add.xml does not validate (status 3)<br>xmlto: Fix document syntax or use --skip-validation option<br>I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd<br>d:/project/gst/src/mingw/git-1.7.4-2/bld/Documentation/git-add.xml:2:
warning: failed to load external entity
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"<br>D DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"<br> ^<br>I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd<br>warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"<br>Could not load the external subset "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"<br>Document d:/project/gst/src/mingw/git-1.7.4-2/bld/Documentation/git-add.xml does not validate<br>make[1]: *** [git-add.1] Error 13<br>make[1]: Leaving directory `/src/mingw/git-1.7.4-2/bld/Documentation'<br>make: *** [doc] Error 2<br>failure at line 251<br><br>
I can access http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd in
my web browser without error, so I don't know why the error. <br> <br> Then I skipped git install an tried gtk-doc. It failed too:<br><br>checking for xmlcatalog... /bin/xmlcatalog<br>checking
for DocBook XML DTD V4.3 in XML catalog...
/src/mingw/gtk-doc-1.18-1/gtk-doc-1.18/configure: line 11450: 8776
Segmentation fault (core dumped) ( $XMLCATALOG --noout
"$XML_CATALOG_FILE" "-//OASIS//DTD DocBook XML V4.3//EN" 1>&2 )
2>&5<br>not found<br>configure: error: could not find DocBook XML DTD V4.3 in XML catalog<br>failure at line 264<br> <br>
Then I followed the wiki and installed automake, libffi, popt without
error. glib-2.0 requires gtk-doc, and pkg-config requires glib, so they
both failed.<br><br> I am not quite familiar with MinGW, could anyone give me some hints? Thank you very much!<br><br>Rafael<br> </div></body>
</html>