[Insight-users] FLTK Compiling error

Luis Ibanez luis.ibanez@kitware.com
Fri, 07 Feb 2003 23:04:48 -0500


Hi Yanshui,

It looks like you are not using CMake to configure
your project. That could save you a lot of time.
CMake will generate consistent Makefiles for you
once you indicate where FLTK is installed.

Luis


--------------------------------------------

Yuanshui Zheng wrote:
> Hi Luis,
> 
> I think there might be some problem with my Makefile, as I was able to
> compile rateLesionUI.cxx with
> 
> %g++ -DHAVE_CONFIG_H -g -c -I/usr/local/include
> -I/usr/local/include/FL   -I/usr/local/include/ofstd rateLesionUI.cxx
> 
> but got the parsing error message when I try to compile viewer.cpp with
> 
> %g++ -g -DHAVE_CONFIG_H -c -I/usr/local/include -I/home/north/include
> -I/usr/local/include/dcmimgle  -I/usr/local/include/ofstd
> -I/usr/local/include/dcmdata viewer.cpp
> 
> The whole Makefile is attached for your review. I wonder whether you
> could let me know what's wrong I have done. Thank you very much,
> 
> Yuanshui
>