[grpc-io] Re: building grpc C++ on AIX

2023-10-03 Thread 'sanjay...@google.com' via grpc.io
Hi Eddie Can you contribute your changes to the repo? Looks like they are all protected by AIX macros so they seem safe. On Tuesday, October 3, 2023 at 10:02:29 AM UTC-7 Eddie Mon wrote: > This may be a little late in reply, but I did manage to build gRPC v1.46.3 > on AIX 7.2 for our project.

[grpc-io] Re: building grpc C++ on AIX

2023-10-03 Thread Eddie Mon
This may be a little late in reply, but I did manage to build gRPC v1.46.3 on AIX 7.2 for our project. I use gcc 10 for AIX , and here is what I have to do to get it to build export CC=gcc-10 export CXX=g++-10 export OBJECT_MODE=64 Build gRPC 1.46.3 make the following changes diff --git

[grpc-io] Re: building grpc C++ on AIX

2023-06-20 Thread Peter Shen
Me too. I also build failed build abseil-cpp at the very beginning. Hi Amandeep, appreciate if you could share some information about your AIX environment, compiler, etc. On Wednesday, March 29, 2023 at 1:18:33 PM UTC-4 yas...@google.com wrote: > Unfortunately, we don't have CI testing on

[grpc-io] Re: building grpc C++ on AIX

2023-03-29 Thread 'yas...@google.com' via grpc.io
Unfortunately, we don't have CI testing on AIX. Can you try using Bazel instead of CMake? On Tuesday, March 28, 2023 at 8:23:33 PM UTC-7 勿羽 wrote: > Hi Amandeep, > > I'm also trying to compile gRPC on AIX7.2. There are a lot of errors that > I can't figure out. Did you compile successfully? >

[grpc-io] Re: building grpc C++ on AIX

2023-03-28 Thread 勿羽
Hi Amandeep, I'm also trying to compile gRPC on AIX7.2. There are a lot of errors that I can't figure out. Did you compile successfully? 在2018年11月8日星期四 UTC+8 17:08:56 写道: I am trying to compile gRPC on AIX. With some workarounds, I was able to reach the very last step and this is where I get