<br><font size=2 face="sans-serif">I've checked out the last version from
the CVS... clean compile... WKB problems no longer occur on AMD64! Everything
works perfectly.</font>
<br>
<br><font size=2 face="sans-serif">Thanks guys!</font>
<br>
<br><font size=2 face="sans-serif">Salutacions - Un Saludo - Regards, <br>
<br>
Carlos Lozano Diez<br>
==============================<br>
 Quavantis - mWorld Company <br>
 Mobile &amp; Wireless Solutions<br>
<br>
 Email: &nbsp;clozano@quavantis.com<br>
 Phone: +34 93 4515125<br>
 Mobile: &nbsp;+34 &nbsp;678 746275<br>
 Web: &nbsp;http://www.quavantis.com<br>
 <br>
 Office (Spain): &nbsp; &nbsp; &nbsp; <br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Villarroel 70,
2º 1º<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;08011 Barcelona<br>
 Office (UK):<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;16-19 Southampton
Place<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;London, WC2A 2AJ<br>
==============================<br>
</font>
<br>
<br><font size=2><tt>postgis-devel-bounces@postgis.refractions.net wrote
on 10/03/2005 20:15:09:<br>
<br>
&gt; The bug is fixed for what I can tell.<br>
&gt; Our &quot;int4&quot; typedef is 8bytes in size :( and this was confusing<br>
&gt; the code. I didn't force int4 to really be 4 bytes ( w/out autoconf<br>
&gt; I wouldn't know how), but making sure int4 vars intended to be<br>
&gt; written-to from the byte stream readers are initalized to zero<br>
&gt; fixes the bug.<br>
&gt; <br>
&gt; Can all reporting guys check this out ?<br>
&gt; It's in current CVS, or - if you feel - this is enough:<br>
&gt; around line 689 in lwgeom/lwgparse.c<br>
&gt; - &nbsp; &nbsp; &nbsp; int4 ret;<br>
&gt; + &nbsp; &nbsp; &nbsp; int4 ret=0;<br>
&gt; <br>
&gt; --strk;<br>
&gt; <br>
&gt; On Thu, Mar 10, 2005 at 10:19:52AM -0000, Mark Cave-Ayland wrote:<br>
&gt; &gt; &nbsp;<br>
&gt; &gt; <br>
&gt; &gt; &gt; -----Original Message-----<br>
&gt; &gt; &gt; From: postgis-devel-bounces@postgis.refractions.net <br>
&gt; &gt; &gt; [mailto:postgis-devel-bounces@postgis.refractions.net] On
<br>
&gt; &gt; &gt; Behalf Of strk@refractions.net<br>
&gt; &gt; &gt; Sent: 08 March 2005 18:22<br>
&gt; &gt; &gt; To: PostGIS Development Discussion<br>
&gt; &gt; &gt; Subject: Re: [postgis-devel] WKB Problems on 64-Bit Linux<br>
&gt; &gt; <br>
&gt; &gt; (cut)<br>
&gt; &gt; <br>
&gt; &gt; &gt; Maybe I have completely different problems here. Sorry,
but I <br>
&gt; &gt; &gt; just started building code on the AMD64... <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; BTW, were all 0.x working fine ? Could you check 0.9.2 ?<br>
&gt; &gt; &gt; If it is an *old* bug/missupport we might take care of it
for <br>
&gt; &gt; &gt; 1.0.1 ...<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; --strk;<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; Hi strk,<br>
&gt; &gt; <br>
&gt; &gt; I've loaded in several very large geometry tables into a database
on AMD64<br>
&gt; &gt; under PostGIS 0.9.1 without any problems, so it's a 1.0.0 issue.<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; Kind regards,<br>
&gt; &gt; <br>
&gt; &gt; Mark.<br>
&gt; &gt; <br>
&gt; &gt; ------------------------<br>
&gt; &gt; WebBased Ltd<br>
&gt; &gt; South West Technology Centre<br>
&gt; &gt; Tamar Science Park<br>
&gt; &gt; Plymouth<br>
&gt; &gt; PL6 8BT <br>
&gt; &gt; <br>
&gt; &gt; T: +44 (0)1752 791021<br>
&gt; &gt; F: +44 (0)1752 791023<br>
&gt; &gt; W: http://www.webbased.co.uk<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; postgis-devel mailing list<br>
&gt; &gt; postgis-devel@postgis.refractions.net<br>
&gt; &gt; http://postgis.refractions.net/mailman/listinfo/postgis-devel<br>
&gt; _______________________________________________<br>
&gt; postgis-devel mailing list<br>
&gt; postgis-devel@postgis.refractions.net<br>
&gt; http://postgis.refractions.net/mailman/listinfo/postgis-devel<br>
</tt></font>