[Insight-users] LiverTumorSegmentation- FLTK-Error

Karthik Krishnan karthik.krishnan at kitware.com
Tue Feb 6 15:15:28 EST 2007


You need to download and build FLTK. The recommended version is FLTK1.1.6.
InsightApplications will not build with FLTK-2.0

get FLTK from SVN as :
  svn co https://svn.easysw.com/public/fltk/fltk/tags/branch-1.1_6

Build it with CMake.

Then build InsightApplications pointing cache variables to the FLTK ones...
Here are the cache variables from my linux machine's CMakeCache.txt

USE_FLTK:BOOL=ON
FLTK_DIR:PATH=/home/karthik/FLTK/bin/fltk-116
FLTK_FLUID_EXECUTABLE:FILEPATH=/home/karthik/FLTK/bin/fltk-116/bin/fluid
FLTK_INCLUDE_DIR:PATH=/home/karthik/FLTK/bin/fltk-116

Hope this helps
--
karthik
PS: If you don't see a user cache variable with ccmake/CMakeSetup, you
should usually see it in "Advanced" mode..



On 2/6/07, K. Subburaj <subburaj at iitb.ac.in> wrote:
>
>
>
> Hi all,
>
> I tired with insightApplications 3.0/LiverTumorSegmentation
> while running CMake, i got an error like
>
> "
> CMake Error: Error required internal CMake variable not set; CMake may not
> be able to build correctly. Missibg variable is
>
> FLTK_FLUID_EXECUTABLE
>
> "
>
> Also CMake didn't locate FLTK and ask the path to FLTK.
>
> anyone help me.
>
> Thanks in advance
>
> Regards / Subbu
>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20070206/54173bf9/attachment.html


More information about the Insight-users mailing list