On 3/24/2015 6:08 AM, Audrey Istace wrote:
Hello,
I am trying to compile a VTK class (which uses itk), and would like to
make a python wrapping for this class too.
I face two problems :
-First, when I had the option « build_shared_libs » :
OPTION(BUILD_SHARED_LIBS "Shared libraries." ON)
The
Hello,
I am trying to compile a VTK class (which uses itk), and would like to make a
python wrapping for this class too.
I face two problems :
-First, when I had the option < build_shared_libs > :
OPTION(BUILD_SHARED_LIBS "Shared libraries." ON)
The Makefile is generated, but when I c