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
There is no issue with pyncpp here as it has compiled Python in debug mode as expected. The issue is that VTK is trying to use a non debug version of Python. This is certainly due to the code in superbuild/projects_modules/VTK.cmake that tells VTK which python to use.
mathildemerle
changed the title
[Windows] pyncpp does not compile in Debug mode
[Windows] VTK/Python does not compile in Debug mode
Jun 19, 2024
This issue will very soon be obsolete as I have changed pyncpp so as to always compile Python in release build (there is no need to have a debug build of Python we are not debugging Python but medInria).
(as a general case we shouldn't be compiling the external projects in Debug mode apart from medInria)
On
master
branch the compilation bugs on VTK/Python in Debug mode (not Release)LINK : fatal error LNK1104: cannot open file 'python310.lib' [C:\b\workspace\music-win-free\build\ExtProjs\VTK\Wrapping\PythonCore\vtkWrappingPythonCore.vcxproj] [C:\b\workspace\music-win-free\build\superbuild\VTK-install.vcxproj]
Indeed there is only
python310_d.lib
file.The text was updated successfully, but these errors were encountered: