On 4/29/21 11:15 AM Manolo wrote:
>
>
> On Monday, April 26, 2021 at 10:16:26 PM UTC+2 Albrecht Schlosser wrote:
>
> The first release candidate for FLTK 1.3.6 is now available for
> download and testing.
> Please test and report bugs within 2 weeks (until May 10, 2021) if
> you find any issues with this release candidate.
>
>
> Many thanks to Albrecht for putting up this RC.
Welcome. Thanks for testing...
> Here are the tests I performed, all errorless:
> - standard configure build under macOS 11.2.3
> - configure --enable-x11 build under macOS 11
> - standard configure build under Windows XP
Did you notice the error report from Bob Tolbert about:
It seems clear to me that this is caused by our file named VERSION in
the FLTK root directory which I asked Bob to rename and build again.
This file is included by system headers which want to #include
<version>, a new C++ header.
I already committed a fix to Git on branch-1.3.
My question to you (and others): Do you have a macOS system with a case
/insensitive/ file system where you can test and see if the error
manifests? That's just for curiosity but it might help. I know that we
had a user report of the same issue on Windows (and I renamed the file
in 1.4.0).
Maybe the build needs to be run with --std=C++11 or C++14 or whatever to
trigger the error though.
A simple test should be to `git clone` the FLTK repo and run `make` in
the FLTK root dir.
Comments are owned by the poster. All other content is copyright 1998-2025 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.