happyfish100 / libfastcommon

c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
http://bbs.chinaunix.net/forum-240-1.html
GNU Lesser General Public License v3.0
900 stars 529 forks source link

您好在 5.17号 您更新了GIT后 编译 fastdfs 出现编译失败 #21

Closed clvspk closed 3 years ago

clvspk commented 6 years ago

e_rckr zl7_ 3qdo72rg fe

使用之前的 libfastcommon 可以编译通过

kongjun01 commented 6 years ago

同问,之前使用wiki操作都可以成功,ps:已经安装了libfastcommon

kongjun01 commented 6 years ago

tag:V.1.0.36可以使用

azhou-iot commented 6 years ago

我也是遇到跟kongjun01同样的情况

happyfish100 commented 6 years ago

MacOS不支持安装到/usr/include,临时修改了Makefile.in,把目录修改为/usr/local/include。 然后不小心提交到github了。刚才已经把Makefile.in恢复了。 最新代码中没有这个问题了,我下次提交代码时注意。

jiangyuantao commented 6 years ago

最新检下来的代码还是有问题 提示这个 shared_func.h:204: 警告:提领类型双关的指针将破坏强重叠规则

happyfish100 commented 6 years ago

已经修复了,感谢反馈!