[EMAIL PROTECTED] (Linas Vepstas) writes:
> Derek,
>
> You need to
>
> make clean; make; make install
This is insufficient. I tried with a clean checkout and it died
with the same error that Herbert reported. Are you sure you're
not configuring with --disable-error-on-warning?
> The changes c
Derek,
You need to
make clean; make; make install
The changes caused the sizes of various structures to change.
The default auomake causes libs to be pulled from /usr/local/lib
which will cause all sorts of weird core dumps, which is probably what
you saw.
If there is a specific bug, let me k
Derek Atkins schrieb:
>
> Hmm, what compiler are you using? I just built HEAD about 5 minutes
> ago and it worked just fine.
gcc --version
gcc (GCC) 3.3.1 (SuSE Linux)
Herbert.
> -derek
>
> Herbert Thoma <[EMAIL PROTECTED]> writes:
>
> > Hi!
> >
> > I just updated and get the following erro
Thanks.
Linas' changes to the engine from last night are just completely
broken. Even after I fixed this problem I found a bunch of others
later on. Even worse, his code started calling functions is additional
parameters, which is just illegal.
So I decided to revert his recent changes. If you
Herbert Thoma <[EMAIL PROTECTED]> writes:
> Derek Atkins schrieb:
>>
>> Hmm, what compiler are you using? I just built HEAD about 5 minutes
>> ago and it worked just fine.
>
> gcc --version
> gcc (GCC) 3.3.1 (SuSE Linux)
Thanks. I just realized that I HADN'T built with current CVS.. So I'll
t
Hmm, what compiler are you using? I just built HEAD about 5 minutes
ago and it worked just fine.
-derek
Herbert Thoma <[EMAIL PROTECTED]> writes:
> Hi!
>
> I just updated and get the following error in the HEAD branch:
>
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/libc -I../../src
> -I..