Closed dboltovskyi closed 3 years ago
After analysis it was found out that if THIRD_PARTY_INSTALL_PREFIX
and THIRD_PARTY_INSTALL_PREFIX_ARCH
environment variables are not defined build succeeded.
Usually we define these ones in order to have all 3rd party libraries built into defined folder (not to default /usr/local/lib
)
@dboltovskyi can you verify if #3651 fixes this issue on your end? I was able to install using a custom install directory without any issues using those changes
@jacobkeeler Sure. Thank you for the fix. I have already started testing it. Will get back with results.
@dboltovskyi It's looking like some of the boost websocket functionality (including the HMI message handler) is broken in that PR, so we're debugging that at the moment. That said, it would still be helpful to know if the CMake changes are correct for fixing the build on your end
@jacobkeeler Please notice fix you provided works fine on our environments
closing with the merge of #3651
Bug Report
Within introduction of Ubuntu 20.04 support SDL should be able to be built with default compiler (gcc 9.3.0) However there is an error during build.
Note: SDL build succeeded if compiler downgraded to gcc 8.3.0
Reproduction Steps
sdl_core
repositoryExpected Behavior
SDL is built successfully
Observed Behavior
There is a build error:
OS & Version Information
Test Case, Sample Code, and / or Example App