<div><br></div><div>Something like this bash script may help to list all the paths for the linker (adapt the prefix and library path to your installation):</div><div><br></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-style-span" style="font-size: large;"><font class="Apple-style-span" face="arial"><span class="Apple-style-span" style="font-size: small;"><br>
</span></font></span></font></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace; font-size: large; ">#!/bin/bash</span></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-style-span" style="font-size: large;">prefix=/opt/local/include</span></font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><span class="Apple-style-span" style="font-size: large;">find ${prefix}/InsightToolkit-3.16 -type d -exec echo &#39;-L{}&#39; \;</span></font></div>
<div><br></div><div><br></div><div>Regards,</div><div>Darren</div><div><br></div><br><br><div class="gmail_quote">On Mon, Mar 15, 2010 at 9:28 AM, Luis Ibanez <span dir="ltr">&lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Sutrisno,<br>
<br>
<br>
A) My apologies for the confusion with Eclipse.<br>
     Thanks for restating that you are using Qt Designer.<br>
<br>
     Please note that QtDesigner is not a build system.<br>
     You could still use CMake for configuring your project,<br>
     and avoid the unecessarily painful experience of having<br>
     to manually set up all these paths.<br>
<br>
<br>
<br>
B)  The CMake option:<br>
<div class="im"><br>
           ITK_USE_FLAT_DIRECTORY_INSTALL<br>
<br>
</div>       was not available in ITK 3.16.<br>
<br>
       This option was added after that release,<br>
       more precisely it was added on October 22nd 2009:<br>
<br>
<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/CMakeLists.txt?root=Insight&amp;r1=1.354&amp;r2=1.355" target="_blank">http://www.itk.org/cgi-bin/viewcvs.cgi/CMakeLists.txt?root=Insight&amp;r1=1.354&amp;r2=1.355</a><br>
<br>
        In order to use this feature you should get a fresh<br>
        checkout of the CVS repository.<br>
<br>
<br>
<br>
C)  If you don&#39;t use this INSTALL option,<br>
      here is the list of paths that you should add to your<br>
      compiler command line:<br>
<br>
./include<br>
./include/InsightToolkit<br>
./include/InsightToolkit/IO<br>
./include/InsightToolkit/gdcm<br>
./include/InsightToolkit/gdcm/src<br>
./include/InsightToolkit/gdcm/Dicts<br>
./include/InsightToolkit/Common<br>
./include/InsightToolkit/Patented<br>
./include/InsightToolkit/Review<br>
./include/InsightToolkit/Algorithms<br>
./include/InsightToolkit/Numerics<br>
./include/InsightToolkit/Numerics/FEM<br>
./include/InsightToolkit/Numerics/Statistics<br>
./include/InsightToolkit/Numerics/NeuralNetworks<br>
./include/InsightToolkit/Utilities<br>
./include/InsightToolkit/Utilities/vxl<br>
./include/InsightToolkit/Utilities/vxl/v3p<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/opt<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/datapac<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/blas<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/laso<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/eispack<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/linpack<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/mathews<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/minpack<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/lapack<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/lapack/util<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/lapack/complex16<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/lapack/double<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/lapack/single<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/linalg<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/napack<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/sparse<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/temperton<br>
./include/InsightToolkit/Utilities/vxl/vcl<br>
./include/InsightToolkit/Utilities/vxl/vcl/gcc<br>
./include/InsightToolkit/Utilities/vxl/vcl/iso<br>
./include/InsightToolkit/Utilities/vxl/vcl/sgi<br>
./include/InsightToolkit/Utilities/vxl/vcl/egcs<br>
./include/InsightToolkit/Utilities/vxl/vcl/emulation<br>
./include/InsightToolkit/Utilities/vxl/vcl/borland55<br>
./include/InsightToolkit/Utilities/vxl/vcl/borland56<br>
./include/InsightToolkit/Utilities/vxl/vcl/stlport<br>
./include/InsightToolkit/Utilities/vxl/vcl/gcc-295<br>
./include/InsightToolkit/Utilities/vxl/vcl/generic<br>
./include/InsightToolkit/Utilities/vxl/vcl/mwerks<br>
./include/InsightToolkit/Utilities/vxl/vcl/vcl_sys<br>
./include/InsightToolkit/Utilities/vxl/vcl/sunpro<br>
./include/InsightToolkit/Utilities/vxl/vcl/win32-vc60<br>
./include/InsightToolkit/Utilities/vxl/vcl/win32-vc70<br>
./include/InsightToolkit/Utilities/vxl/vcl/gcc-libstdcxx-v3<br>
./include/InsightToolkit/Utilities/vxl/core<br>
./include/InsightToolkit/Utilities/vxl/core/vnl<br>
./include/InsightToolkit/Utilities/vxl/core/vnl/algo<br>
./include/InsightToolkit/Utilities/expat<br>
./include/InsightToolkit/Utilities/MetaIO<br>
./include/InsightToolkit/Utilities/NrrdIO<br>
./include/InsightToolkit/Utilities/itkExtHdrs<br>
./include/InsightToolkit/Utilities/itkpng<br>
./include/InsightToolkit/Utilities/itksys<br>
./include/InsightToolkit/Utilities/itksys/ios<br>
./include/InsightToolkit/Utilities/itksys/stl<br>
./include/InsightToolkit/Utilities/itktiff<br>
./include/InsightToolkit/Utilities/itkzlib<br>
./include/InsightToolkit/SpatialObject<br>
./include/InsightToolkit/BasicFilters<br>
<br>
      As you can see there are a lot of directories to include.<br>
