<div class="gmail_quote">On Wed, Mar 25, 2009 at 6:09 PM, Juan Jose Garcia-Ripoll <span dir="ltr"><<a href="mailto:juanjose.garciaripoll@googlemail.com">juanjose.garciaripoll@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

On Tue, Mar 24, 2009 at 7:34 PM, Claus Brod <<a href="mailto:claus.brod@googlemail.com">claus.brod@googlemail.com</a>> wrote:<br>
> And on Windows, when compiling using msvc/Makefile, nmake and Visual Studio<br>
> 2008, I get:<br>
><br>
> ../../src/c/main.d(731) : error C2065: 'temp' : undeclared identifier<br>
<br>
This has been fixed today.</blockquote><div><br>Excellent! Now compilation progresses until we hit the following snag:<br><br> ../../src/c/interpreter.d(242) : error C2143: syntax error : missing ';' before<br>'type'<br>

../../src/c/interpreter.d(243) : error C2143: syntax error : missing ';' before<br>'volatile'<br><br>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).<br>

<br>  Claus<br><br></div></div><br>