linux编译常见错误

来源:互联网 发布:三维建筑物重建软件 编辑:程序博客网 时间:2024/05/17 23:14

make: Warning: File `libbb/Makefile.in' has modification time 3.2e+04 s in the future

文档被修改的时间比系统时间大,把系统时间修改正确即可。

int nPort = (int )p;//为void*指针,编不过。

int* a = (int*)pABC;        int* a  = static_cast <int* >(pABC);

linux下不能识别bool

#define bool int

makefile:17: *** 遗漏分隔符 。 停止。
linux换行要加\符号。

0 0
原创粉丝点击