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

jmsoler at free.fr jmsoler at free.fr
Mon Nov 6 06:31:11 CET 2006


Now, the cvs holds :
smoSubdfac = pow(0.55,(double)mSubdivs); // slightly stronger
http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/elbeem/intern/isosurface.cpp.diff?r1=1.13&r2=1.14&cvsroot=bf-blender

(the two solutions works perfectly fine with .NET free C++)

Selon Ben Stabler <ben at half-dome.net>:

> 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
>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-committers
>




More information about the Bf-committers mailing list