[Ecls-list] ECL 9.3.0 pre-release

Claus Brod claus.brod at googlemail.com
Wed Mar 25 19:18:40 UTC 2009


On Wed, Mar 25, 2009 at 6:09 PM, Juan Jose Garcia-Ripoll <
juanjose.garciaripoll at googlemail.com> wrote:

> On Tue, Mar 24, 2009 at 7:34 PM, Claus Brod <claus.brod at googlemail.com>
> wrote:
> > And on Windows, when compiling using msvc/Makefile, nmake and Visual
> Studio
> > 2008, I get:
> >
> > ../../src/c/main.d(731) : error C2065: 'temp' : undeclared identifier
>
> This has been fixed today.


Excellent! Now compilation progresses until we hit the following snag:

 ../../src/c/interpreter.d(242) : error C2143: syntax error : missing ';'
before
'type'
../../src/c/interpreter.d(243) : error C2143: syntax error : missing ';'
before
'volatile'

Seems that the definition of ECL_OFFSET_TABLE doesn't fit the compiler's
needs (ECL_THREADED_INTERPRETER is not defined when compiling via
msvc/Makefile, and so ECL_OFFSET_TABLE is empty).

  Claus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20090325/20949b52/attachment.html>


More information about the ecl-devel mailing list