Felix F Xu
Felix F Xu
just a heads-up to check the status of this issue :-) It's not an urgent issue, but I think it's a valid issue.
bazel has pre-built binary for download at its release page, for example: https://github.com/bazelbuild/bazel/releases/download/7.0.2/bazel-7.0.2-linux-x86_64
bazel has pre-built binary for download at its release page, for example: https://github.com/bazelbuild/bazel/releases/download/7.0.2/bazel-7.0.2-linux-x86_64
> How would this work in a poetry environment. Where is the path to libpython? Do I have to use conda for this? my case seems to be simpler, just...
update in 2023: gcc works: >D:\github\v_test>v -g -cc gcc -live run src\main.v Please Modify this message while the program is running. Please Modify this message while the program is running....
I'm thinking of a similar idea, not sure if they are same. Currently zig-gobject is a binding, so running this project needs goject. I'm thinking of a pure zig implemented...
Thanks for the review. At the same time, I have a question about the compiling switches. The issue only happens when fastcdr is built as a shared dll (on Windows),...
And I see the github actions for this fastcdr project, Windows is also listed there. I'm curious if it's configured to compile as static lib? I'm not familiar with github...
my current workaround is to change the line to #define FOONATHAN_MEMORY_ASSERT_MSG(Expr, Msg) (void)(Expr) not sure if it's a perfect solution.
an example fix can be found at https://github.com/autowarefoundation/autoware_utils/issues/58 The fix is same as the discussion above.