<div class="gmail_quote">On Wed, Sep 1, 2010 at 1:16 AM, John R. Dennison <span dir="ltr">&lt;<a href="mailto:jrd@gerdesas.com">jrd@gerdesas.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Tue, Aug 31, 2010 at 11:12:28PM +0200, Toumal Rakesh wrote:<br>
&gt;<br>
&gt; I guess me using gmail (which displays emails nicely regardless) has made me<br>
&gt; insensitive of this ;)<br>
<br>
</div>        Thanks :)<br>
<div class="im"><br>
&gt; Roger that, I&#39;ve attached the files. Thanks for the help.<br>
<br>
</div>        LONG is 8 bytes?  That&#39;s a 64-bit platform, isn&#39;t it?<br>
<br>
        Black magic is required to get bots working on 64-bit platforms<br>
        due to nonsense.  In robotsd/ add &quot;-m32&quot; to the the CC line in<br>
        the Makefile; I think that might be all that is required.<br>
<br>
        Feel free to fix it properly :) The bots are not using the<br>
        global include files; they use their own copies instead  which<br>
        are not 64-bit clean.  At least this is what my failing memory<br>
        seems to recall.<br></blockquote></div><br><br>Yep it&#39;s 64 bits...<br>
<br>
I&#39;m afraid -m32 gets me into 32-bit-library hell since I can&#39;t seem to 
get a 32-bit version of libgdbm that he likes.<br>
<br>
I took a look at those header files - um, it&#39;s safe to say they&#39;re very,
 very different. I&#39;m not a C-guru (not anymore, doing java for a living 
these days) - is there anything particular that I could look out for to 
make things work with 64bit?<br>
<br>