<div class="gmail_quote">On Wed, Sep 1, 2010 at 1:16 AM, John R. Dennison <span dir="ltr"><<a href="mailto:jrd@gerdesas.com">jrd@gerdesas.com</a>></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>
><br>
> I guess me using gmail (which displays emails nicely regardless) has made me<br>
> insensitive of this ;)<br>
<br>
</div> Thanks :)<br>
<div class="im"><br>
> Roger that, I've attached the files. Thanks for the help.<br>
<br>
</div> LONG is 8 bytes? That's a 64-bit platform, isn't it?<br>
<br>
Black magic is required to get bots working on 64-bit platforms<br>
due to nonsense. In robotsd/ add "-m32" 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's 64 bits...<br>
<br>
I'm afraid -m32 gets me into 32-bit-library hell since I can'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's safe to say they're very,
very different. I'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>