<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br>hi,<div><br></div><div>&nbsp;I am not that familiar with Xcode yet, so i don't know what u mean with -I flags. I was reading on the apple developer site at Xcode Build Settings and there is only the From Build Info at Gcc 4.2 -Language- Other C++ Flags, which doesn't seem to be the case from the description.</div><div>&nbsp;&nbsp; So far was doing it this way:</div><div><br></div><div>-create a symbolic link from my plugin roots directory to the ITK180 from Osirix,</div><div>- at Get Info-Build Info by Header Search Paths ITK180 ITK180/Code ITK180/Code/Algorithms...........</div><div>and at Library Search Path: &nbsp;ITK180/bin</div><div><br></div><div>again 2 Questions concerning Cmake:</div><div>&nbsp;&nbsp; I have the directory where i have built ITK: /Users/ellaK/Documents/ITK_BIN, and i want to set CMAKE_INSTALL_PREFIX &nbsp;to be
 /Users/ellak/Documents/ITKInstall, but i can't use the cmake install command from&nbsp;/Users/ellak/Documents/ITKInstall after doing configure and generate with CMAKE</div><div>I get this error:</div><div>No rule to make target `install'. &nbsp;Stop.</div><div>Should i still use the ITK_USE_FLAT_DIRECTORY_INSTALL?</div><div>Thank u a lot,</div><div>Ella</div><div>--- Luis Ibanez <i>&lt;luis.ibanez@kitware.com&gt;</i> schrieb am <b>Di, 22.2.2011:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>Von: Luis Ibanez &lt;luis.ibanez@kitware.com&gt;<br>Betreff: Re: [Insight-users] Xcode and ITK Chan Vese LevelSet Method 2076 errors at compilation<br>An: "Ella Maria Kadas" &lt;ella_kadas@yahoo.com&gt;<br>CC: insight-users@itk.org<br>Datum: Dienstag, 22. Februar, 2011 01:45 Uhr<br><br><div id="yiv201502633">Hi Ella,<br><br>After building ITK, you should install it.<br><br>Just
 do:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make install<br><br>You probably want to install it in a local directory.<br><br>To do that, when you configure ITK with CMake, set the variable<br>
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; CMAKE_INSTALL_PREFIX<br><br>to the directory where you want to install ITK.<br><br>Then you build ("make"), and then you install ("make install").<br><br>Finally, from XCode, you just need to provide the "-I " flag for the<br>
directory where you installed ITK.<br><br><br>The reason for you compilation error is that the itkConfigure.h<br>file is generated at configuration time and put in the ITK Build <br>directory, and you are not adding a "-I " flag for that directory.<br>
<br><br>In any case, installing ITK is a much cleaner way of using it<br>when you are not using CMake to configure your own project.<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp; Luis<br><br><br>-------------------------<br><div class="yiv201502633gmail_quote">On Mon, Feb 21, 2011 at 4:12 AM, Ella Maria Kadas <span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:ella_kadas@yahoo.com" target="_blank" href="/mc/compose?to=ella_kadas@yahoo.com">ella_kadas@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="yiv201502633gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font:inherit;" valign="top">
Hi Luis,<div><br></div><div>&nbsp;Thanx for your suggestions. I get now less errors 212:P. But i still can't work with it. And i suppose i get only 212 errors because it stops at the very beginning.</div><div><br></div><div>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">CompileC build/LesionDetection.build/Development/LesionDetection.build/Objects-normal/i386/Segmentation3D.o Segmentation3D.m normal i386 objective-c++ com.apple.compilers.gcc.4_2</p>

<p style="margin:0px 0px 0px 12px;font:11px Menlo;">cd /Users/ellaK/osirix/osirixplugins/_help/LesionDetection</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">setenv LANG en_US.US-ASCII</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Developer/usr/bin/gcc-4.2 -x objective-c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mfix-and-continue -fvisibility-inlines-hidden -mmacosx-version-min=10.5 -gdwarf-2 -I/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/build/LesionDetection.build/Development/LesionDetection.build/LesionDetection.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/build/Development -IITK180 -IITK180/Code -IITK180/Code/Algorithms -IITK180/Code/BasicFilters -IITK180/Code/Common -IITK180/Code/IO -IITK180/Code/Numerics -IITK180/Code/Numerics/FEM -IITK180/Code/Numerics/Statistics -IITK180/Code/Review -IITK180/Code/Review -IITK180/Code/SpatialObject -IITK180/Code/Utilities -IITK180/Code/Utilities/MetaIO -IITK180/Code/Utilities/NrrdIO
 -IITK180/Utilities -IITK180/Utilities/expat -IITK180/Utilities/vxl/core -IITK180/Utilities/vxl/vcl -Iosirix -I/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/build/Development/include -I/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/build/LesionDetection.build/Development/LesionDetection.build/DerivedSources/i386 -I/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/build/LesionDetection.build/Development/LesionDetection.build/DerivedSources -include /var/folders/AF/AFor5mH3FxKr4rTmn7h0BU+++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/LesionDetection_Prefix-bzsdachwfqkpacgwkqzbilndjfrs/LesionDetection_Prefix.pch -c /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/Segmentation3D.m -o /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/build/LesionDetection.build/Development/LesionDetection.build/Objects-normal/i386/Segmentation3D.o</p>

