> MacArthur, Ian (SELEX GALILEO, UK) wrote: > >> The above error "cannot find -lXutf8", maybe the Xutf8 not > >> installed successful? > > > > This is really one for Greg, I think, but I guess that USEUTF8 stuff was > > required when linking against the patched 1.1.6-utf8 builds. > > > > I would think it is not required with the 1.3.x builds. > > Yes -- I believe that's exactly what that's about, and as > Ian says, the -lXutf8 is no longer necessary with 1.3.x > (as of a few months ago) because that lib is now part of > fltk. > > This makes sense, as I ran into this problem myself, because > somewhere along the line when fltk took over the utf8 patch, > the separate Xutf8 stuff was merged in with FLTK. > > So yes, just remove the -lXutf8 from the link line; > it's no longer needed for 1.3.x. > > Guess I'll update the Fl_Table documentation. > I should probably also convert Fl_Table's Makefile over to using > fltk-config instead. >
OK, The problem has been solved. Fl_Table support UTF-8 as a result of the test. I appreciate your help very much. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

