Unix网络编程 源代码编译问题

 wan@wan-VirtualBox:~/Projects/UnixNetworkProgramming/unpv22e/lib$ make
gcc -g -O2 -D_REENTRANT -Wall -D_POSIX_PTHREAD_SEMANTICS   -c -o daemon_inetd.o daemon_inetd.c
In file included from unpipc.h:7:0,
                 from daemon_inetd.c:1:
../config.h:56:17:  error: duplicate ‘unsigned’
 #define uint8_t unsigned char    /* <sys/types.h> */
                 ^
../config.h:56:26:  error: two or more data types in declaration specifiers
 #define uint8_t unsigned char    /* <sys/types.h> */
                          ^
../config.h:57:18:  error: duplicate ‘unsigned’
 #define uint16_t unsigned short    /* <sys/types.h> */
                  ^
../config.h:57:27: error: duplicate ‘short’
 #define uint16_t unsigned short    /* <sys/types.h> */
                           ^
../config.h:58:18: error: duplicate ‘unsigned’
 #define uint32_t unsigned int    /* <sys/types.h> */
                  ^
../config.h:58:27: error: two or more data types in declaration specifiers
 #define uint32_t unsigned int    /* <sys/types.h> */
                           ^
<builtin>: recipe for target 'daemon_inetd.o' failed
make: *** [daemon_inetd.o] Error 1
wan@wan-VirtualBox:~/Projects/UnixNetworkProgramming/unpv22e/lib$ 

将config.h中一下代码注释即可,重新编译
 /* #undef       int32_t */                              /* <sys/types.h> */
//#define       uint8_t unsigned char                           /* <sys/types.h> */
//#define       uint16_t unsigned short                         /* <sys/types.h> */
//#
define       uint32_t unsigned int                           /* <sys/types.h> */
/* #undef       size_t */                               /* <sys/types.h> */
/* #undef       ssize_t */                              /* <sys/types.h> */

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值