Closed ctexthuang closed 1 year ago
可以考虑使用 swoole-src的 xdebug分支,https://github.com/swoole/swoole-src/tree/support-xdebug 可以直接使用xdebug进行调试,前提是PHP版本要大于等于8.1
一样的问题,xdbug分支链接又打不开。好混乱啊
可以考虑使用swoole-src的xdebug支持,https://github.com/swoole/swoole-src/tree/support-xdebug 可以直接使用xdebug进行调试,之前提的是PHP版本要大于等于8.1
可是线上线下大版本差异我感觉不太靠谱
同意,这种四处碰壁。一度想放弃。生态太不完善了
使用boost@1.76编译成功了
一样的问题,xdbug分支链接又打不开。好混乱啊
分支已经合并到了master
使用boost@1.76编译成功了
好的会尝试
M1 + Boost 1.80.0 编译成功
删除/usr/local/include/boost/assert/source_location.hpp 104行和97行 BOOST_ASSERT_SNPRINTF即可
如果继续出现ld: library not found for -lboost_filesystem
链接库环境即可
ln -s /opt/homebrew/Cellar/boost/1.80.0/lib/libboost_filesystem.dylib /usr/local/lib/libboost_filesystem.dylib ln -s /opt/homebrew/Cellar/boost/1.80.0/include/boost /usr/local/include/boost
@Songwaitter 6666666!!
我本地是安装了boost的 但是依然有问题
I have boost installed locally but still have problems
报错信息/Error message
系统信息/System message