nnrg / opennero

Game platform for Artificial Intelligence research and education
http://opennero.github.io/
Other
201 stars 51 forks source link

windows debug build broken because of "python25_d.lib missing" #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cmake -G "Visual Studio 2005 8.0"
2. build project in Debug configuration

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

Expect to produce debug executable
See linking error because of Boost.Python automatic linking issues and/or cmake 
configuration 
instead

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ikarpov on 23 Oct 2008 at 4:16

GoogleCodeExporter commented 9 years ago
As a workaround, build the Release version for now. Of course, it won't let you 
debug 
the code within Visual Studio.

Original comment by ikarpov on 24 Oct 2008 at 4:05

GoogleCodeExporter commented 9 years ago
this issue seems to have disappeared since it was reported

Original comment by ikarpov on 29 Dec 2009 at 5:20