POV-Ray : Newsgroups : povray.binaries.images : unexplained : Re: unexplained Server Time
6 Oct 2024 05:30:56 EDT (-0400)
  Re: unexplained  
From: James Holsenback
Date: 13 Aug 2014 06:11:38
Message: <53eb39da$1@news.povray.org>
On 08/12/2014 03:53 PM, James Holsenback wrote:
> On 08/12/2014 02:55 PM, James Holsenback wrote:
>> On 08/12/2014 02:42 PM, clipka wrote:
>>> Am 12.08.2014 19:53, schrieb James Holsenback:
>>>> On 08/12/2014 01:41 PM, clipka wrote:
>>>>> Am 12.08.2014 19:08, schrieb James Holsenback:
>>>>>
>>>>>> found OTOTest.pov file laying around in some obscure corner ...
>>>>>> here's
>>>>>> results
>>>>>
>>>>> Well, what can I say, other than "I can't reproduce it"?
>>>>>
>>>>> Unless you can trim down the thing to an extremely minimalistic scene
>>>>> (say, one or two primitives with one or two textures) that is rendered
>>>>> differently by the builds you're using, or can nail down exactly what
>>>>> GitHub commit broke it, I might be able to do some guessing; but until
>>>>> then, unfortunately it looks like I need you to do more experimenting.
>>>>>
>>>> well it's after 3.7-stable for sure ...
>>>
>>> Thanks for the help, you just narrowed it down to a meagre 120-130
>>> commits :-)
>>
>> narrowed a bit further ... this hash works fine:
>> 9a278c7f02003b7e6d6d0665c37695351cb23a27 so something after that!!!!
>>
>>
> ok so at hash 54b283a0d39c637ce9d4ab16512a364e993c58c5 its busted so I
> think that's considerable less territory to cover.

this hash ac564f7231f2b05b461a3a03fe6b9ed21b845c5a is the last working 
commit (compiles and runs OTOTest.pov properly)

broken @ cf1c3fbedb33802bd431acac43ce41db55fa87b8 ... doesn't even 
compile ./base/safemath.h is belching errors all over the place

In file included from base/image/image.cpp:57:0:



scope
./base/safemath.h:51:2: note: suggested alternative:













./base/safemath.h:61:33: note: candidates are:
/usr/include/c++/4.6/bits/stl_algobase.h:254:5: note: template<class 
_Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare)
/usr/include/c++/4.6/bits/stl_algobase.h:210:5: note: template<class 
_Tp> const _Tp& std::max(const _Tp&, const _Tp&)
make[2]: *** [base/image/image.o] Error 1


Post a reply to this message

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