From: Chris Cason
Subject: Re: problem rendering huge image
Date: 6 Dec 2010 17:00:38
Message: <4cfd5d06@news.povray.org>
I've patched the tarball on the site, but haven't had a chance to build it
(I did test locally however). If someone could please grab it again and let
me know if it is OK I'll add a note to the source download page mentioning
the fix.
-- Chris
From: Jim Holsenback
Subject: Re: problem rendering huge image
Date: 6 Dec 2010 17:42:28
Message: <4cfd66d4$1@news.povray.org>
On 12/06/2010 05:52 PM, Chris Cason wrote:
> 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
sorry 'bout that chief ... guess it's a good thing i'm ok with a bit of
egg on my face ;-)
From: Chris Cason
Subject: Re: problem rendering huge image
Date: 6 Dec 2010 17:48:38
Message: <4cfd6846$1@news.povray.org>
On 7/12/2010 09:42, Jim Holsenback wrote:
> sorry 'bout that chief ... guess it's a good thing i'm ok with a bit of> egg on my face ;-)
Not your fault:). The #define by itself doesn't bring in fseek64, that's
why it didn't work originally. Hence the change to fseeko() in this case.
-- Chris