You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are writing a cross-platform library, callable from Python. On Windows, when people want to build in Debug mode, they get an error that python27_D.lib (or whatever version they link with) is missing, see SyneRBI/SIRF#42
It would be wonderful if we could tell people just to install another conda package...
I'm not sure what is involved here. A related issue is #80, but that asks for the python-dbg interpreter. Our problem might be easier to solve.
The text was updated successfully, but these errors were encountered:
Debug builds of Python are quite tricky. To do it correctly requires a complete parallel set of packages because the memory layout differs.
It's something we're working towards being able to support in some fashion. It won't be possible for a while and I'm making no promises here either, but we'd love to be able to provide this feature.
We are writing a cross-platform library, callable from Python. On Windows, when people want to build in Debug mode, they get an error that python27_D.lib (or whatever version they link with) is missing, see
SyneRBI/SIRF#42
It would be wonderful if we could tell people just to install another conda package...
I'm not sure what is involved here. A related issue is #80, but that asks for the python-dbg interpreter. Our problem might be easier to solve.
The text was updated successfully, but these errors were encountered: