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

[STR New]

Link: http://www.fltk.org/str.php?L2394
Version: 2.0-current


compiler: gcc version 4.4.4 20100503 (Red Hat 4.4.4-2)
OS: Fedora 13
Kernel: 2.6.33.5-124.fc13.i686 #1 SMP

The file Cursor.cxx does not compile due to a misnamed header inclusion on
line 36.  The line is as follows.

#include <fltk/Cursor.h>

To correct the problem the inclusion directive is altered as follows.

#include <fltk/cursor.h>

With this change this file, Cursor.cxx, as part of fltk 2.0 r7513 compiles
successfully.

Unfortunately I cannot upload an updated file at this time.


Link: http://www.fltk.org/str.php?L2394
Version: 2.0-current

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

Reply via email to