Closed GoogleCodeExporter closed 9 years ago
Original comment by ikarpov
on 7 Mar 2011 at 5:24
This is a single platform build issue
Original comment by ikarpov
on 9 Mar 2011 at 7:55
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
r907 should address this issue - joshua, please verify...
Original comment by ikarpov
on 15 Mar 2011 at 4:14
Original issue reported on code.google.com by
joshua.b...@gmail.com
on 22 Feb 2011 at 1:37