[Etherboot-developers] Re: [Etherboot-users] Problem on FREEBSD_PXEEMU
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-04-18 14:40:33
|
> stdint.h:4: redefinition of `uint8_t' > /usr/include/sys/types.h:84: `uint8_t' previously >declared > here > stdint.h:5: redefinition of `uint16_t' > /usr/include/sys/types.h:89: `uint16_t' previously > declared here > stdint.h:6: conflicting types for `uint32_t' > /usr/include/sys/types.h:94: previous declaration of > `uint32_t' > stdint.h:7: redefinition of `uint64_t' > /usr/include/sys/types.h:99: `uint64_t' previously > declared here > stdint.h:9: redefinition of `int8_t' > /usr/include/sys/types.h:64: `int8_t' previously >declared > here > stdint.h:10: redefinition of `int16_t' > /usr/include/sys/types.h:69: `int16_t' previously >declared > here > stdint.h:11: conflicting types for `int32_t' > /usr/include/sys/types.h:74: previous declaration of > `int32_t' > stdint.h:12: redefinition of `int64_t' > /usr/include/sys/types.h:79: `int64_t' previously >declared > here > main.c: In function `default_netmask': > main.c:438: warning: implicit declaration of function > `ntohl' > main.c:440: warning: implicit declaration of function > `htonl' > main.c: In function `udp_transmit': > main.c:463: warning: implicit declaration of function > `htons' > main.c: In function `tftp': > main.c:700: warning: implicit declaration of function > `ntohs' > gmake: *** [bin32/main.o] Error 1 Somebody really needs to fix up the FREEBSD_PXEEMU code to use private include files instead of system includes. This will also give the code a chance to compile on non-FreeBSD systems. Any takers from the FreeBSD community? |