Re: [cffi-devel] Next release of CFFI with cffi-libffi

2012-04-30 Thread Stas Boukarev
Stelian Ionescu sione...@cddr.org writes: On Thu, 2012-04-19 at 14:46 +, Stas Boukarev wrote: Luís Oliveira luismbo at gmail.com writes: On Thu, Apr 19, 2012 at 2:50 PM, Stelian Ionescu sionescu at cddr.org wrote: (with-foreign-object (p '(:struct timespec) 2) (mem-aref p

Re: [cffi-devel] Next release of CFFI with cffi-libffi

2012-04-30 Thread Stas Boukarev
Stas Boukarev stass...@gmail.com writes: Stelian Ionescu sione...@cddr.org writes: On Thu, 2012-04-19 at 14:46 +, Stas Boukarev wrote: Luís Oliveira luismbo at gmail.com writes: On Thu, Apr 19, 2012 at 2:50 PM, Stelian Ionescu sionescu at cddr.org wrote: (with-foreign-object

Re: [cffi-devel] Next release of CFFI with cffi-libffi

2012-05-01 Thread Stas Boukarev
Luís Oliveira luis...@gmail.com writes: On Mon, Apr 30, 2012 at 11:02 PM, Max Mikhanosha m...@openchat.com wrote: This fixes it for me (defmethod foreign-type-size ((type symbol))  (let ((*parse-bare-structs-as-pointers* nil))    (foreign-type-size (parse-type type Thanks everyone for

Re: [cffi-devel] Release blockers

2013-03-03 Thread Stas Boukarev
Anton Vodonosov avodono...@yandex.ru writes: 23.02.2013, 20:40, Stelian Ionescu sione...@cddr.org: On Sat, 2013-02-23 at 14:54 +, Luís Oliveira wrote:  On Sat, Feb 23, 2013 at 2:40 PM, Stelian Ionescu sione...@cddr.org wrote:  What is the minimum necessary that needs to be done(bugs to

Re: [cffi-devel] C to Lisp

2013-11-27 Thread Stas Boukarev
Greg Bennett gwbenn...@sentex.ca writes: Good morning, I (think I) might be close to getting a result in having a C function return its output to Lisp. I shall be very grateful for comments and corrections to what I have done, and thank readers for their patience. Here is the C-function

Re: what is the length of a long (motivated by GSL2.1 and GSLL)

2015-11-23 Thread Stas Boukarev
Mirko Vukovic writes: > This message has two audiences: One the general CFFI group, and second the > GSL maintainer. > > This is using latest CCL and SBCL on 64-bit Windows 7, and MSYS2 running > 64-bit MinGW and its GSL2.0 and 2.1. > > Running GSL 2.0 and 2.1 under