[Insight-users] FLTK problem -- still struggling

Seniha Esen Yuksel eseny99 at yahoo.com
Sun Jul 2 12:32:00 EDT 2006


Hi Julien! and all the ITK users,
   I finally got the ImageViewer working!! Thanks a lot! 
   I recompiled ITK without the shared libraries, and it solved the problem. 
 Best,
 Esen
 

Julien Jomier <julien.jomier at kitware.com> wrote: Hi Esen,

Happy to see that we are making some progress :)

The error looks like a mis-compilation of ITK or something like that. 
Did you try to recompile ITK?
Are you compiling ITK using shared libraries? Can you try using static 
libraries? (there is an option in CMake)

For the information FLTK 1.1.6 comes with a CMakeLists.txt and you 
should be able to run CMake on it. Then when you configure 
InsightApplications with CMake the FLTK_DIR is the FLTK binary directory 
generated by CMake and CMake should magically find all the FLTK related 
libraries and includes.

Julien

Seniha Esen Yuksel wrote:
> Oh, sorry. I didn't compile FLTK with cmake, since it does not have a 
> cmakelists.txt file. I just did make in its own directory.   With the 
> new settings, I am getting the error below now. The CmakeCache is in  
> http://www.cise.ufl.edu/~seyuksel/CMakeCache.txt.
> I cannot thank you enough for your help!
> Esen
> 
> plum:62% make
> Generating ImageViewerGUI.cxx
> Scanning dependencies of target ImageViewer
> Building CXX object ImageViewer/CMakeFiles/ImageViewer.dir/ImageViewer.o
> Building CXX object ImageViewer/CMakeFiles/ImageViewer.dir/ImageViewerGUI.o
> Linking CXX executable ImageViewer
> /usr/local/lib/libITKFltkImageViewer.so: undefined reference to 
> `itk::TimeProbesCollectorBase::Report() const'
> collect2: ld returned 1 exit status
> make[2]: *** [ImageViewer/ImageViewer] Error 1
> make[1]: *** [ImageViewer/CMakeFiles/ImageViewer.dir/all] Error 2
> make: *** [all] Error 2
> 
> 
> */Julien Jomier /* wrote:
> 
>     Hi Esen,
> 
>     When you ran CMake on FLTK I assume you specified where to build the
>     binaries (this is the binary directory I'm talking about).
> 
>     The main problem you have is that the FLTK_INCLUDE_DIR is defined as:
> 
>     FLTK_INCLUDE_DIR:PATH=/cise/research51/cvgmi_04/seyuksel/source/FLTK/fltk-1.1.4/FL
> 
>     and should actually be:
> 
>     FLTK_INCLUDE_DIR:PATH=/cise/research51/cvgmi_04/seyuksel/source/FLTK/fltk-1.1.4
> 
>     Also the FLTK_DIR directory should point to the binary directory
>     defined
>     when running CMake. It looks like your binary and source directories
>     are the same...
> 
>     FLTK_DIR:PATH=/cise/research51/cvgmi_04/seyuksel/source/FLTK/fltk-1.1.4
> 
>     Let us know if that helps,
> 
>     Julien
> 
>     Seniha Esen Yuksel wrote:
>      > Hi Julien,
>      >
>      > At the expense of sounding stupid, I don't see a bin directory in
>     Fltk.
>      > However, FLTK survived the Cmake flawlessly and I have
>     executables in
>      > the test directory and they are working great. Below is the
>      > CMakeCache.txt. Thanks a lot for your help.
>      > Esen
>      >
> 
> 
> 
> 
> Seniha Esen Yuksel
> University of Florida
> 
> ------------------------------------------------------------------------
> Do you Yahoo!?
> Everyone is raving about the all-new Yahoo! Mail Beta. 
>  
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users



 		
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20060702/cdbc065d/attachment.html


More information about the Insight-users mailing list