ab316 / opennero

Automatically exported from code.google.com/p/opennero
Other
0 stars 0 forks source link

Windows 64 non compilation #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compiling OpenNERO on a 64bit windows machine using Visual Studio 2010
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Error   1   error C4235: nonstandard extension used : '__asm' keyword not supported 
on this architecture    AssertExt.cpp   131

Error   2   error C2143: syntax error : missing ';' before 
'constant'  AssertExt.cpp   131

Original issue reported on code.google.com by joshua.b...@gmail.com on 22 Feb 2011 at 1:37

GoogleCodeExporter commented 9 years ago

Original comment by ikarpov on 7 Mar 2011 at 5:24

GoogleCodeExporter commented 9 years ago
This is a single platform build issue

Original comment by ikarpov on 9 Mar 2011 at 7:55

GoogleCodeExporter commented 9 years ago
It seems that it is possible to build in 64 bit mode, but this has to be done 
carefully:

 - Install 64 bit version of Python
 - Build 64 bit version of Boost (almost) as shown here: http://stackoverflow.com/questions/2322255/64-bit-version-of-boost-for-64-bit-windows
 - Use "Vistual Studio * Win64" generator in CMake
 - Use correct linking against the Boost libraries

Original comment by ikarpov on 15 Mar 2011 at 3:38

GoogleCodeExporter commented 9 years ago
r907 should address this issue - joshua, please verify...

Original comment by ikarpov on 15 Mar 2011 at 4:14