Re: [Maxima-discuss] Maxima works with gcl 2.7.1
Raymond Toy <[email protected]> Fri, 25 Apr 2025 07:26:24 -0700
| Newsgroups | gmane.lisp.gcl.devel,gmane.comp.mathematics.maxima.general |
|---|---|
| Message-ID | <[email protected]> |
On 4/24/25 9:19 AM, Camm Maguire wrote: > Greetings! Didn't notice this before, but I see warnings like this when compiling maxima. I've only seen this in db.c ``` binary-gcl/db.c: In function ‘LI22__LABEQ__e_toy_src_sourceforge_maxima_src_binary_gcl_db’: binary-gcl/db.c:3622:59: warning: integer constant is so large that it is unsigned 3622 | V235= make_fixnum((fix(V233)|-9223372036854775808)); | ^ binary-gcl/db.c:3666:59: warning: integer constant is so large that it is unsigned 3666 | V236= make_fixnum((fix(V234)|-9223372036854775808)); | ```