POV-Ray : Newsgroups : povray.general : problem rendering huge image Server Time
29 Jul 2024 22:26:45 EDT (-0400)
  problem rendering huge image (Message 11 to 13 of 13)  
<<< Previous 10 Messages Goto Initial 10 Messages
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


Post a reply to this message

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 ;-)


Post a reply to this message

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


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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