Search found 2 matches

by zmyrgel
Thu Feb 20, 2014 9:35 am
Forum: Common Lisp
Topic: SBCL Quicklisp & CFFI on OpenBSD
Replies: 4
Views: 11000

Re: SBCL Quicklisp & CFFI on OpenBSD

Ah, forgot to mention in previous message that you can add following to ~/.sbclrc to see if it helps for the encoding issues:
(setf sb0impl::*default-external-format* :utf-8)
by zmyrgel
Thu Feb 20, 2014 9:33 am
Forum: Common Lisp
Topic: SBCL Quicklisp & CFFI on OpenBSD
Replies: 4
Views: 11000

Re: SBCL Quicklisp & CFFI on OpenBSD

Hi hanzer, I've looked into these issues lately and have sent patches for cl+ssl and cffi projects to fix loading of libraries. https://github.com/cffi/cffi/pull/37 https://github.com/cl-plus-ssl/cl-plus-ssl/pull/2 With above patches the cffi-libffi library loads just fine for me on OpenBSD-current ...