POV-Ray : Newsgroups : povray.beta-test : beta 29 linux problems... : Re: beta 29 linux problems... Server Time
26 Apr 2024 17:57:03 EDT (-0400)
  Re: beta 29 linux problems...  
From: Chris Cason
Date: 4 Jan 2009 14:28:45
Message: <49610ded@news.povray.org>
Rob wrote:
> Anyway, I just tried installing from source, and the same thing happens. Anyone
> know of a line in a source file that can be changed? I had a little look for
> myself, but couldn't find anything.

look in vfe.cpp at around line 751 (after "xtime_get(&t, TIME_UTC);") and
modify the following line to read as follows:

  if (t.sec > 1262296800)

This will set the hard timeout to 1 Jan 2010.

-- Chris


Post a reply to this message

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