<p style="margin:0px 0px 0px 12px;font:11px Menlo;min-height:13px;"><br></p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">In file included from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkMacro.h:33,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkTimeStamp.h:23,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkLightObject.h:21,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkObject.h:23,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkDataObject.h:23,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkImageBase.h:23,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkImage.h:20,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/Segmentation3D.h:10,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/Segmentation3D.m:9:</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkWin32Header.h:23:26: error: itkConfigure.h: No such file or directory</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">In file included from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Utilities/vxl/vcl/vcl_limits.h:5,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkNumericTraits.h:31,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkNumericTraitsFixedArrayPixel.h:20,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkFixedArray.txx:21,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkFixedArray.h:262,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkIndex.h:23,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkImageRegion.h:25,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkImageBase.h:25,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkImage.h:20,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/Segmentation3D.h:10,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/Segmentation3D.m:9:</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Utilities/vxl/vcl/vcl_compiler.h:222:31: error: vcl_config_manual.h: No such file or directory</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Utilities/vxl/vcl/vcl_compiler.h:223:33: error: vcl_config_compiler.h: No such file or directory</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Utilities/vxl/vcl/vcl_compiler.h:224:32: error: vcl_config_headers.h: No such file or directory</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">In file included from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkMath.h:26,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkIndex.h:24,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkImageRegion.h:25,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkImageBase.h:25,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkImage.h:20,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/Segmentation3D.h:10,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/Segmentation3D.m:9:</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkIntTypes.h:28:36: error: itksys/FundamentalType.h: No such file or directory</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">In file included from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkMathDetail.h:24,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkMath.h:27,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkIndex.h:24,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkImageRegion.h:25,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkImageBase.h:25,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkImage.h:20,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/Segmentation3D.h:10,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/Segmentation3D.m:9:</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">ITK180/Utilities/vxl/core/vnl/vnl_math.h:40:24: error: vxl_config.h: No such file or directory</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">ITK180/Utilities/vxl/core/vnl/vnl_math.h:41:67: error: vnl/vnl_config.h: No such file or directory</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">In file included from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Utilities/vxl/vcl/vcl_limits.h:9,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkNumericTraits.h:31,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkNumericTraitsFixedArrayPixel.h:20,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkFixedArray.txx:21,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkFixedArray.h:262,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkIndex.h:23,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkImageRegion.h:25,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkImageBase.h:25,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkImage.h:20,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/Segmentation3D.h:10,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/Segmentation3D.m:9:</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Utilities/vxl/vcl/emulation/vcl_limits.h:205: error: expected constructor, destructor, or type conversion before 'class'</p>

<p style="margin:0px 0px 0px 12px;font:11px Menlo;">In file included from /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/vecLib.framework/Headers/vecLib.h:21,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Accelerate.framework/Headers/Accelerate.h:20,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/OsiriX Headers/DCMPix.h:17,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/Importer.h:12,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/Segmentation3D.h:12,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/Segmentation3D.m:9:</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/vecLib.framework/Headers/vecLibTypes.h:26: error: expected declaration before end of line</p></div><div><br>
</div><div><br>--- Luis Ibanez <i>&lt;<a rel="nofollow" ymailto="mailto:luis.ibanez@kitware.com" target="_blank" href="/mc/compose?to=luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;</i> schrieb am <b>So, 20.2.2011:<br><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;">
<br>Von: Luis Ibanez &lt;<a rel="nofollow" ymailto="mailto:luis.ibanez@kitware.com" target="_blank" href="/mc/compose?to=luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;<br>Betreff: Re: [Insight-users] Xcode and ITK Chan Vese LevelSet Method 2076 errors at compilation<br>An: "Ella Maria Kadas" &lt;<a rel="nofollow" ymailto="mailto:ella_kadas@yahoo.com" target="_blank" href="/mc/compose?to=ella_kadas@yahoo.com">ella_kadas@yahoo.com</a>&gt;<br>
CC: <a rel="nofollow" ymailto="mailto:insight-users@itk.org" target="_blank" href="/mc/compose?to=insight-users@itk.org">insight-users@itk.org</a><br>Datum: Sonntag, 20. Februar, 2011 00:02 Uhr<div><div></div><div class="yiv201502633h5"><br><br><div>Hi Ella,<br><br>A) You should configure ITK with the CMake option:<br>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ITK_USE_FLAT_DIRECTORY_INSTALL<br><br>&nbsp;&nbsp;&nbsp;&nbsp; turned ON (you will
 find it in the Advanced options)<br><br>B) You should turn on ITK_USE_REVIEW<br>
