It's a server based on Intel EMT64 technology, so you are spot on! Thank you once again, your fast help is very much appreciated.
Regards, Andy. Andy Young Design Systems Administrator BBC Post Production * mailto:[EMAIL PROTECTED] * http://www.bbcresources.com/postproduction -----Original Message----- From: Christian Starkjohann [mailto:[EMAIL PROTECTED] Sent: 03 December 2004 14:36 To: Andy Young Cc: [EMAIL PROTECTED] Subject: Re: [Sharity-talk] Gcc version required for 2.9? Hi Andy, On Dec 3, 2004, at 14:03, Andy Young wrote: > [...] > I do have one query remaining. In the compile I get this message a lot: > > "mainmodule.c:396: warning: cast to pointer from integer of different > size" > > Is that likely to cause me problems at all? No. This warning occurs usually on 64 bit machines where pointer and default integer types may have different size. All we require in Sharity is that 32 bit of data are preserved by the cast. And that's still guaranteed, even if one of the types can hold 64 bits. Regards, Christian. -- Dipl.-Ing. Christian Starkjohann Objective Development mailto:[EMAIL PROTECTED] | http://www.obdev.at/ http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. _______________________________________________ Sharity-talk mailing list [EMAIL PROTECTED] To unsubscribe see http://at.obdev.at/mailman/listinfo/sharity-talk
