Im using QT Creator 4.15 QT base 5.15 OS: Ubuntu 20.04 LTS GRPC Installation Steps:
sudo apt install zlib1g sudo apt install zlib1g-dev sudo apt-get install cmakeapt-get install build-essential autoconf libtool pkg-config git clone https://github.com/grpc/grpc cd grpc git submodule update --init mkdir -p cmake/build cd cmake/build cmake ../.. make make install sudo cp -r third_party/abseil-cpp/absl /usr/local/include/ 31 Mayıs 2021 Pazartesi tarihinde saat 00:36:11 UTC itibarıyla [email protected] şunları yazdı: > How did you compile? What's the build system? Do you have a reproduction > case we can look at? > > On Sun, May 30, 2021, 15:42 Ugur Ortac <[email protected]> wrote: > >> I have a project that uses GRPC in it. >> >> This working with one of the older GRPC swarms. >> >> But this not compiling when I download and install the latest version. >> >> :-1: error: >> /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libxml2.so: >> undefined reference to symbol 'inflateEnd' >> >> :-1: error: /usr/local/lib/libz.so.1: error adding symbols: DSO missing >> from command line >> >> Thanks for help. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "grpc.io" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/grpc-io/2885254f-f57b-4bb4-9722-c8b171187cb1n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/grpc-io/2885254f-f57b-4bb4-9722-c8b171187cb1n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/1586b1f6-6576-450e-b3bb-7e8f357ffaf1n%40googlegroups.com.
