[mapserver-dev] [PATCH] build failure in svn trunk

Sandro Santilli strk at keybit.net
Sun Sep 19 16:21:16 EDT 2010


TREE is undefined ...

Index: shptreevis.c
===================================================================
--- shptreevis.c        (revision 10509)
+++ shptreevis.c        (working copy)
@@ -167,7 +167,7 @@
 /*     Skim over the list of shapes, printing all the vertices.        */
 /* -------------------------------------------------------------------- */

-    while( TRUE )
+    while( 1 )
     {
       node = readTreeNode (qix);
       if (node )


More information about the mapserver-dev mailing list