Seems the test/help program segfaults under linux (fedora3)
with the current clean checkout of 1.3.x (r6642) and default build.
(Works fine on the mac, though)
Also, the test/help program no longer shows an example
html page anymore, probably because it wants to show
../documenation/main.html which no longer exists (due to Doxygen?).
Maybe help needs to be modified to refer to some example html files
that demonstrate all the features Fl_Help_View currently supports,
and just add html as new features are added.
Here's the (1) config summary, followed by the (2) gdb trace
of running the test/help program:
* * *
Configuration Summary
-------------------------------------------------------------------------
Directories: prefix=/usr/local
bindir=${exec_prefix}/bin
datadir=${prefix}/share
datarootdir=
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
mandir=${prefix}/man
Graphics: X11+Xft+Xdbe+Xinerama
Image Libraries: JPEG=System
PNG=System
ZLIB=System
Large Files: YES
OpenGL: YES
Threads: YES
* * *
# gdb test/help
[..]
(gdb) run
Starting program: /usr/local/src/fltk-1.3/test/help
[..]
(gdb) where
#0 0x004f375b in XSetForeground () from /usr/X11R6/lib/libX11.so.6
#1 0x080698de in fl_color ()
#2 0x08057ba8 in Fl_Help_View::format ()
#3 0x0805b2ae in Fl_Help_View::load ()
#4 0x0804cd67 in Fl_Help_Dialog::load ()
#5 0x0804c1ae in main ()
(gdb)
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev