does not work anymore with ECL #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
Since commit
829bf7con the 24th of august, the library does load anymore in ECL using quicklispIt seems to be connected to SB libraries
quicklisp/local-projects/osc/devices/socket-functions.lisp" 0x55b0e2262aa0>, position 1958:
;;; Cannot find the external symbol NOT-CONNECTED-ERROR in #<"SB-BSD-SOCKETS" package>
OR
;;; Internal error:
;;; ** There is no package with the name SB-EXT.
coming back to
652a10dfixes the issueI think there is still some sbcl specific code in the
devicesmodule that needs to be loaded conditionally. If you are not using that, it should still work if the module is disabled.if you add
:if-feature :sbclto the:module "devices"declaration inosc.asddoes it load and/or work as expected?Thanks @ntrocado looks good. does this change (i.e. https://github.com/zzkt/osc/pull/16) work for you @vrx ?
seems to be working now...