Re: Preparing 4.4a
Joseph Donaldson <[email protected]> Thu, 19 Nov 2020 18:54:48 +0000 (UTC)
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Message-ID | <[email protected]> |
Hello, Manuel, At least with openjdk, newer versions of java have changed the format of the version string. I believe the recent changes to configure will not work properly. For example on my linux box, java 11 returns 11.0.9.1 which 1.11 will not match. I also believe you will find some other minor incompatibilities as noted in my pull request for supporting newer java versions. Best Regards, Joseph Donaldson On Thu, Nov 19, 2020 at 2:14 AM, [email protected]<[email protected]> wrote: Hi Jerry, Thanks for your report. I think I have been able to fix all the problems you have mentioned. The fixes are in the new version 4.4a-2. Thanks again for your help, -- Manuel