POV-Ray : Newsgroups : povray.unix : make on RasPi2 (ARMv7) fails on bezier.cpp:858 bezier_subpatch_intersect() : Re: make on RasPi2 (ARMv7) fails on bezier.cpp:858 bezier_subpatch_interse= Server Time
24 Apr 2024 23:30:57 EDT (-0400)
  Re: make on RasPi2 (ARMv7) fails on bezier.cpp:858 bezier_subpatch_interse=  
From: JBeale
Date: 16 Feb 2015 11:50:01
Message: <web.54e21944fbde81068924df00@news.povray.org>
"kolloid" <tom### [at] sobotanet> wrote:
> Yes, indeed, the same happened to me. Looks like the latest committer (c-lipka?)
> introduced changes in sources/backend/shape/bezier.cpp but forgot to update
> bezier.h
> Tom

Thank you very much!  I was in a hurry and didn't realize this was an
unstable/untested branch.  I applied your patches, I have no intention of using
beziers anyway.

Now doing a recompile, I may have other troubles on my little 32-bit cpu. Just a
warning, not an error but this doesn't look right- it seems 'data' expected to
be 64 bits?


pov_base::Moov::WriteInt8(pov_base::OStream*,

base/animation/moov.cpp:452:31: warning: right shift count >= width of type
[enabled by default]
     file->Write_Byte((data >> 56) & 255);


Post a reply to this message

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