-
-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: include stdlib.h for SWIG free/malloc with the Stable ABI
Needed by SWIG for free/malloc, but not included by Python.h with recent versions of the Stable ABI Addresses: C:\P\IPP\ITK-win_311-x64\Wrapping\Modules\ITKIOImageBase\itkImageSeriesWriterPython.cpp(1416): error C3861: 'free': identifier not found C:\P\IPP\ITK-win_311-x64\Wrapping\Modules\ITKIOImageBase\itkImageSeriesWriterPython.cpp(1562): error C3861: 'malloc': identifier not found Fix for upstream submitted: swig/swig#2856
- Loading branch information
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters