Re: building 64bit ODE?
Krystian Ligenza <[email protected]> Sat, 20 Oct 2007 09:47:18 +0200
| Newsgroups | gmane.comp.lib.ode |
|---|---|
| Message-ID | <[email protected]> |
Tanguy Fautre pisze: > Tanguy Fautre wrote: >> Krystian Ligenza wrote: >>> 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 >> >> Ok, I've looked at the IceFPU.h file. Here is the faulty part: >> >> [...] > [...] > I guess that an easy (and probably good) solution would be to remove > the Visual C++ versions (i.e. ifdef _MSC_VER) of all these functions. > [...] OK, I have removed them (two files contain them: IceMemoryMacros.h and IceFPU.h) and builded succeeded with lots of warnings - should I fight with them, or live with them? Here is a build log: http://www.kxl.com.pl/ODE/BuildLog_x64.htm Cheers, Krystian