Re: [Ecls-list] Embedding C++ code in LISP under Windows

2013-06-16 Thread Dietrich Bollmann
Hi Juanjo, Thank you! It was too late in the night when I wrote this email to think clearly: I tried to apply my experiences from embedding C++ code via the ECL FFI on my Mac to Windows... Not a good strategy :) In both cases I got the same error messages being caused by the compiler misinterpr

Re: [Ecls-list] Embedding C++ code in LISP under Windows

2013-06-16 Thread Juan Jose Garcia-Ripoll
On Sat, Jun 15, 2013 at 11:47 AM, Dietrich Bollmann wrote: > > How can I build ECL on Windows in a way which allows to embed C++ code as > well? > > The Windows compiler is a C++ compiler, AFAIK. You should not need to do anything extra. -- Instituto de Física Fundamental, CSIC c/ Serrano, 113b

Re: [Ecls-list] ECL doesn't support weak key hash-tables?

2013-06-16 Thread Matthew Mondor
On Sun, 16 Jun 2013 14:48:26 +0300 timo.my...@wickedbsd.net (Timo Myyrä) wrote: > Probably my misconfiguration or quicklisp issue. > Seems that the quicklisp loaded older version of trivial-garbage which didn't > include ECL support. Removed all local trivial-garbage dists and reloaded it > and

Re: [Ecls-list] ECL doesn't support weak key hash-tables?

2013-06-16 Thread Timo Myyrä
Matthew Mondor writes: > On Sun, 16 Jun 2013 12:24:23 +0300 > timo.my...@wickedbsd.net (Timo Myyrä) wrote: > >> Hi, >> >> When trying to load cl+ssl via quicklisp it raises error that ECL doesn't >> support weak key hash tables. Problem seems to be raised in trivial-garbage. >> >> Here's quick

Re: [Ecls-list] ECL doesn't support weak key hash-tables?

2013-06-16 Thread Matthew Mondor
On Sun, 16 Jun 2013 12:24:23 +0300 timo.my...@wickedbsd.net (Timo Myyrä) wrote: > Hi, > > When trying to load cl+ssl via quicklisp it raises error that ECL doesn't > support weak key hash tables. Problem seems to be raised in trivial-garbage. > > Here's quick way to replicate this: > > (ql:quic

[Ecls-list] ECL doesn't support weak key hash-tables?

2013-06-16 Thread Timo Myyrä
Hi, When trying to load cl+ssl via quicklisp it raises error that ECL doesn't support weak key hash tables. Problem seems to be raised in trivial-garbage. Here's quick way to replicate this: (ql:quickload 'trivial-garbage) CL-USER> (ql:quickload 'trivial-garbage) To load "trivial-garbage": Loa