<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
David,<BR>
<BR>
Revision 22725 builds just fine for me. I normally do a make clean before every build. Maybe something went wrong in your build system.<BR>
<BR>
-marius<BR>
<BR>
On Fri, 2011-07-15 at 15:15 -0400, David Burken wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hi Frank, all,

Just fyi, getting build error from svn.  Looks like cpl_serv.h is gone 
now.  See below for minor patch.

Take care,
Dave

$ svn update
At revision 22725.

gt_wkt_srs.cpp:33:22: fatal error: cpl_serv.h: No such file or directory
compilation terminated.
make[1]: *** [../o/gt_wkt_srs.lo] Error 1
make[1]: Leaving directory `/home/work/osgeo/gdal/frmts/gtiff'
make: *** [gtiff-install-obj] Error 2

Compilation exited abnormally with code 2 at Fri Jul 15 15:06:55

Patch:

svn diff frmts/gtiff/gt_wkt_srs.cpp
Index: frmts/gtiff/gt_wkt_srs.cpp
===================================================================
--- frmts/gtiff/gt_wkt_srs.cpp    (revision 22725)
+++ frmts/gtiff/gt_wkt_srs.cpp    (working copy)
@@ -30,7 +30,9 @@
   * DEALINGS IN THE SOFTWARE.
   
****************************************************************************/

-#include &quot;cpl_serv.h&quot;
+// #include &quot;cpl_serv.h&quot;
+ #include &quot;cpl_csv.h&quot;
+
  #include &quot;geo_tiffp.h&quot;
  #define CPL_ERROR_H_INCLUDED


_______________________________________________
gdal-dev mailing list
<A HREF="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</A>
<A HREF="http://lists.osgeo.org/mailman/listinfo/gdal-dev">http://lists.osgeo.org/mailman/listinfo/gdal-dev</A>

</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>