Connector Switch

Results 42 comments of Connector Switch

> > [windows arm is apparently not supported by protoc, which this needs](https://github.com/xmake-io/xmake-repo/pull/3712/commits/d489e9c52c325f6e6ed416f29a8242dbb51da4e2) > > interesting that protobuf-cpp / protobuf-c list general windows, without excluding arm The reason for this...

https://github.com/xmake-io/xmake/pull/5082

> (This approval is contingent on the build succeeding) ``` Installing 495/2246 cachelib:[email protected]... Building cachelib:[email protected]... -- Downloading https://github.com/facebook/CacheLib/archive/v2024.06.24.00.tar.gz -> facebook-CacheLib-v2024.06.24.00.tar.gz... -- Extracting source /mnt/vcpkg-ci/downloads/facebook-CacheLib-v2024.06.24.00.tar.gz -- Applying patch fix-build.patch -- Applying...

目测是最新版的 grpc 有显式引用 abseil 的头文件: https://github.com/grpc/grpc/blob/master/src/core/lib/iomgr/tcp_posix.cc#L21-L25 但是 v1.51.x 版本的并没有,但是 repo 里面的 abseil 是 24 年新版的: https://github.com/grpc/grpc/blob/v1.51.x/src/core/lib/iomgr/tcp_posix.cc#L19-L70 可以试试用旧版的 abseil,或者更新下 grpc。

好像是 abseil 头文件导出的路径有点点问题,我还没定位到原因。

``` [ 2%] Building C object CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting_posix.c.o /usr/bin/cc -I/home/miao/.xmake/cache/packages/2403/g/grpc/v1.62.1/source/include -I/home/miao/.xmake/cache/packages/2403/g/grpc/v1.62.1/source -I/home/miao/.xmake/cache/packages/2403/g/grpc/v1.62.1/source/third_party/address_sorting/include -I/home/miao/.xmake/packages/o/openssl/1.1.1-w/6c51ab6278e2479b883dffafac69fdaf/include -I/home/miao/.xmake/cache/packages/2403/g/grpc/v1.62.1/source/src/core/ext/upb-gen -I/home/miao/.xmake/cache/packages/2403/g/grpc/v1.62.1/source/src/core/ext/upbdefs-gen -I/home/miao/.xmake/cache/packages/2403/g/grpc/v1.62.1/source/third_party/upb -I/home/miao/.xmake/cache/packages/2403/g/grpc/v1.62.1/source/third_party/utf8_range -I/home/miao/.xmake/cache/packages/2403/g/grpc/v1.62.1/source/third_party/xxhash -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting_posix.c.o -MF CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting_posix.c.o.d -o CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting_posix.c.o -c /home/miao/.xmake/cache/packages/2403/g/grpc/v1.62.1/source/third_party/address_sorting/address_sorting_posix.c In...

The config in imgui-scaffold seems deprecated, maybe enable [this config](https://github.com/xmake-io/xmake-repo/blob/dev/packages/i/imgui/xmake.lua#L56) and try again?

It appears that CI is experiencing an SSL certificate issue😥

> > It appears that CI is experiencing an SSL certificate issue😥 > > Hmm, I quickly read a CI error. What do you mean about ssl issue? It failed...