[Insight-users] SimpleITK Build Issues VS 2008 (x64)
Scott Johnson
Scott.Johnson at neuwave.com
Tue Apr 3 17:26:26 EDT 2012
Hello Matthias,
I tried your initial suggestion except that I didn't use the superbuild. I build ITK with shared libs on, then built SimpleITK with share libs, but the link still failed.
I hadn't noticed that Christoph had proposed a solution. I am currently trying that, but I'm a little reticent to run editbin on the vs executables so am in the process of trying all of the other steps to see if it works without that. I realize that I can create a copy of the .exe files prior to changing them.
Thanks
-- Scott
-----Original Message-----
From: Matthias Seise [mailto:mseise at gmail.com]
Sent: Tuesday, April 03, 2012 1:10 PM
To: Scott Johnson
Cc: Insight-users at itk.org
Subject: Re: [Insight-users] SimpleITK Build Issues VS 2008 (x64)
I managed tu build the python bindings (x64) using VS 2008 Express on WIn 7 using shared libs.
1. Use superbuild to download all neccessary stuff, 2. turn on shared libs in ITK-build, build ITK 3. turn on shared libs for SimpleITK (4. python: install egg, copy dlls in same directory)
Maybe it helps with C# as well.
(Otherwise, have you tried the workaround by C.Gohlke? see
https://issues.itk.org/jira/browse/SIMPLEITK-216)
Good luck!
Matthias
More information about the Insight-users
mailing list