[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libunwind] compile error in changeset 1.21
From: |
David Mosberger |
Subject: |
Re: [libunwind] compile error in changeset 1.21 |
Date: |
Mon, 11 Nov 2002 16:47:18 -0800 |
>>>>> On Mon, 11 Nov 2002 11:59:49 -0800, Mark Young <address@hidden> said:
Mark> This error occurs in yesterday's bitkeeper changeset 1.21.
Mark> gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include
Mark> -D_GNU_SOURCE -DNDEBUG -g -O2 -Wall -c ia64/init.c -MT init.lo
Mark> -MD -MP -MF .deps/init.TPlo -fPIC -DPIC -o .libs/init.lo
Mark> ia64/init.c: In function `_Uia64_init': ia64/init.c:166:
Mark> warning: implicit declaration of function
Mark> `ia64_script_cache_init' ia64/init.c:166: structure has no
Mark> member named `global_cache' make[1]: *** [init.lo] Error 1
Mark> make[1]: Leaving directory `/u/marky/BK/libunwind/src' make:
Mark> *** [all-recursive] Error 1
Yes, indeed. Turns out I forgot to checkin the changes to unwind_i.h.
I fixed that now.
Please keep in mind though that the bitkeeper repository is bleeding
edge stuff, so thing will break from time to time (though I'll try to
keep things compiling, at least).
--david