[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?

Re: [Ecls-list] A question while compiling ECL

2013-06-15 Thread Juan Jose Garcia-Ripoll
On Sat, Jun 15, 2013 at 2:39 AM, ZhanLin Shang wrote: > Dear All, > I've tried to compile ECL on my computer running Ubuntu 12.10 x64 > after > ./configure and make > it gave me the message below: > Did you udpdate to recent git/CVS ? This is fixed there. The release should also be stable (tag is

[Ecls-list] A question while compiling ECL

2013-06-15 Thread ZhanLin Shang
Dear All, I've tried to compile ECL on my computer running Ubuntu 12.10 x64 after ./configure and make it gave me the message below: Condition of type: UNBOUND-VARIABLE The variable C::+DEFAULT-MACHINE+ is unbound. No restarts available. and then enter the TOP-LEVEL, I don't know what happened a