[Bf-committers] Re: Build failure due to isosurface.cpp with Visual C++ 2005 Express

Ben Stabler ben at half-dome.net
Mon Nov 6 00:28:30 CET 2006


Hi,

>From the CVS logs it looks like Nils just committed a fix, so you might want
to try running a CVS update...

Ben



From: bf-committers-bounces at projects.blender.org
[mailto:bf-committers-bounces at projects.blender.org] On Behalf Of Eugene
Reilly
Sent: 05 November 2006 23:10
To: bf-committers at projects.blender.org
Subject: [Bf-committers] Re: Build failure due to isosurface.cpp with Visual
C++ 2005 Express

Hey, thanks for the quick reply.  I've tried both of the below suggestions,
but both lead to a compiler crash.

> Seems I'm having some issues compiling intern:
>
> ..\..\intern\isosurface.cpp(638) : error C2666: 'pow' : 6 overloads have 
> similar conversions

use :
smoSubdfac = pow(0.55,(double)mSubdivs); // slightly stronger

or :
smoSubdfac = powf(0.55,(float)mSubdivs); // slightly stronger 



More information about the Bf-committers mailing list