<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>RE: [geos-devel] 3.0.3 To Do</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Paul,<BR>
<BR>
Actually which patch are you referring to.&nbsp; The version one or the big patch.&nbsp; I just redownloaded the msvc80 folder from svn that has your version patch and then reapplied Sanak's patch and didn't run into any conflicts.<BR>
<BR>
Only problem is now it reads 3.0.2 (well its hard-coded but I guess there is not much we can do about that).&nbsp; I assume we'll change this yet again when we release 3.0.3.<BR>
<BR>
Is it because the patch includes new files for the SVN geostest that is causing part of the problem.&nbsp; If that's the case - if I gave you the patch as 2 separate patches, would that help out?<BR>
<BR>
I would gladly try to help you out if I had commit access.<BR>
<BR>
Thanks,<BR>
Regina<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: geos-devel-bounces@lists.osgeo.org on behalf of Paul Ramsey<BR>
Sent: Thu 10/23/2008 11:41 PM<BR>
To: GEOS Development List<BR>
Subject: Re: [geos-devel] 3.0.3 To Do<BR>
<BR>
I couldn't apply this patch cleanly, could someone else try?<BR>
<BR>
P.<BR>
<BR>
On Thu, Oct 23, 2008 at 10:52 AM, Sanak &lt;geosanak@gmail.com&gt; wrote:<BR>
&gt; Ok, I had added geostest project to msvc80 solution file.<BR>
&gt; Please see the attach<BR>
&gt; file(geos-branches-3.0-build-msvc80_add_geostest.patch).<BR>
&gt; geostest.vcproj will generate capi/test.out.<BR>
&gt;<BR>
&gt; I think that the cause of difference between generated test.out and<BR>
&gt; test.expected is precision of floating point, but I don't know details.<BR>
&gt;<BR>
&gt; And another Visual C++ specific problem may be capi<BR>
&gt; version.(capi/geos_c.h.in)<BR>
&gt; ---<BR>
&gt; Index: geos_c.h.in<BR>
&gt; ===================================================================<BR>
&gt; --- geos_c.h.in&nbsp;&nbsp;&nbsp; (revision 2208)<BR>
&gt; +++ geos_c.h.in&nbsp;&nbsp;&nbsp; (working copy)<BR>
&gt; @@ -51,9 +51,9 @@<BR>
&gt;&nbsp; #if defined(_MSC_VER)<BR>
&gt;&nbsp; #include &lt;geos/version.h&gt;<BR>
&gt;&nbsp; #define GEOS_CAPI_VERSION_MAJOR 1<BR>
&gt; -#define GEOS_CAPI_VERSION_MINOR 3<BR>
&gt; +#define GEOS_CAPI_VERSION_MINOR 4<BR>
&gt;&nbsp; #define GEOS_CAPI_VERSION_PATCH 3<BR>
&gt; -#define GEOS_CAPI_VERSION &quot;3.0.0rc4-CAPI-1.3.3&quot;<BR>
&gt; +#define GEOS_CAPI_VERSION &quot;3.0.3-CAPI-1.4.3&quot;<BR>
&gt;&nbsp; #else<BR>
&gt;&nbsp; #define GEOS_VERSION_MAJOR @VERSION_MAJOR@<BR>
&gt;&nbsp; #define GEOS_VERSION_MINOR @VERSION_MINOR@<BR>
&gt; ---<BR>
&gt;<BR>
&gt; Regards,<BR>
&gt;<BR>
&gt; 2008/10/24 Frank Warmerdam &lt;warmerdam@pobox.com&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; Obe, Regina wrote:<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; I know Frank already tested on Visual C++ Express (which is basically<BR>
&gt;&gt;&gt; Visual 2008 Express) and got some test fail errors.&nbsp; Do we have a solution<BR>
&gt;&gt;&gt; file for that (or would people just use the msvc80 solution file for that if<BR>
&gt;&gt;&gt; they wanted to use a solution) .<BR>
&gt;&gt;<BR>
&gt;&gt; ...<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Running regression tests using geos_unitd.exe...<BR>
&gt;&gt;&gt; ===============================<BR>
&gt;&gt;&gt;&nbsp; GEOS Test Suite Application<BR>
&gt;&gt;&gt; ===============================<BR>
&gt;&gt;&gt; capi::GEOSCoordSeq: ..... 5<BR>
&gt;&gt;&gt; capi::GEOSSimplify: . 1<BR>
&gt;&gt;<BR>
&gt;&gt; Folks,<BR>
&gt;&gt;<BR>
&gt;&gt; I would note that I wasn't running geos_unitd.exe, I ran geostest.exe<BR>
&gt;&gt; against capi/test.wkt and compared to capi/test.expected.&nbsp; If I get<BR>
&gt;&gt; back to my windows build I'll look into the geos_unitd.exe which I wasn't<BR>
&gt;&gt; aware of.<BR>
&gt;&gt;<BR>
&gt;&gt; Best regards,<BR>
&gt;&gt; --<BR>
&gt;&gt;<BR>
&gt;&gt; ---------------------------------------+--------------------------------------<BR>
&gt;&gt; I set the clouds in motion - turn up&nbsp;&nbsp; | Frank Warmerdam,<BR>
&gt;&gt; warmerdam@pobox.com<BR>
&gt;&gt; light and sound - activate the windows | <A HREF="http://pobox.com/~warmerdam">http://pobox.com/~warmerdam</A><BR>
&gt;&gt; and watch the world go round - Rush&nbsp;&nbsp;&nbsp; | Geospatial Programmer for Rent<BR>
&gt;&gt;<BR>
&gt;&gt; _______________________________________________<BR>
&gt;&gt; geos-devel mailing list<BR>
&gt;&gt; geos-devel@lists.osgeo.org<BR>
&gt;&gt; <A HREF="http://lists.osgeo.org/mailman/listinfo/geos-devel">http://lists.osgeo.org/mailman/listinfo/geos-devel</A><BR>
&gt;<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; geos-devel mailing list<BR>
&gt; geos-devel@lists.osgeo.org<BR>
&gt; <A HREF="http://lists.osgeo.org/mailman/listinfo/geos-devel">http://lists.osgeo.org/mailman/listinfo/geos-devel</A><BR>
&gt;<BR>
_______________________________________________<BR>
geos-devel mailing list<BR>
geos-devel@lists.osgeo.org<BR>
<A HREF="http://lists.osgeo.org/mailman/listinfo/geos-devel">http://lists.osgeo.org/mailman/listinfo/geos-devel</A><BR>
<BR>
<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>
<HTML><BODY><P><hr size=1></P>
<P><STRONG>
The substance of this message, including any attachments, may be confidential, legally privileged and/or exempt from disclosure pursuant to Massachusetts law. It is intended solely for the addressee. If you received this in error, please contact the sender and delete the material from any computer.
</STRONG></P></BODY></HTML>

<P><hr size=1></P>
<P><STRONG><font size="2" color="339900"> Help make the earth a greener place. If at all possible resist printing this email and join us in saving paper. </p> <p> </font></STRONG></P>