bug#38516: [guile-2.9.6] make failed on Solaris x86/x64
Andy Wingo <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Sat 07 Dec 2019 01:12, Kiyoshi KANAZAWA <[email protected]> writes: > Hello, > > Trying guile-2.9.6. > Make fails on Solaris x86/64 with 32 bit mode. > It does not happen with 64 bit mode. > > $ make > : > CC libguile_3.0_la-ioext.lo > CC libguile_3.0_la-jit.lo > jit.c: In function 'compile_s64_to_f64': > jit.c:4293:27: error: incompatible type for argument 3 of 'emit_sp_ref_s64' > emit_sp_ref_s64 (j, T0, src); Fixed in git. Thanks for the report! Andy