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 dietr...@formgames.orgwrote: 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,

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

2013-06-15 Thread Dietrich Bollmann
Hi, When configuring and building ECL on a Mac with the option '--with-cxx', C++ code can be directly embedded in LISP via ffi:clines and ffi:c-inline; under Windows, however, I couldn't find a similar build option. How can I build ECL on Windows in a way which allows to embed C++ code as well?