This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Build failed


Hi,

thanks for all who helped me solved the configure problem.
I'm building the port now but it failed due to some sys/include
files. What do I do?
.
.
.
In file included from /usr/include/sys/types.h:24,
                 from libgettext.h:33,
                 from intl-compat.c:23:
/usr/include/sys/machtypes.h: In function `NOTICE_UPDATE_CC':
/usr/include/sys/machtypes.h:33: warning: structure defined inside parms
/usr/include/sys/machtypes.h:33: storage class specified for parameter `physadr_t'
/usr/include/sys/machtypes.h:35: warning: structure defined inside parms
/usr/include/sys/machtypes.h:35: storage class specified for parameter `label_t'
/usr/include/sys/machtypes.h:39: storage class specified for parameter `lock_t'
In file included from /usr/include/sys/types.h:33,
                 from libgettext.h:33,
                 from intl-compat.c:23:
/usr/include/sys/int_types.h:62: storage class specified for parameter `int8_t'
/usr/include/sys/int_types.h:68: storage class specified for parameter `int16_t'
/usr/include/sys/int_types.h:69: storage class specified for parameter `int32_t'
/usr/include/sys/int_types.h:74: storage class specified for parameter `int64_t'
/usr/include/sys/int_types.h:78: storage class specified for parameter `uint8_t'
.
.
.
/usr/include/sys/int_types.h:68: declaration for parameter `int16_t' but no such parameter
/usr/include/sys/int_types.h:62: declaration for parameter `int8_t' but no such parameter
/usr/include/sys/machtypes.h:39: declaration for parameter `lock_t' but no such parameter
/usr/include/sys/machtypes.h:35: declaration for parameter `label_t' but no such parameter
/usr/include/sys/machtypes.h:33: declaration for parameter `physadr_t' but no such parameter
In file included from libgettext.h:33,
                 from intl-compat.c:23:
/usr/include/sys/types.h:117: `B_FALSE' undeclared (first use in this function)
/usr/include/sys/types.h:117: (Each undeclared identifier is reported only once
/usr/include/sys/types.h:117: for each function it appears in.)
/usr/include/sys/types.h:117: `B_TRUE' undeclared (first use in this function)
.
.
.
/usr/include/sys/types.h:320: parse error before `size_t'
/usr/include/sys/types.h:320: warning: data definition has no type or storage class
In file included from /usr/include/sys/select.h:16,
                 from /usr/include/sys/types.h:418,
                 from libgettext.h:33,
                 from intl-compat.c:23:
/usr/include/sys/time.h:230: parse error before `hrtime_t'
/usr/include/sys/time.h:230: warning: data definition has no type or storage class
/usr/include/sys/time.h:371: parse error before `gethrtime'
/usr/include/sys/time.h:371: warning: data definition has no type or storage class
/usr/include/sys/time.h:372: parse error before `gethrvtime'
.
.
.
/usr/include/time.h:75: warning: data definition has no type or storage class
In file included from /usr/include/time.h:94,
                 from /usr/include/sys/time.h:399,
                 from /usr/include/sys/select.h:16,
                 from /usr/include/sys/types.h:418,
                 from libgettext.h:33,
                 from intl-compat.c:23:
/usr/include/sys/siginfo.h:218: parse error before `caddr_t'
/usr/include/sys/siginfo.h:218: warning: no semicolon at end of struct or union
/usr/include/sys/siginfo.h:218: warning: no semicolon at end of struct or union
/usr/include/sys/siginfo.h:228: parse error before `caddr_t'
/usr/include/sys/siginfo.h:228: warning: no semicolon at end of struct or union
.
.
.
/usr/include/sys/siginfo.h:303: parse error before `}'
/usr/include/sys/siginfo.h:303: warning: data definition has no type or storage class
make[2]: *** [intl-compat.o] Error 1
make[2]: Leaving directory `/net/local-kirin/gnudev/gnu/pep/gcc-2.95.2/gcc/intl'
make[1]: *** [intl.all] Error 1
make[1]: Leaving directory `/net/local-kirin/gnudev/gnu/pep/gcc-2.95.2/gcc'
make: *** [all-gcc] Error 2

I'm able to install for other port so I don't think it's the problem
of the sys/include stuff. What should I do?
Thanks.

Desmond

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]