POV-Ray : Newsgroups : povray.general : problem rendering huge image : Re: problem rendering huge image Server Time
29 Jul 2024 18:16:42 EDT (-0400)
  Re: problem rendering huge image  
From: Chris Cason
Date: 6 Dec 2010 16:52:20
Message: <4cfd5b14@news.povray.org>
Here's a workaround until we get a fixed tarball (and which doesn't require
a full re-compile).

Open source/base/image.cpp and add

  #define _FILE_OFFSET_BITS	64

to the start (before any system headers).

Then, replace any instance of fseek64() with fseeko().

That should do it.

-- Chris


Post a reply to this message

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