imacarthur wrote: > On 22 Dec 2008, at 0:26, nilan wrote: > >>>> when i click on a any of Fl_Input in my GUI,a segmentation error occur. >>>> im doing nothing with Fl_Input call backs. im using fltk 1.3.0 >>>> any body have an idea regarding this? >>>> >>> >>> I have the exactly same program.There is a temprary solution. Using >>> fltk-1.1.7/src/Fl_Input_.cxx replays the >>> fltk-1.3.x-r6542/src/Fl_Input_.cxx. It works well.^_^ >> >> yes liaojifang, it solves segmentation error problem. but my real >> problem ( input and display japanese fonts) is not solved in fltk 1.3 >> also. so im thinking of moveing to QT. thanks a lot. > > You still have that error? That is very strange - no one has been able > to reproduce that. > The fact that swapping in the 1.1.7 version of the source "fixes" the > problem really does make me think you have a hybrid build.
I don't think so. I think that this must be a hint that something in the 1.3 Fl_Input_.cxx causes the problem, together with some weird system configuration, since liaojifang had the same problem and solved it by replacing the _source_ file. Maybe something with the (asian) locale config, fonts or ... Meanwhile I ran a Gentoo [1] Linux Live Installer CD (without _installing_ it), and I could install and run FLTK 1.3 without problems. The only thing I had to change was to explicitly configure with --disable-xinerama, because configure seemed to have found it, but the compiler complained (maybe another check we should make for a header file and not only a lib file). However, I did not configure any locale or such... Now we might have to look for different configure options WRT Xft, Xdbe and maybe more (you know, there are some code differences, don't you?). Although I can't find any obviously relevant #if*'s in Fl_Input*.cxx (except maybe HAVE_LOCALECONV ?). Albrecht [1] Nilan reported that he used Gentoo, but maybe an older version. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

