On 28 Aug 2009, at 23:40, yassine wrote: >>> I run cmake on an svn version of fltk 1.3 and choose msys >>> makefile. When I run make on msys the libraries are built but when >>> fluid.exe is linked a lot of errors concerning fl_ut8.... appear. >>> Here are some lines : >> >> >>> How to fix this? >> >> I don't think there is anyone to maintain the cmake files for 1.1.3. >> >> You will need to build 1.1.3 using the regular configure/make >> sequence, or perhaps if you are familiar with cmake you can fix the >> cmake for us? >> > Thanks for the answer. > I am not using fltk 1.1.3 but fltk 1.3
Yes, I know. Sometimes my fingers type faster than my brain... My answer stands, and is correct. The Cmake files are out of date. You either need to update them, or simply do a conventional configure/ make in your Msys shell, which does work correctly (it is the method that I use.) -- Ian _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

