UNIX网络编程卷2源码编译错误

UNIX网络编程卷2源码编译错误

源码下载地址:http://www.ituring.com.cn/book/156

系统:Ubuntu 14.04


解压源码,按照README的说法执行:

./configure
cd lib
make

错误如下:

In file included from unpipc.h:7:0,
                 from mainpipe.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> */

解决办法:
直接到../config.h文件里面,注释掉报错的几行:

/* Define the following to the appropriate datatype, if necessary */
/* #undef   int8_t */               /* <sys/types.h> */
/* #undef   int16_t */              /* <sys/types.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> */
  • 2
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值