Try to build 1.9.270 version but get undefined symbol: _ZN7testing9internal220PrintBytesInObjectToEPKhmPSo #2608
-
[ 91%] Linking CXX executable aws-cpp-sdk-eventbridge-tests |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello @dimu637 , Thank you very much for your submission. Best regards, Yasmine |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hello @dimu637 ,
Thank you very much for your response.
First if this issue is blocking you, you can add -DENABLE_TESTING=OFF to your cmake command so it doesn't run the tests.
I see that you are have installed the SDK on a Ubuntu based systems. Just to double check, have you made sure to install the header files (-dev packages) for libcurl, libopenssl, libuuid, zlib (see our developer guide documentation)
This can be done by running the following command:
sudo apt-get install libcurl4-openssl-dev libssl-dev uuid-dev zlib1g-dev libpulse-dev
I would also recommend to build the latest version of the SDK, v 1.7.325 or 1.9.270 are quite old and there has been plenty of fixes released/changes …