[Ecls-list] Current HEAD hangs during compilation
Gabriel Dos Reis
gdr at integrable-solutions.net
Sun Jul 5 15:53:34 UTC 2009
On Sun, Jul 5, 2009 at 10:15 AM, Juan Jose
Garcia-Ripoll<juanjose.garciaripoll at googlemail.com> wrote:
> On Sun, Jul 5, 2009 at 2:30 PM, Tobias C. Rittweiler<tcr at freebits.de> wrote:
>> Trying to compile the real HEAD, I now get
>>
>> ;;; About to load cmp/load.lsp
>> In form
>> (DEF-INLINE AREF :UNSAFE #1=(T T T) T #2="@0;ecl_aref_unsafe(#0,fix(#1)*(#0)->array.dims[1]+fix(#2))")
>> Unknown keyword argument passed to function #<bytecompiled-function MAKE-INLINE-INFO>.
>
> Most likely you just reconfigured without wiping out the build
> directory and the old file cmp/cmpdefs.lsp is still there. The format
> of compiler structures has changed. You need to make a fresh new
> build.
Hi Juanjo,
This build directory issue seems to be recurring. Maybe ECL should
have 'make clean' remove any of those leftovers, whereas 'make mostlyclean'
have the current behaviour of 'make clean'?
-- Gaby
More information about the ecl-devel
mailing list