[2583] in Kerberos-V5-bugs
pending/300: problems in compiling beta 7 kerberos
daemon@ATHENA.MIT.EDU (Derek Chan)
Tue Dec 17 20:30:44 1996
Resent-From: gnats@rt-11.MIT.EDU (GNATS Management)
Resent-To: gnats-admin@rt-11.MIT.EDU
Resent-Reply-To: krb5-bugs@MIT.EDU, Derek Chan <dchan@cisco.com>
Date: Tue, 17 Dec 1996 17:29:24 -0800 (PST)
From: Derek Chan <dchan@cisco.com>
To: krb5-bugs@MIT.EDU
Cc: dchan@cisco.com (Derek Chan)
>Number: 300
>Category: pending
>Synopsis: problems in compiling beta 7 kerberos
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: gnats-admin
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Tue Dec 17 20:30:01 EST 1996
>Last-Modified:
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Unformatted:
Hi,
After running "./configure --with-cc=gcc" and "make". I run into a problem
where make seems to use conflicting include files from different places. There
are many warnings of macro being redefined and then finally it ends like this:
In file included from ../btree/bt_get.c:44:^M
/usr/local/lib/gcc-include/stddef.h:6: conflicting types for `ptrdiff_t'^M
/usr/include/sys/stdtypes.h:28: previous declaration of `ptrdiff_t'^M
/usr/local/lib/gcc-include/stddef.h:12: conflicting types for `size_t'^M
/usr/include/sys/stdtypes.h:27: previous declaration of `size_t'^M
make[3]: *** [bt_get.o] Error 1^M
make[3]: Leaving directory `/rub/mitkrb/krb5-beta7/src/util/db2/obj'^M
make[2]: *** [all] Error 1^M
make[2]: Leaving directory `/rub/mitkrb/krb5-beta7/src/util/db2'^M
make[1]: *** [all-unix] Error 1^M
make[1]: Leaving directory `/rub/mitkrb/krb5-beta7/src/util'^M
make: *** [all-unix] Error 1^M
autons-prod-coreasun:/rub/mitkrb/krb5-beta7/src 2 >
I can provide a full log if needed. Any idea why this happened and how to
fix it.
Thanks in advance
Derek