Re: Two issues with ecl 16.1.3 and gcc 7

2017-02-23 Thread Jerry James
On Thu, Feb 23, 2017 at 12:25 PM, Daniel KochmaƄski wrote: > Fixes are already commited to the repository. You're fast! :-) Thank you, Daniel. -- Jerry James http://www.jamezone.org/

Two issues with ecl 16.1.3 and gcc 7

2017-02-23 Thread Jerry James
BUILD/ecl-16.1.3/src/c/file.d:1630:32: warning: comparison of constant '16' with boolean expression is always false [-Wbool-compare] That refers to this line: if (ECL_BASE_STRING_P(strng) == t_base_string) { shouldn't that be: if (ECL_BASE_STRING_P(strng)) { ? Regards, -- Jerry James http://www.jamezone.org/

Re: Problem installing ECL from sources in Fedora

2016-04-15 Thread Jerry James
already packaged in Fedora? Run 'sudo dnf install ecl' to get it. Version 16.1.2 has already been built for the upcoming Fedora 24, by the way. See http://bugz.fedoraproject.org/ecl/ for more information on the package. -- Jerry James http://www.jamezone.org/

Re: [ECL][16.0.0][Release]

2015-08-31 Thread Jerry James
be that happened last release, too, and I wasn't paying attention. So what do the version numbers mean now? -- Jerry James http://www.jamezone.org/