> Do any of the fltk test programs work? > > Try going into the 'test' directory and run 'demo', > and run the various widget programs. > > If those work, but your app does not, check to make > sure you're compiling correctly, and rebuilding all > your .o files. (eg. you don't want to try to link fltk.1.1.7 > .o files against fltk1.3.x)
I did but any demo programs under test directory regarding Fl_input/Fl_output/Fl_tabs are didnt work (segmentation error). > Are you sure you're running the fluid binary that came > with the new version of fltk you have recently built? > > If it crashes just running fluid and choosing New>Code>Class, > then something is fundamentally wrong, as I can't replicate that > here on my fedora3 linux system. > > I would suggest trying these steps exactly, and seeing if you > still have trouble. > > The following assumes the /usr/local/src directory exists, > and that there is *not* a subdirectory called 'fltk-1.3.x-svn'. > (if there is one, rename it to something else). > > Then run these exact commands: > > cd /usr/local/src/ > svn -r 6583 co http://svn.easysw.com/public/fltk/fltk/branches/branch-1.3/ > fltk-1.3.x-svn > cd fltk-1.3.x-svn > ../configure > make > > Then to run fluid, run: > > ../fluid/fluid > > I specified revision 6583 in the above SVN command just to make > sure you're running the same release I am. yes. I did all the checks but problem still continuing :-( > > If you still get a crash, it might be something unusual about > your unix environment, in which case the more details you can > give us about the processor/xwindows version/window manager > environment, the better. > > Make sure your X windows "DISPLAY" environment variable is set > to something like ":0.0", eg. if your shell is a bash shell: > > export DISPLAY=:0.0 my DISPLAY environment variable is alredy :0.0 my uname out put:- 2.6.15-gentoo-r1 #27 PREEMPT Tue Jul 3 19:00:58 JST 2007 i686 Intel(R) Celeron(R) M processor 1.40GHz GNU/Linux my xwindow details :- X Window System Version 6.8.2 X Protocol Version 11, Revision 0, Release 6.8.2 window manager :- Fluxbox Desktop Environments :- GNOME _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

