[Insight-users] Beginning installation question

Luis Ibanez luis.ibanez@kitware.com
Wed, 27 Nov 2002 16:46:27 -0500


Hi Bill,

A lateral comment first:

  are you doing this intallation while
  being logged as "root" ?
  It may be better to be logged as a normal user...
  This should not be the source of the error though.


---


It looks like you created a subdirectory on the
top directory of the Insight source tree and tried
to use it as a binary dir.

This might be the source of the problem. Please
create the binary dir completely outside of the
Insight directory.

for example:

put Insight in "src":

    /home/bill/src/Insight

and build in "bin"

    /home/bill/bin/Insight


Please let us know if you have further questions.

Thanks


Luis


==============================================


Bill Oliver wrote:

> Hi!  I am trying to install ITK on a Linux box:
> 
> Mandrake Linux 8.2, Linux kernel 2.4.18-6mdk
> on a Compaq Presario 1215US laptop with 193Mbyte Ram,
> Athlon processor.
> 
> gcc version 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk)
> 
> 
> 
> I have downloaded and installed cmake, and it runs inasmuch
> as the curses-like gui comes up.  I have also downloaded
> doxygen, fltk, etc. as instructed.
> 
> I downloaded the 1.0.0 release of the Insight toolkit, and
> have begun to attempt to install it.  I created a build
> directory, per instructions in the GettingStarted.txt,
> cd'd into it and executed:
> 
> ccmake ../Insight
> 
> (having renamed InsightToolkit-1.0.0 to Insight)
> 
> I get:
> 
> Running CMake, please wait...
> Segmentation fault (core dumped)
> 
> if I actually cd into the Insight directory, I get
> the same problem.
> 
> The CMakeCache.txt looks like:
> 
> # This is the CMakeCache file.
> # For build in directory: /root/inbuild
> # You can edit this file to change values found and used by cmake.
> # If you do not want to change any of the values, simply exit the editor.
> # If you do want to change a value, simply edit, save, and exit the editor.
> # The syntax for the file is as follows:
> # KEY:TYPE=VALUE
> # KEY is the name of a varible in the cache.
> # TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
> # VALUE is the current value for the KEY.
> 
> ########################
> # EXTERNAL cache entries
> ########################
> 
> 
> ########################
> # INTERNAL cache entries
> ########################
> 
> //This is the directory where this CMakeCahe.txt was created
> CMAKE_CACHEFILE_DIR:INTERNAL=/root/inbuild
> //Major version of cmake used to create the current loaded cache
> //
> CMAKE_CACHE_MAJOR_VERSION:INTERNAL=1
> //Minor version of cmake used to create the current loaded cache
> //
> CMAKE_CACHE_MINOR_VERSION:INTERNAL=2
> 
> 
> 
> 
> 
> Any help would be appreciated!
> 
> billo
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
> 
>