[Insight-users] installation problem

imho imho@skynet.be
Fri, 22 Nov 2002 15:56:31 +0100


Hi Luis,
the fact is that when I've compiled itk, the path was : 
C:/internet/VTK/ITK/InsightToolkit-1.0.0/InsightToolkit-1.0.0
(the decompression puts one folder too much)
and now I have moved the sources in :
C:/internet/VTK/ITK/InsightToolkit-1.0.0/

that's the confusion?

so now I have put the sources in
C:/internet/VTK/ITK/InsightToolkit-1.0.0/InsightToolkit-1.0.0
again
and have these errors :

lkit-1.0.0\InsightToolkit-1.0.0\Examples\QtITK\itkQtLightIndicator.h(22) 
: error C2039: 'setPaletteBackgroundColor' : is not a member of 
'QtLightIndicator'
 
C:\internet\VTK\ITK\InsightToolkit-1.0.0\InsightToolkit-1.0.0\Examples\QtITK\itkQtLightIndicator.h(7) 
: see declaration of 'QtLightIndicator'
C:\internet\VTK\ITK\InsightToolkit-1.0.0\InsightToolkit-1.0.0\Examples\QtITK\itkQtLightIndicator.h(28) 
: error C2039: 'setPaletteBackgroundColor' : is not a member of 
'QtLightIndicator'
 
C:\internet\VTK\ITK\InsightToolkit-1.0.0\InsightToolkit-1.0.0\Examples\QtITK\itkQtLightIndicator.h(7) 
: see declaration of 'QtLightIndicator'
C:\internet\VTK\ITK\InsightToolkit-1.0.0\InsightToolkit-1.0.0\Examples\QtITK\itkQtLightIndicator.h(34) 
: error C2039: 'setPaletteBackgroundColor' : is not a member of 
'QtLightIndicator'
 
C:\internet\VTK\ITK\InsightToolkit-1.0.0\InsightToolkit-1.0.0\Examples\QtITK\itkQtLightIndicator.h(7) 
: see declaration of 'QtLightIndicator'

maybe a problem of qt version, so I've tried with the itkImageViewer 
example, and I always have :

C:\internet\VTK\ITK\InsightToolkit-1.0.0\InsightToolkit-1.0.0\Examples\ImageViewer\itkImageViewer.cxx(19) 
: fatal error C1083: Cannot open include file: 'itkImage.h': No such 
file or directory

and I don't understand...
I do wrong, it's a fact, maybe should I start the installation from 
beginning again ?

thanks


Luis Ibanez wrote:

> Hi imho,
>
> Thanks for posting the CMakeCache.txt file.
>
> There is something inconsintent here.
> The cache has the following entry for the
> ITK source directory:
>
> //Value Computed by CMake
> ITK_SOURCE_DIR:STATIC=C:/internet/VTK/ITK/InsightToolkit-1.0.0/InsightToolkit-1.0.0 
>
>
>
>
> Note the double "InsightToolkit-1.0.0",
>
> but, judging from the error message you posted previously,
> It would seem to be in
>
>     "C:/internet/VTK/ITK/InsightToolkit-1.0.0"
>
> What is the correct location ?
>
>
> ---
>
> You may want to look at the CMakeCache.txt file in your
> QtITK binary directory and look for the ITK_SOURCE_DIR
> entry. Please let us know what you find (or just post
> the file to the list).
>
>
>   Thanks
>
>
>    Luis
>
>
>
>
> ==================================================
>
>
> imho wrote:
>
> > Hi Luis,
> > here is the cmakecache in itk build dir :
> >
> ...
>
>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>
>