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

[STR New]

Link: http://www.fltk.org/str.php?L2932
Version: 1.3.2


It seems that the 1.3.2 source tarball isn't updated correctly from 1.3.1.
I confirmed that the md5sum of the 1.3.2 tarball I downloaded matches what
is listed on the download page. When I compile it, here is the output from
fltk-config:

$ fltk-config --version
1.3.1

This causes problems when I try to compile programs against the fltk
library. I did some digging, and found that I needed to change
FL_PATCH_VERSION in configure.in from 1 to 2. Now, when I recompile fltk,
here is the output:

$ fltk-config --version
1.3.2

This seems to fix the problem, but I also noticed that 1.3.1 is in
src/Makefile and a few other places:

$ grep '1\.3\.1' * -r
CHANGES:        - Fixed regression in FLTK 1.3.1 for unbundled Mac OS FLTK
applications that
CHANGES:CHANGES IN FLTK 1.3.1
CHANGES:    1.3.1 ABI FEATURES
fluid/about_panel.fl:Version 1.3.1}
fluid/about_panel.cxx:    { Fl_Box* o = new Fl_Box(135, 10, 200, 70, "FLTK
User\nInterface Designer\nVersion 1.3.1");
src/Makefile:           -current_version 1.3.1 \
src/Makefile:           -current_version 1.3.1 \
src/Makefile:           -current_version 1.3.1 \
src/Makefile:           -current_version 1.3.1 \


Link: http://www.fltk.org/str.php?L2932
Version: 1.3.2

_______________________________________________
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to