[IGSTK-Users] Linux distribution

Patrick Cheng cheng at isis.georgetown.edu
Tue Jun 3 16:00:31 EDT 2008


Hi Eric,

These will work with linux as well. There is a small bug in IGSTK 3.0, 
CMakeLists.txt that picked up by CMake 2.6. Also there is a warning 
message from FLTK when configuring using CMake 2.6.

"IGSTK/CMakeLists.txt"

At line 70

ENDIF( ${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION} EQUAL 5.0 )

should be changed to:

ELSE( ${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION} EQUAL 5.0 )

So CMake2.6 it's okay, but CMake 2.48 failed to catch that.

If you modify that line. It should work.


Eric L. B. wrote:
>  
> Hi!
> I'm Eric, again :P
>  
> I'm working with IGSTK under the SO Windows XP, but I want to try with 
> Linux. I'm working with a Polaris tracker and the toolkits:
> ITK 3.4.0
> VTK 5.0.4
> FLTK 1.1.9
> IGSTK 3.0
> Can I use the same versions of toolkits for linux???
> What distribution can suggest to me???
> I hope someone can help me to decide please :D
> Thanks.
>  
> Eric LB
>  
> 
> ------------------------------------------------------------------------
> ¿Tienes cámara digital, más de una cuenta de email, planeas fiestas o 
> blogueas? Entonces, necesitas Windows Live 
> <http://get.live.com/es-mx/wl/all>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> IGSTK-Users mailing list
> IGSTK-Users at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CMake Warning with FLTK.png
Type: image/png
Size: 14890 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/igstk-users/attachments/20080603/a153528d/attachment-0002.png>


More information about the IGSTK-Users mailing list