Re: [vmtk-users] centerlines question
Brought to you by:
davidsteinman,
lucantiga
From: Luca A. <an...@ma...> - 2007-01-29 08:26:21
|
Hi Joong-Ho, after checking with Luis Ibanez, I found out that the problem has been fixed in the current ITK stable version (3.0.1) I compile it and I confirm that the problem is gone. Ciao Luca -- Luca Antiga, PhD Biomedical Technologies Laboratory, Bioengineering Department, Mario Negri Institute email: an...@ma... web: http://villacamozzi.marionegri.it/~luca mail: Villa Camozzi, 24020, Ranica (BG), Italy phone: +39 035 4535-381 On Jan 26, 2007, at 10:17 PM, Joong-Ho Won wrote: > Hi Luca, > > It's good to know that that is not a problem of mine only. FYI, I > use Visual Studio 2005 (not Express) on Windows XP. > > Have a nice weekend~ > > > Joong-Ho. > > > Luca Antiga wrote: >> Hey Joong-Ho, >> thanks for reporting. I noticed this a few days ago. >> Indeed this is a issue with ITK. ITK developers are used to derive >> classes and build against the built version of ITK. >> In the build tree, those included files are in fact in Utilities/ >> itkExtHdrs. However, during make install the itkExtHdrs directory >> disappears, and all files are placed in /usr/local/include/ >> InsightToolkit/Utilities. Therefore, the quick workaround is to >> build against the built ITK version. >> I'll file a bug report to the ITK guys, this thing should be fixed. >> Thanks a lot and let me know if you need anything. >> Luca >> PS: by the way, which compiler are you using under Windows? |