On 07.08.2011, at 23:34, Richard Sanders wrote:

> On Sun, 07 Aug 2011 14:22:49 -0700, Gintautas <ginti...@gmail.com>
> wrote:
> 
>> I made a some little hints how to build FTLK libraries for using with
>> Code::Blocks. Since I took a while to figure out I hope this one will come
>> handy for some of you:
>> 
>> http://gintasdx.althirius-studios.com/2011/08/tutorial-codeblocks-with-fltk.html
> 
> I have to ask, why? Msys does the job so easily.
> 
> ./configure
> make install
> 
> End of story.

Reading this right (forgive me, it's late), you configure with CMake, but then 
you call "make" (instead of cmake)to build the library? I would recommend that 
you either use CMake all the way, or autoconf/configure/make, but not both. 

In FLTK 1.3, all these methods are described in README.CMake.txt, 
README.MSWindows.txtx, and README.Unix.txt

 - Matthias
_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to