<br><br>In that way, you only need to provide a single<br>directory to search for headers to the project <br>that uses ITK.<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp; Regards,<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Luis<br><br><br>----------------------------------<br>

<div>On Fri, Feb 18, 2011 at 7:31 AM, Ella Maria Kadas <span dir="ltr">&lt;<a rel="nofollow" target="_blank" href="http://mc/compose?to=ella_kadas@yahoo.com">ella_kadas@yahoo.com</a>&gt;</span> wrote:<br><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex;">

<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font:inherit;" valign="top">Hi,<div><br></div><div>I used so far in Xcode at setting the &nbsp;User Header Search Path the ITK180 files from Osirix source code, because i am developing a plugin for Osirix, and there was no other way that i could include this headers without getting &nbsp;thousands of errors.</div>

<div>&nbsp;&nbsp; Now i want to use The Chan And Vese Level Set Segmentation, but it was still not in the ITK180 folder from Osirix, so although i copied the headers in the ITK180 folder , it seems i am again like at the beginning with 2076 errors. Is there another way. I tried already compiling InsightToolkit-3.20.0 with cmake, but it just wouldn't work with Osirix.</div>

<div>Thanks,</div><div>Ella</div><div><br></div><div><p style="margin:0px 0px 0px 12px;font:11px Menlo;">In file included from
 /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Algorithms/itkSparseMultiphaseSegmentationLevelSetImageFilter.h:20,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Algorithms/itkSparseMultiphaseLevelSetImageFilter.h:4,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkRegionBasedLevelSetFunction.h:7,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkScalarLevelSetFunctionBase.h:4,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkScalarChanAndVeseLevelSetFunction.h:4,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ChanVese.h:38,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ChanVese.m:9:</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:135: error: wrong number of template arguments (3, should be 2)</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkMultiphaseFiniteDifferenceImageFilter.h:119: error: provided for 'template&lt;class TInputImage, class TOutputImage&gt; class itk::MultiphaseFiniteDifferenceImageFilter'</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:140: error: wrong number of template arguments (3, should be 2)</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkMultiphaseFiniteDifferenceImageFilter.h:119: error: provided for 'template&lt;class TInputImage, class TOutputImage&gt; class itk::MultiphaseFiniteDifferenceImageFilter'</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:146: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:156: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:157: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:158: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:159: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:160: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:161: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:163: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:164: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:165: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:166: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:167: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:168: error: 'OutputImageType' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:169: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:170: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:171: error: 'OutputImageType' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:176: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkConstNeighborhoodIterator.h: In instantiation of 'itk::ConstNeighborhoodIterator&lt;int, itk::ZeroFluxNeumannBoundaryCondition&lt;int&gt; &gt;':</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkNeighborhoodIterator.h:213: &nbsp; instantiated from 'itk::NeighborhoodIterator&lt;int, itk::ZeroFluxNeumannBoundaryCondition&lt;int&gt; &gt;'</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkSparseFieldLevelSetImageFilter.h:73: &nbsp; instantiated from 'itk::SparseFieldCityBlockNeighborList&lt;itk::NeighborhoodIterator&lt;int, itk::ZeroFluxNeumannBoundaryCondition&lt;int&gt; &gt; &gt;'</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:257: &nbsp; instantiated from here</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkConstNeighborhoodIterator.h:55: error: 'int' is not a class, struct, or union type</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;"><font face="arial" size="3"><span style="font-size:13px;"><font face="Menlo" size="3"><span style="font-size:11px;"></span></font></span></font></p><font face="arial" size="3"><font face="Menlo" size="3"><p style="margin:0px 0px 0px 12px;font:11px Menlo;">

