<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>Hi:<BR>
&nbsp;<BR>
Finally (after a week)&nbsp;I have built gdal/ogr with gml support in Windows, here is a summary of what I got<BR>
in the compilation process:<BR>
1.-First of all, when using xerces-c 2.7 every program using gdal library crash during<BR>
starting time.<BR>
2.-Versions below 2.6 of xerces-c does not compile in mingw.<BR>
4.- When building gdal/ogr with xerces support I got this error:<BR>
iom_utilities.cpp:57: error: `void _searchenv(const char*, const char*, char*)' was declared `extern' and later `static'<BR>
&nbsp;<BR>
_searchenv is a function provided by the MSVC library that finds<BR>
files which may be anywhere along a path which appears in an<BR>
environment variable.<BR>
but it seems like that function was already defined in xerces, so I commented the function in iom_utilities.cpp.<BR>
&nbsp;<BR>
After that gdal was built with no problems, should I report this issue to gdal team?<BR>
&nbsp;<BR>
Libraries and apps are available here: <A href="http://189.164.166.249/gdal.rar">http://189.164.166.249/gdal.rar</A><BR>
&nbsp;<BR>
&nbsp;<BR>
Regards<BR>
&nbsp;<BR>
Freddy<BR><BR><BR><br /><hr />Use Messenger to talk to your IM friends, even those on Yahoo! <a href='http://ideas.live.com/programpage.aspx?versionId=7adb59de-a857-45ba-81cc-685ee3e858fe' target='_new'>Talk now!</a></body>
</html>