Re: building 64bit ODE?
Krystian Ligenza <[email protected]> Fri, 19 Oct 2007 17:12:47 +0200
| Newsgroups | gmane.comp.lib.ode |
|---|---|
| Message-ID | <[email protected]> |
Tanguy Fautre pisze: > Krystian Ligenza wrote: >> I have tried to build a 64bit version of ODE, but get lots of errors >> from opcode: >> error C4235: nonstandard extension used : '__asm' keyword not >> supported on this architecture \opcode\Ice\IceFPU.h 47 >> >> is it normal? >> >> Cheers >> Krystian > > > No. It is not normal. > > I guess you are compiling with VS2005, aren't you ? When compiling for > x64, VC2005 does not support the "__asm" keyword; intrinsics must be > used instead. > > So this should be patched. Are you volunteering ? :) > > > Tanguy > >