[Insight-users] Yet another install problem

Luis Ibanez luis.ibanez@kitware.com
Sun, 15 Dec 2002 08:25:05 -0500


Hi Bill,


Here are some answers to your questions.

---------------------------

A) The FAQ is just in the menu bar at the left of the
    ITK home page : http://www.itk.org

    http://public.kitware.com/Insight/Web/HTML/FAQ.htm

---------------------------

B) The problem is the missing specification for the "hints"
    file. This file is required by VTK for performing the
    Tcl wrapping that this demo application is using.

Please rerun CMake and look for the CMake variable

              VTK_WRAP_HINTS

Then provide the path to the "hints" file that
typically should be in your VTK sources under the
"Wrapping" directory.

Here is how this look in the CMakeCache.txt file
of my installation:


//Where can the hints file be found
VTK_WRAP_HINTS:FILEPATH=/home/ibanez/src/VTK/Wrapping/hints



BTW: This is also described in the FAQ entry # 2.1:
http://www.itk.org/cgi-bin/InsightFAQ/InsightFAQ?req=show&file=faq02.001.htp


--------------------------

C)  The avfCROP.1023c.raw is the filename of one of the
     slices of the VisibleWoman cryogenic dataset availabe at:

     ftp://public.kitware.com/pub/itk/Data/VisibleWomanHead/RawRGB

This is only intended to be used for testing purposes, since
some real data has to be feed to some programs in order to
verify that they are running as expected.

You can safely ignore filling this entry. It should break
anything on the build. It will simply prevent one or two test
from being run.

---------------------------

D) In order to generate Debug libraries, just rerun
    CMake and set the variable:


        CMAKE_BUILD_TYPE

    In this variable you can write: "Debug" or "Release"

    Please not that because you are linking with VTK,
    The build type will be taken from the VTK UseVTK.cmake
    file.  This means that, if you want to build ITK for
    debug, you have to do it with a VTK that has *also*
    been configured for Debug.


---------------------

Please let us know if you have further questions,


    Thanks


       Luis


------------------------------------------------

Bill Oliver wrote:

> Hi!  I am still having a few compilation problems.  After chugging
> along for some time, I get the following error:
> 
> /home/oliver/inbuild/Examples/vtkITK/Common: building default_target
> make[7]: *** No rule to make target `NOTFOUND', needed by `/home/oliver/inbuild/Examples/vtkITK/Common/vtkITKAntiAliasBinaryImageFilterTcl.cxx'.  Stop.
> make[6]: *** [default_target] Error 2
> make[5]: *** [default_target_Common] Error 2
> make[4]: *** [default_target] Error 2
> make[3]: *** [default_target_vtkITK] Error 2
> make[2]: *** [default_target] Error 2
> make[1]: *** [default_target_Examples] Error 2
> make: *** [default_target] Error 2
> 
> Configuration: Linux kernel 2.4.18-6mdk (Mandrake 8.2), Compaq
> Presario 1215US laptop.
> 
> 
> I went back and looked at ccmake, and there are only five things
> that are listed as NOTFOUND:
> 
> VW_RAW_DATA_PATH,
> TK_STUB_LIBRARY_DEBUG
> TK_LIBRARY_DEBUG
> TCL_STUB_LIBRARY_DEBUG
> TCL_LIBRARY_DEBUG
> 
> 
> A look at the Makefile in that directory shows a bunch of
> things like:
> 
> /home/oliver/inbuild/Examples/vtkITK/Common/vtkITKAntiAliasBinaryImageFilterTcl.cxx: /home/oliver/Insight/Examples/vtkITK/Common/vtkITKAntiAliasBinaryImageFilter.h /usr/local/bin/vtkWrapTcl NOTFOUND
> 
>         echo "/usr/local/bin/vtkWrapTcl /home/oliver/Insight/Examples/vtkITK/Common/vtkITKAntiAliasBinaryImageFilter.h NOTFOUND 1 /home/oliver/inbuild/Examples/vtkITK/Common/vtkITKAntiAliasBinaryImageFilterTcl.cxx "
> 
>         /usr/local/bin/vtkWrapTcl /home/oliver/Insight/Examples/vtkITK/Common/vtkITKAntiAliasBinaryImageFilter.h NOTFOUND 1 /home/oliver/inbuild/Examples/vtkITK/Common/vtkITKAntiAliasBinaryImageFilterTcl.cxx
> 
> 
> I was hoping that the debug libraries were not absolutely
> necessary, and I have no clue what avfCROP.1023c.raw
> is.
> 
> Can anybody tell me which of these is required for
> completing compilation, what avfCROP.1023c.raw is, and
> where to find it?
> 
> If I have to generate the debug libraries, can anybody
> point me to instructions on doing that?  Neither the
> binaries that come with my linux distribution nor the
> src-based build I did from sourceforge generated
> tcl8.3d-like files, even when I thought I configured
> tcl/tk for debugging (e.g. ./configure --enable-symbols).
> 
> ... and, of course, is this in a FAQ somewhere?
> 
> 
> Thanks!
> 
> billo
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
> 
>