POV-Ray : Newsgroups : povray.beta-test : master branch issue 29 linux compilation errors : Re: master branch issue 29 linux compilation errors Server Time
28 Apr 2024 16:30:53 EDT (-0400)
  Re: master branch issue 29 linux compilation errors  
From: clipka
Date: 30 Jun 2014 17:34:00
Message: <53b1d7c8@news.povray.org>
Am 30.06.2014 22:26, schrieb Le_Forgeron:
> I've seen the new commit (583d4c85e9357f06b02af41b41973a46f315fe3c)
>
> It's better, half size of gcc complains, but does not compile yet.
>
> * <limits> needed in safemath.h (for numeric_limits).. it crawls

Uh... no, it's not missing <limits>; that file has been included there 
for ages; it's missing the std:: namespace descriptor...

> * New->Blend_Map = NULL; ... same empty shared_ptr story (with
> variations about return)

Heh, that surplus piece of code is even in there twice... whoops.

> * base/colour.h , still the max() vs fabs() as double and float.

Now this starts getting me puzzled. Can you double-check whether we 
still have any reference to math.h in our code?


Post a reply to this message

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