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

Eugene Reilly gene001 at gmail.com
Mon Nov 6 01:06:01 CET 2006


Okay, spoke too soon.  I get a compiler crash with the changes made by
Nils.  Can anyone build on MSVC 7?   I'm trying to see if it's just 8.


Hey Ben,

>
> You're right. Thanks!
>
>
>  On 11/5/06, Eugene Reilly <gene001 at gmail.com> wrote:
> >
> > 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
>
>
>
>
> --
> Eugene (etr9j)@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.blender.org/pipermail/bf-committers/attachments/20061105/7cfc74bc/attachment-0001.htm


More information about the Bf-committers mailing list