On 11/10/06, Michael Schmitz <[EMAIL PROTECTED]> wrote:
rasmol is unuseable on amd64 (and perhaps other 64bit architectures) due to using the wrong data type for writes to the frame buffer. This simple patch fixes it:
Thanks for the patch. However, I propose that the definition should be in the Imakefile, where the other architecture specific definitions are as well. Unfortunately I don't have access to a 64-bit machine at the moment, could you test that the patch below actually works? Thanks, Teemu --- src/Imakefile 2006-05-14 17:41:15 +0000 +++ src/Imakefile 2006-11-10 11:03:11 +0000 @@ -137,6 +137,12 @@ # # Architecture Specific Rules # + +#ifdef AMD64Architecture +CCOPTIONS = -D_LONGLONG +#endif + +# # If running under HPUX, define the appropriate variant # with #define # -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]