
c
itachi777
itachi
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
constructors not allowed a return type
编译是出现“constructors not allowed a return type” 原因是在定义或声明类是,忘记家“;”了原创 2013-11-19 19:56:54 · 1010 阅读 · 1 评论 -
Ubuntu 编译报错 undefined reference to ’d2i_RSAPrivateKey‘
开始以为只需要SSL的库就好了,后面百度了很久才发现,还要加个-lcrypto: LIBS = -L/usr/lib/i386-linux-gnu -lpthread -lssl -lcrypto原创 2013-12-11 15:39:24 · 1533 阅读 · 0 评论