/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkConstNeighborhoodIterator.h: In instantiation of 'itk::ConstNeighborhoodIterator&lt;int, itk::ZeroFluxNeumannBoundaryCondition&lt;int&gt; &gt;':</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkNeighborhoodIterator.h:213: &nbsp; instantiated from 'itk::NeighborhoodIterator&lt;int, itk::ZeroFluxNeumannBoundaryCondition&lt;int&gt; &gt;'</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkSparseFieldLevelSetImageFilter.h:73: &nbsp; instantiated from 'itk::SparseFieldCityBlockNeighborList&lt;itk::NeighborhoodIterator&lt;int, itk::ZeroFluxNeumannBoundaryCondition&lt;int&gt; &gt; &gt;'</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:257: &nbsp; instantiated from here</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkConstNeighborhoodIterator.h:508: error: 'int' is not a class, struct, or union type</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:268: error: 'OutputImageType' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h: In member function 'void itk::MultiphaseSparseFieldLevelSetImageFilter&lt;TInputImage, TOutputImage, TFunction&gt;::SetFunctionCount(unsigned int)':</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:427: error: invalid use of qualified-name '::SetFunctionCount'</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">In file included from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.h:450,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Algorithms/itkSparseMultiphaseSegmentationLevelSetImageFilter.h:20,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Algorithms/itkSparseMultiphaseLevelSetImageFilter.h:4,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkRegionBasedLevelSetFunction.h:7,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkScalarLevelSetFunctionBase.h:4,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkScalarChanAndVeseLevelSetFunction.h:4,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ChanVese.h:38,</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from /Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ChanVese.m:9:</p>
<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.txx: In member function 'typename itk::MultiphaseSparseFieldLevelSetImageFilter&lt;TInputImage, TOutputImage, TFunction&gt;::TimeStepType itk::MultiphaseSparseFieldLevelSetImageFilter&lt;TInputImage, TOutputImage, TFunction&gt;::CalculateChange()':</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.txx:21: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.txx:21: error: expected initializer before 'df'</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.txx:26: error: 'Superclass' is not a class or namespace</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.txx:26: error: expected initializer before 'offset'</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.txx:30: error: 'df' was not declared in this scope</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.txx:51: error: no matching function for call to 'itk::NeighborhoodIterator&lt;int, itk::ZeroFluxNeumannBoundaryCondition&lt;int&gt; &gt;::SetLocation(const int&amp;)'</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/Common/itkConstNeighborhoodIterator.h:351: note: candidates are: void itk::ConstNeighborhoodIterator&lt;TImage, TBoundaryCondition&gt;::SetLocation(const itk::Index&lt;itk::ConstNeighborhoodIterator&lt;TImage,TBoundaryCondition&gt;::Dimension&gt;&amp;) [with TImage = int, TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition&lt;int&gt;]</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.txx:57: error: 'class itk::NeighborhoodIterator&lt;int, itk::ZeroFluxNeumannBoundaryCondition&lt;int&gt; &gt;' has no member named 'GetCenterPixel'</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.txx:66: error: 'class itk::NeighborhoodIterator&lt;int, itk::ZeroFluxNeumannBoundaryCondition&lt;int&gt; &gt;' has no member named 'GetNext'</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.txx:67: error: 'class itk::NeighborhoodIterator&lt;int, itk::ZeroFluxNeumannBoundaryCondition&lt;int&gt; &gt;' has no member named 'GetPrevious'</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/Users/ellaK/osirix/osirixplugins/_help/LesionDetection/ITK180/Code/BasicFilters/itkMultiphaseSparseFieldLevelSetImageFilter.txx:77: error: 'offset' was not declared in this scope</p>


<p style="margin:0px 0px 0px 12px;font:11px Menlo;">/</p></font></font></div></td></tr></tbody></table><br><br>_____________________________________<br>
Powered by <a rel="nofollow" target="_blank" href="http://www.kitware.com">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a rel="nofollow" target="_blank" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a rel="nofollow" target="_blank" href="http://www.kitware.com/products/protraining.html">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a rel="nofollow" target="_blank" href="http://www.itk.org/Wiki/ITK_FAQ">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a rel="nofollow" target="_blank" href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br>
</div></div></div></blockquote></b></div></td></tr></tbody></table><br></blockquote></div><br>
</div></blockquote></b></div></td></tr></table><br>