Rui Chen

Results 962 comments of Rui Chen

Looks like there is already one on this, https://github.com/OpenAPITools/openapi-generator-bazel

This is my m1 build with the 0.3.3 release ``` Compiling lurk-cli v0.3.2 (/private/tmp/lurk-20230611-91173-1efmnow/lurk-0.3.3) error[E0432]: unresolved import `libc::user_regs_struct` --> src/arch/mod.rs:3:33 | 3 | use libc::{c_long, c_ulonglong, user_regs_struct}; | ^^^^^^^^^^^^^^^^ no...

@JakWai01 also I have having issue compiling it in macos x86 as well, is that expected?

Thanks for the release tags, works for us (homebrew)!!

wonderful, thanks @rswinkle!

Looks like it is a boost bug, https://github.com/boostorg/phoenix/issues/111

new build issue ``` In file included from /tmp/osrm-backend-20230102-69381-1y45c82/osrm-backend-5.27.1/src/extractor/suffix_table.cpp:1: /tmp/osrm-backend-20230102-69381-1y45c82/osrm-backend-5.27.1/include/extractor/suffix_table.hpp:38:30: error: implicit instantiation of undefined template 'std::vector' std::vector suffixes; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/c++/v1/iosfwd:259:28: note: template is declared here class _LIBCPP_TEMPLATE_VIS vector; ^...

> This build issue is quite weird. Initially I thought we just don't have all includes(for `vector` and `string`), but we have all of them: > > https://github.com/Project-OSRM/osrm-backend/blob/95c45239873818ec5d982dd5f7bfb4f66930fec4/include/extractor/suffix_table.hpp#L4 I was...

👋 what is the status on this thread? - relates to https://github.com/Homebrew/homebrew-core/pull/171405