POV-Ray : Newsgroups : povray.general : 64-bit compile bug : Re: 64-bit compile bug Server Time
5 Aug 2024 18:21:03 EDT (-0400)
  Re: 64-bit compile bug  
From: Andrew Schultz
Date: 15 Aug 2002 16:40:08
Message: <web.3d5c10e9b1abd86b9ecef47b0@news.povray.org>
Thorsten Froehlich wrote:
>In article <web.3d5bf4e2b1abd86b9ecef47b0[at]news.povray.org> , "Andrew
>Schultz" <ajs### [at] eosncsuedu> wrote:
>
>> That is a hack has the potential to busticate external include files that
>> use "long" properly.
>
>But there are no such files if you use a compiler switch!

Are you saying that it won't include stdio.h if you use the compiler option?
If you compile with such an option and call fseek (which takes a long),
the compiler option would have it pass a 32-bit "long".  Wouldn't this (and
other situations throughout the code) cause major problems?

Additionally, gcc support for such an option is sparse and, for Alpha,
non-existent.

--------------
Andrew Schultz


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.