John Rosasco
John Rosasco
Thanks, yeah, I can use GCC-9. I do get the same compilation errors though e.g.: external/net_zlib/infback.c:28:13: error: a function definition without a prototype is deprecated in all versions of C...
Please note that, although I've changed the command prefix to use GCC-9, fuchsia_clang is still being used for the Fuchsia target I'm building by necessity. Command for the error above...
The missing prototypes are still in zlib ala https://github.com/madler/zlib/issues/702.
Yes, this is still evident. Updated build command per AGI changes: CC=clang-12 bazel build --toolchain_resolution_debug=@bazel_tools//tools/cpp:toolchain_type --subcommands --config fuchsia_arm64 //gapii/fuchsia:gapii This error can be circumvented by suppressing this warning in .bazelrc.
My branch is based off of: Author: kocdemir ***@***.***> Date: Fri Sep 16 00:05:07 2022 +0100 handle missing energy tracks case (#1216) Without adding: build:fuchsia_arm64 --copt="-Wno-deprecated-non-prototype" build:fuchsia_arm64 --copt="-Wno-unused-function" to .bazelrc,...
Pascal, is this PR still alive ?
More generally, the segue to the "Dependencies" section could be a lot smoother. The first thing mentioned is "dependency attributes" without defining dependency attributes. Would be a good idea to...
Breakpad bug filed: https://bugs.chromium.org/p/google-breakpad/issues/detail?id=872
Yes, macOS 13 sdk has changed which results in the reported build failure.
The interest in XCode 14 was to be able to develop AGI on the ARM-based Macs. This isn't a blocker for me. I can work on linux in general with...