<br>
<br>
C)  If you use this INSTALL option,<br>
      here is the list of paths that you should add to your<br>
      compiler command line:<br>
<br>
./include/InsightToolkit<br>
./include/InsightToolkit/gdcm<br>
./include/InsightToolkit/gdcm/src<br>
./include/InsightToolkit/gdcm/Dicts<br>
./include/InsightToolkit/Utilities<br>
./include/InsightToolkit/Utilities/MetaIO<br>
./include/InsightToolkit/Utilities/itksys<br>
./include/InsightToolkit/Utilities/itksys/stl<br>
./include/InsightToolkit/Utilities/itksys/ios<br>
./include/InsightToolkit/Utilities/vxl<br>
./include/InsightToolkit/Utilities/vxl/vcl<br>
./include/InsightToolkit/Utilities/vxl/vcl/mwerks<br>
./include/InsightToolkit/Utilities/vxl/vcl/sgi<br>
./include/InsightToolkit/Utilities/vxl/vcl/gcc<br>
./include/InsightToolkit/Utilities/vxl/vcl/iso<br>
./include/InsightToolkit/Utilities/vxl/vcl/gcc-libstdcxx-v3<br>
./include/InsightToolkit/Utilities/vxl/vcl/win32-vc60<br>
./include/InsightToolkit/Utilities/vxl/vcl/sunpro<br>
./include/InsightToolkit/Utilities/vxl/vcl/generic<br>
./include/InsightToolkit/Utilities/vxl/vcl/stlport<br>
./include/InsightToolkit/Utilities/vxl/vcl/emulation<br>
./include/InsightToolkit/Utilities/vxl/vcl/borland55<br>
./include/InsightToolkit/Utilities/vxl/vcl/egcs<br>
./include/InsightToolkit/Utilities/vxl/vcl/win32-vc70<br>
./include/InsightToolkit/Utilities/vxl/vcl/gcc-295<br>
./include/InsightToolkit/Utilities/vxl/vcl/vcl_sys<br>
./include/InsightToolkit/Utilities/vxl/vcl/borland56<br>
./include/InsightToolkit/Utilities/vxl/core<br>
./include/InsightToolkit/Utilities/vxl/core/vnl<br>
./include/InsightToolkit/Utilities/vxl/core/vnl/algo<br>
./include/InsightToolkit/Utilities/vxl/v3p<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/laso<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/sparse<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/lapack<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/lapack/util<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/lapack/double<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/lapack/complex16<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/lapack/single<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/linpack<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/datapac<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/blas<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/napack<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/opt<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/temperton<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/minpack<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/eispack<br>
./include/InsightToolkit/Utilities/vxl/v3p/netlib/mathews<br>
<br>
<br>
There are still a lot of directories, but now all ITK headers<br>
are copied in the directory<br>
<br>
                           ./include/InsightToolkit<br>
