<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Thank you for your answer Even:<BR>
&nbsp;<BR>
I'm using windows xp, and building with visual studio 2005, you're right the problem was caused for compilation without a previous clean. I did&nbsp;an<BR>
&nbsp;<BR>
&nbsp;nmake /f makefile.vc clean<BR>
&nbsp;<BR>
&nbsp;and after that an<BR>
&nbsp;<BR>
&nbsp;nmake /f makefile.vc<BR>
&nbsp;<BR>
now it is working correctly.<BR>
&nbsp;<BR>
Regards<BR>
Godofredo Contreras<BR>&nbsp;<BR>&gt; From: even.rouault@mines-paris.org<BR>&gt; To: gdal-dev@lists.osgeo.org<BR>&gt; Subject: Re: [gdal-dev] error when opening wcs descriptor<BR>&gt; Date: Wed, 20 May 2009 19:43:55 +0200<BR>&gt; CC: frdcn@hotmail.com<BR>&gt; <BR>&gt; Godofredo,<BR>&gt; <BR>&gt; This is very surprising. wms and wcs drivers are only compiled if libcurl is <BR>&gt; available.<BR>&gt; <BR>&gt; Assuming your platform is Linux :<BR>&gt; My guess is that you have configured a first time without libcurl support, <BR>&gt; compiled, observed that libcurl support was missing, reconfigured with <BR>&gt; libcurl support and compiled again... without cleaning. But the second <BR>&gt; compilation did not recompile the necessary file(s), in that instance <BR>&gt; port/cpl_http.cpp. If you just 'touch' it and compile, this should work. But <BR>&gt; as a rule of thumb, the safest way is to make clean after running again <BR>&gt; configure.<BR>&gt; <BR>&gt; Best regards,<BR>&gt; <BR>&gt; Even<BR>&gt; <BR>&gt; Le Wednesday 20 May 2009 17:46:55 godofredo contreras, vous avez écrit&nbsp;:<BR>&gt; &gt; Hi:<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; I compiled gdal 1.6 from svn source with libcurl, when running gdalinfo<BR>&gt; &gt; --formats wcs, and wms support is listed.<BR>&gt; &gt;<BR>&gt; &gt; But when running gdalinfo descriptor.xml I get the following error:<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; ERROR 6: GDAL/OGR not compiled with libcurl support, remote requests not<BR>&gt; &gt; support ed.<BR>&gt; &gt; gdalinfo failed - unable to open 'nwgis.xml'.<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; why is wcs format is listed as supported but giving an error of not being<BR>&gt; &gt; compiled with libcurl?<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Regards<BR>&gt; &gt;<BR>&gt; &gt; Godofredo Contreras<BR>&gt; &gt;<BR>&gt; &gt; _________________________________________________________________<BR>&gt; &gt; Hotmail® goes with you.<BR>&gt; &gt; http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutoria<BR>&gt; &gt;l_Mobile1_052009<BR>&gt; <BR>&gt; <BR><br /><hr />Hotmail® goes with you.  <a href='http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009' target='_new'>Get it on your BlackBerry or iPhone.</a></body>
</html>