On 08.08.2011 00:55, Matthias Melcher wrote: [ removed ambiguous citations ]
>> On Sun, 07 Aug 2011 14:22:49 -0700, Gintautas<[email protected]> >> 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 [ ... ] > 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. To clarify: CMake is not a replacement for make, but a generator for different build systems (but I'm sure you, Matt, new that ;-). man cmake says: "cmake - Cross-Platform Makefile Generator". To make it even more confusing, there is a command line cmake tool, and also ccmake ("ccmake - Curses Interface for CMake"). For Windows there's (AFAICT) another cmake-gui tool which the OP seems to use. So, after generating the Makefile(s) with cmake, ccmake, or cmake-gui you have to run the usual "make" to compile and build. @OP: For me this all seems to make it unnecessarily complicated, though, if you use Code:Blocks to run all this, but ... YMMV. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

