DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2136
Version: 1.3-current


Seems the test/help program no longer shows an example html page
anymore, because it wants to show ../documentation/main.html
which no longer exists (due to Doxygen-ification?).

Also, help segfaults under linux (fedora3) with the current clean
checkout of 1.3.x (r6642) and default build. (Works fine on the
mac, though)


Maybe 'help' should be modified to refer to example html file(s)
that live in the test dir. Would be nice if the test HTML file
exercised all the 'supported' features Fl_Help_View currently
supports (tables/fonts/colors/file and http links, etc)

Here's the (1) config summary, followed by the (2) gdb trace
of running the test/help program regarding the core dump:

* * *

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)


Link: http://www.fltk.org/str.php?L2136
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to