[Insight-users] Building error for Insightapplication 2.4.0. releated to FLTK 1.1.6?

Luis Ibanez luis.ibanez at kitware.com
Fri Jan 20 06:56:23 EST 2006


Hi "ask ITK"


FLTK 1.1.6 is now distributed with a CMakeLists.txt file.


You can use CMake in order to configure FLTK just as you
do with ITK and VTK.



For a recent version that we have tested for the IGSTK
project, you may want to take the FLTK zip file from:


http://public.kitware.com/IGSTKWIKI/images/d/d0/Fltk-1.1-12-16-05.zip

or from our FTP server

ftp://public.kitware.com/pub/itk/v2.4/Fltk-1.1-12-16-05.zip




Please configure this FLTK using CMake, then build it
and use it from Insight Applications.


Let us know if you still find any problems,


   Thanks


     Luis


--------------
ask ITK wrote:
> There is building error for the Insightapplication,
> I use ITK 2.4, VTK download from CVS, and FLTK is 1.1.6
> Under Visual Studio 6
> 
> Is that the problem of building the FLTK?
> I build FLTK under its visualc directory.
> 
> All the project is built under Debug mode
> 
> Build : warning : failed to (or don't know how to) build 
> 'D:\Research\ITK\InsightApplications-2.4.0\bin\SNAP\fluid'
> Linking...
>    Creating library Debug/InsightSNAP.lib and object Debug/InsightSNAP.exp
> fltkimagesd.lib (Fl_JPEG_Image.obj) : error LNK2001: unresolved external 
> symbol _jpeg_destroy_decompress
> fltkimagesd.lib(Fl_JPEG_Image.obj) : error LNK2001: unresolved external 
> symbol _jpeg_finish_decompress
> fltkimagesd.lib(Fl_JPEG_Image.obj) : error LNK2001: unresolved external 
> symbol _jpeg_read_scanlines
> fltkimagesd.lib(Fl_JPEG_Image.obj) : error LNK2001: unresolved external 
> symbol _jpeg_start_decompress
> fltkimagesd.lib(Fl_JPEG_Image.obj) : error LNK2001: unresolved external 
> symbol _jpeg_calc_output_dimensions
> fltkimagesd.lib (Fl_JPEG_Image.obj) : error LNK2001: unresolved external 
> symbol _jpeg_read_header
> fltkimagesd.lib(Fl_JPEG_Image.obj) : error LNK2001: unresolved external 
> symbol _jpeg_stdio_src
> fltkimagesd.lib(Fl_JPEG_Image.obj) : error LNK2001: unresolved external 
> symbol _jpeg_CreateDecompress
> fltkimagesd.lib(Fl_JPEG_Image.obj) : error LNK2001: unresolved external 
> symbol _jpeg_std_error
> fltkimagesd.lib(Fl_PNG_Image.obj) : error LNK2001: unresolved external 
> symbol _png_destroy_read_struct
> fltkimagesd.lib (Fl_PNG_Image.obj) : error LNK2001: unresolved external 
> symbol _png_read_end
> fltkimagesd.lib(Fl_PNG_Image.obj) : error LNK2001: unresolved external 
> symbol _png_read_rows
> fltkimagesd.lib(Fl_PNG_Image.obj) : error LNK2001: unresolved external 
> symbol _png_set_interlace_handling
> fltkimagesd.lib(Fl_PNG_Image.obj) : error LNK2001: unresolved external 
> symbol _png_set_tRNS_to_alpha
> fltkimagesd.lib(Fl_PNG_Image.obj) : error LNK2001: unresolved external 
> symbol _png_get_valid
> fltkimagesd.lib(Fl_PNG_Image.obj) : error LNK2001: unresolved external 
> symbol _png_set_strip_16
> fltkimagesd.lib(Fl_PNG_Image.obj) : error LNK2001: unresolved external 
> symbol _png_set_packing
> fltkimagesd.lib(Fl_PNG_Image.obj) : error LNK2001: unresolved external 
> symbol _png_set_expand
> fltkimagesd.lib(Fl_PNG_Image.obj) : error LNK2001: unresolved external 
> symbol _png_read_info
> fltkimagesd.lib(Fl_PNG_Image.obj) : error LNK2001: unresolved external 
> symbol _png_init_io
> fltkimagesd.lib(Fl_PNG_Image.obj) : error LNK2001: unresolved external 
> symbol _png_create_info_struct
> fltkimagesd.lib(Fl_PNG_Image.obj) : error LNK2001: unresolved external 
> symbol _png_create_read_struct
> Debug/InsightSNAP.exe : fatal error LNK1120: 22 unresolved externals
> Error executing link.exe.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users



More information about the Insight-users mailing list