I just tried compiling msvc6 and had a problem with the HAVE_LOG1P* flags. I had to remove them to successfully link.<br><br>Other problems:<br><br>package.d line 82) Choked on the INLINE declaration. These two functions seem to be missing return types. Also, I think the macro was being defined to be inline, but the compiler didn't recognize that.<br>
<br>symbol.d line 43) The code generated for "get" has some stuff to handle the optional parameter before the body, but then declares plist in the same scope after non-declarations. I put an extra bare scope around the function body to fix it.<br>
<br>After the core is booted I ran into the same problem that Marco Gidde wrote about earlier. *.lsp files are compiling to have CAR as an l-value, which it isn't.<br><br><div class="gmail_quote">On Wed, Apr 30, 2008 at 9:47 AM, Samium Gromoff <_<a href="mailto:deepfire@feelingofgreen.ru" target="_blank">deepfire@feelingofgreen.ru</a>> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">At Wed, 30 Apr 2008 16:27:39 +0200,<br>
<div>Juan Jose Garcia-Ripoll wrote:<br>
><br>
> Hi,<br>
><br>
> I have made a change to config.h.msvc6, assuming that log1p(),<br>
> log1pf() and log1pl() are defined in the C library. Can you check<br>
> whether this work or whether some of the HAVE_LOG1P* flags has to be<br>
> removed? I also changed the syntax of constants to remove the "f0"<br>
> suffix.<br>
<br>
</div>I'm sorry, I wish I could help, but I'm away from a properly set up<br>
win32 environment and hours away from the train which is to take me away<br>
for a vacation.<br>
<br>
I'm going to see into it at about the 12th of May.<br>
<br>
kind regards, Samium Gromoff<br>
<div><div></div><div><br>
-------------------------------------------------------------------------<br>
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference<br>
Don't miss this year's exciting event. There's still time to save $100.<br>
Use priority code J8TL2D2.<br>
<a href="http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone" target="_blank">http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone</a><br>
_______________________________________________<br>
Ecls-list mailing list<br>
<a href="mailto:Ecls-list@lists.sourceforge.net" target="_blank">Ecls-list@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
</div></div></blockquote></div><br>