Re: Updated Allegro egg for Chicken 5, and other notes
Dan Leslie <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <khFydrf--fhQIkRY7D3Fmw8w8icqkXm-ZlDYr32cwtODgjJCmIuep4iblcMrcuDQG5dpLKJmUE9jR4XdrWkJezN5j9H7J9P3A-qXlizTK0E=@ironoxide.ca> |
> Could you please verify that it indeed works with 5.4.0rc2, and perhaps
> check if you were on 5.2.0?
Looks like I'm on 5.3.0:
#> csc -version
CHICKEN
(c) 2008-2021, The CHICKEN Team
(c) 2000-2007, Felix L. Winkelmann
Version 5.3.0 (rev e31bbee5)
mingw32-windows-gnu-x86-64 [ 64bit dload ptables ]
I've installed a fresh version of Chicken 5.4.0RC2, wiping the existing install completely, and it appears that installing apropos now succeeds.
#> csc -version
CHICKEN
(c) 2008-2022, The CHICKEN Team
(c) 2000-2007, Felix L. Winkelmann
Version 5.4.0rc2 ((HEAD detached at 5.4.0rc2)) (rev af93a853)
mingw32-windows-gnu-x86-64 [ 64bit dload ptables ]
Thanks!
-Dan