<br>
and the remaining directories are for third party libraries,<br>
most notably: vxl.<br>
<br>
<br>
<br>
         Regards,<br>
<br>
<br>
                 Luis<br>
<br>
<br>
<br>
------------------------------------------------------------------------------<br>
On Sun, Mar 14, 2010 at 10:08 AM, SUTRISNO SUTRISNO<br>
<div class="im">&lt;<a href="mailto:sutrisno_link@yahoo.com">sutrisno_link@yahoo.com</a>&gt; wrote:<br>
</div>&gt;  Hi Luis,<br>
&gt;<br>
&gt; Thanks for your suggestion, but I&#39;m still confuse with my problem.<br>
&gt;  for your option:<br>
<div class="im">&gt; A) Configure your Eclipse application with CMake,<br>
</div>&gt; I didn&#39;t use Eclipse but used QT Desainer. And I didn&#39;t understand how to<br>
&gt; configure with Cmake.<br>
&gt; when I add  /usr/local/include/InsightToolkit/Common in includepath, there<br>
&gt; were error :<br>
<div class="im">&gt; g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT<br>
&gt; -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I.<br>
&gt; -I/usr/include/vtk-5.0 -I/usr/local/include/InsightToolkit<br>
</div>&gt; -I/usr/local/include/InsightToolkit/Common -I/usr/include/qt3 -I.ui/ -I.<br>
<div class="im">&gt; -I.moc/ -o .obj/form1.o .ui/form1.cpp<br>
&gt; In file included from<br>
</div>&gt; /usr/local/include/InsightToolkit/Common/itkTimeStamp.h:23,<br>
&gt;                  from<br>
&gt; /usr/local/include/InsightToolkit/Common/itkLightObject.h:21,<br>
&gt;                  from<br>
&gt; /usr/local/include/InsightToolkit/Common/itkObject.h:23,<br>
&gt;                  from<br>
&gt; /usr/local/include/InsightToolkit/Common/itkDataObject.h:23,<br>
&gt;                  from<br>
&gt; /usr/local/include/InsightToolkit/Common/itkImageBase.h:23,<br>
&gt;                  from<br>
&gt; /usr/local/include/InsightToolkit/Common/itkImage.h:20,<br>
&gt;                  from .ui/../form1.ui.h:1,<br>
<div class="im">&gt;                  from .ui/form1.cpp:19:<br>
</div>&gt; /usr/local/include/InsightToolkit/Common/itkMacro.h:42:26: error:<br>
&gt; vnl/vnl_math.h: No such file or directory<br>
&gt; In file included from<br>
&gt; /usr/local/include/InsightToolkit/Common/itkNumericTraitsFixedArrayPixel.h:20,<br>
&gt;                  from<br>
&gt; /usr/local/include/InsightToolkit/Common/itkFixedArray.txx:21,<br>
&gt;                  from<br>
&gt; /usr/local/include/InsightToolkit/Common/itkFixedArray.h:261,<br>
&gt;                  from<br>
&gt; /usr/local/include/InsightToolkit/Common/itkIndex.h:23,<br>
&gt;                  from<br>
&gt; /usr/local/include/InsightToolkit/Common/itkImageRegion.h:25,<br>
&gt;                  from<br>
&gt; /usr/local/include/InsightToolkit/Common/itkImageBase.h:25,<br>
&gt;                  from<br>
&gt; /usr/local/include/InsightToolkit/Common/itkImage.h:20,<br>
&gt;                  from .ui/../form1.ui.h:1,<br>
<div class="im">&gt;                  from .ui/form1.cpp:19:<br>
</div>&gt;                  ..............<br>
&gt;                  ..............<br>
&gt;                  ff<br>
&gt;<br>
&gt; is itk different with vtk?why vtk header can be included but itk cann&#39;t be<br>
&gt; included in my project?<br>
<div class="im">&gt;<br>
&gt; B) Install ITK using the &quot;Flat&quot; option<br>
</div>&gt; I use InsightToolkit-3.16.0. When I run ccmake to reconfigure my ITK build<br>
&gt; there wasn&#39;t  option   ITK_USE_FLAT_DIRECTORY_INSTALL.<br>
&gt; There were only options:<br>
&gt; ITK_USE_CENTERED_PIXEL_COORDIN<br>
&gt; ON<br>
&gt;  ITK_USE_CONCEPT_CHECKING<br>
&gt; ON<br>
&gt;  ITK_USE_CONSOLIDATED_MORPHOLOG<br>
&gt; OFF<br>
&gt;  ITK_USE_DEPRECATED_LEVELSET_IN<br>
&gt; OFF<br>
&gt;  ITK_USE_KWSTYLE<br>
&gt; OFF<br>
&gt;  ITK_USE_LIBXML2                  OFF<br>
&gt;  ITK_USE_MINC2<br>
&gt; OFF<br>
&gt;  ITK_USE_OPTIMIZED_REGISTRATION<br>
&gt; OFF<br>
&gt;  ITK_USE_ORIENTED_IMAGE_DIRECTI<br>
&gt; ON<br>
&gt;  ITK_USE_PATENTED<br>
&gt; OFF<br>
&gt;  ITK_USE_REGION_VALIDATION_IN_I<br>
&gt; ON<br>
&gt;  ITK_USE_REVIEW<br>
&gt; ON<br>
&gt;  ITK_USE_REVIEW_STATISTICS<br>
&gt; OFF<br>
&gt;  ITK_USE_STRICT_CONCEPT_CHECKIN<br>
&gt; OFF<br>
&gt;  ITK_USE_SYSTEM_GDCM<br>
&gt; OFF<br>
&gt;  ITK_USE_SYSTEM_LIBXML2<br>
&gt; OFF<br>
&gt;  ITK_USE_SYSTEM_PNG<br>
&gt; OFF<br>
&gt;  ITK_USE_SYSTEM_TIFF<br>
&gt; OFF<br>
&gt;  ITK_USE_SYSTEM_VXL<br>
&gt; OFF<br>
&gt;  ITK_USE_SYSTEM_ZLIB<br>
&gt; OFF<br>
&gt;  ITK_USE_TEMPLATE_META_PROGRAMM<br>
&gt; ON<br>
&gt;  ITK_USE_TRANSFORM_IO_FACTORIES   OFF<br>
&gt;<br>
&gt;   Regards,<br>
&gt;<br>
&gt; ________________________________<br>
&gt; Dari: Luis Ibanez &lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;<br>
&gt; Kepada: SUTRISNO SUTRISNO &lt;<a href="mailto:sutrisno_link@yahoo.com">sutrisno_link@yahoo.com</a>&gt;<br>
&gt; Cc: itk &lt;<a href="mailto:Insight-users@itk.org">Insight-users@itk.org</a>&gt;<br>
&gt; Terkirim: Sab, 13 Maret, 2010 02:06:35<br>
&gt; Judul: Re: how to Include itk library in QT Desainer: Use Flat ITK<br>
&gt; Installation<br>
<div><div></div><div class="h5">&gt;<br>
&gt; Hi  Sutrisno,<br>
&gt;<br>
&gt;<br>
&gt; When you install ITK, it doesn&#39;t install by default all the<br>
&gt; header files in a single directory.<br>
&gt;<br>
&gt; Therefore passing only the directory<br>
&gt;<br>
&gt;               /usr/local/include/InsightToolkit<br>
&gt;<br>
&gt; to your linker is not enough.<br>
&gt;<br>
&gt;<br>
&gt; You need to pass all the subdirectories of that directory as well.<br>
&gt;<br>
&gt; There are two options for making this process easier:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;   A) Configure your Eclipse application with CMake,  or<br>
&gt;   B) Install ITK using the &quot;Flat&quot; option<br>
&gt;<br>
&gt;<br>
&gt; Option (A) is self-explanatory, so let me just describe a bit<br>
&gt; the process for Option (B):<br>
&gt;<br>
&gt;<br>
&gt; What you should do is to reconfigure your ITK build with<br>
&gt; CMake and turn ON the option:<br>
&gt;<br>
&gt;                 ITK_USE_FLAT_DIRECTORY_INSTALL<br>
&gt;<br>
&gt; Then, do<br>
&gt;<br>
&gt;                                   make install<br>
&gt;<br>
&gt;<br>
&gt; Once you do this, ITK will install its headers in a smaller set<br>
&gt; of subdirectories (still is not a single directory, but at least<br>
&gt; they will be a smaller set).<br>
&gt;<br>
&gt; At that point, in your application that uses ITK you MUST add<br>
&gt; the -I options for ALL the sub directories that you will see in<br>
&gt; the InsightToolkit/include directory.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;       Regards,<br>
&gt;<br>
&gt;<br>
&gt;               Luis<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------------------------------------<br>
&gt; On Thu, Mar 11, 2010 at 2:56 AM, SUTRISNO SUTRISNO<br>
&gt; &lt;<a href="mailto:sutrisno_link@yahoo.com">sutrisno_link@yahoo.com</a>&gt; wrote:<br>
&gt;&gt; Hi luis,<br>
&gt;&gt; I&#39;m a student of Electrical Eng. ITS Indonesia , my final Project is about<br>
&gt;&gt; Medical Image.<br>
&gt;&gt; I am new in ITK and I just installed the program and run some itk examples<br>
&gt;&gt; with Cmake, it run successfully.<br>
&gt;&gt;<br>
&gt;&gt; But when I use QT Desainer , and try to uses itk&amp;vtk header: (see in my<br>
&gt;&gt; attachment file)<br>
&gt;&gt; #include &quot;itkImage.h&quot;<br>
&gt;&gt; #include &quot;itkImageFileReader.h&quot;<br>
&gt;&gt; #include &quot;itkGradientMagnitudeImageFilter.h&quot;<br>
&gt;&gt;<br>
&gt;&gt; #include &quot;vtkRenderer.h&quot;<br>
&gt;&gt; #include &quot;vtkRenderWindow.h&quot;<br>
&gt;&gt; #include &quot;vtkRenderWindowInteractor.h&quot;<br>
&gt;&gt; #include &quot;vtkPolyDataMapper.h&quot;<br>
&gt;&gt;<br>
&gt;&gt; libs path : -L/usr/lib/vtk-5.0 -L/usr/local/lib/InsightToolkit<br>
&gt;&gt; includepath : /usr/include/vtk-5.0 /usr/local/include/InsightToolkit<br>
&gt;&gt;<br>
&gt;&gt; I don&#39;t understand why when I run the qmake command the output is that:<br>
&gt;&gt;<br>
&gt;&gt; sutrisno@sutrisno-pc:~/project-sut/project11$ qmake<br>
&gt;&gt; sutrisno@sutrisno-pc:~/project-sut/project11$ make<br>
&gt;&gt; /usr/share/qt3/bin/uic form1.ui -o .ui/form1.h<br>
&gt;&gt; g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG<br>
&gt;&gt; -DQT_THREAD_SUPPORT<br>
&gt;&gt; -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I.<br>
&gt;&gt; -I/usr/include/vtk-5.0 -I/usr/local/include/InsightToolkit<br>
&gt;&gt; -I/usr/include/qt3 -I.ui/ -I. -I.moc/ -o .obj/main.o main.cpp<br>
&gt;&gt; /usr/share/qt3/bin/uic form1.ui -i form1.h -o .ui/form1.cpp<br>
&gt;&gt; g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG<br>
&gt;&gt; -DQT_THREAD_SUPPORT<br>
&gt;&gt; -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I.<br>
&gt;&gt; -I/usr/include/vtk-5.0 -I/usr/local/include/InsightToolkit<br>
&gt;&gt; -I/usr/include/qt3 -I.ui/ -I. -I.moc/ -o .obj/form1.o .ui/form1.cpp<br>
&gt;&gt; In file included from .ui/form1.cpp:19:<br>
&gt;&gt; .ui/../form1.ui.h:1:22: error: itkImage.h: No such file or directory<br>
&gt;&gt; .ui/../form1.ui.h:2:32: error: itkImageFileReader.h: No such file or<br>
&gt;&gt; directory<br>
&gt;&gt; .ui/../form1.ui.h:3:45: error: itkGradientMagnitudeImageFilter.h: No such<br>
&gt;&gt; file or directory<br>
&gt;&gt; In file included from /usr/include/c++/4.3/backward/strstream:51,<br>
&gt;&gt;                  from /usr/include/vtk-5.0/vtkIOStream.h:36,<br>
&gt;&gt;                  from /usr/include/vtk-5.0/vtkSystemIncludes.h:40,<br>
&gt;&gt;                  from /usr/include/vtk-5.0/vtkIndent.h:24,<br>
&gt;&gt;                  from /usr/include/vtk-5.0/vtkObjectBase.h:43,<br>
&gt;&gt;                  from /usr/include/vtk-5.0/vtkObject.h:41,<br>
&gt;&gt;                  from /usr/include/vtk-5.0/vtkViewport.h:32,<br>
&gt;&gt;                  from /usr/include/vtk-5.0/vtkRenderer.h:32,<br>
&gt;&gt;                  from .ui/../form1.ui.h:6,<br>
&gt;&gt;                  from .ui/form1.cpp:19:<br>
&gt;&gt; /usr/include/c++/4.3/backward/backward_warning.h:33:2: warning: #warning<br>
&gt;&gt; This file includes at least one deprecated or antiquated header which may<br>
&gt;&gt; be<br>
&gt;&gt; removed without further notice at a future date. Please use a<br>
&gt;&gt; non-deprecated<br>
&gt;&gt; interface with equivalent functionality instead. For a listing of<br>
&gt;&gt; replacement headers and interfaces, consult the file backward_warning.h.<br>
&gt;&gt; To<br>
&gt;&gt; disable this warning use -Wno-deprecated.<br>
&gt;&gt; In file included from .ui/form1.cpp:16:<br>
&gt;&gt; /usr/include/qt3/qimage.h: In member function ‘bool<br>
&gt;&gt; QImageTextKeyLang::operator&lt;(const QImageTextKeyLang&amp;) const’:<br>
&gt;&gt; /usr/include/qt3/qimage.h:61: warning: suggest parentheses around &amp;&amp;<br>
&gt;&gt; within<br>
&gt;&gt; ||<br>
&gt;&gt; make: *** [.obj/form1.o] Error 1<br>
&gt;&gt;<br>
&gt;&gt; Best regards,<br>
&gt;&gt; Sutrisno<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ________________________________<br>
&gt;&gt; Menambah banyak teman sangatlah mudah dan cepat.<br>
&gt;&gt; Undang teman dari Hotmail, Gmail ke Yahoo! Messenger sekarang!<br>
&gt;<br>
&gt; ________________________________<br>
</div></div>&gt; Coba Yahoo! Mail baru yang LEBIH CEPAT. Rasakan bedanya sekarang!<br>
<div><div></div><div class="h5">_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</div></div></blockquote></div><br>