On 23.06.2010, at 19:41, Barry Branham wrote: > I just downloaded and tried to build r7647 with cmake, because I'm using > InsightToolkit and it builds with cmake and some example apps link to flkt. > > Anyway to get the fltk 1.3 build to work I had to make two changes in > src/CMakeLists.txt: > > # Fl_Abstract_Printer.cxx > Fl_Paged_Device.cxx > > 'Fl_Abstract_Printer.cxx' didn't exist and the cube example needed > 'Fl_Paged_Device.cxx' which wasn't in CMakeLists.txt but did exist so adding > it fixed that.
Thanks, CMake support is currently under development, and the file you mention has been renamed recently. It's good to read that it worked so far. We're very much interested in feedback. How did you build - Makefiles, any IDE, Visual C++,...? What platform did you use it on? TIA Albrecht _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
