William Sobel

Results 177 comments of William Sobel

Looks like a compiler (gcc) issue. Sometimes the LTE versions rev the version of the compiler. I need to check the build. Was this intel or arm arch?

That’s what I figured. This Week from if possible and will use virt processor if necessary.

I tested and it built. Can you tell me what version of GCC you were using? just did: ```sh conan build ../cppagent -of . -pr ../cppagent/conan/profiles/gcc --build=missing -s build_type=Release ```

Built fine. What version of GCC?

Cannot reproduce. Tried with gcc 11 and 12, compiles fine. gcc 12 has a few warnings in the date lib. nothing functional. All tests past for both. Started clean each...

I have built on ARM 22.04 using GCC 9.5, 11, and 12 with no problems. All tests past. I will close this unless we can understand. Earlier versions of 9...

The docker image and the CI/CD build use 22.04. The necessary line is as follows: `sudo apt install -y build-essential cmake gcc-11 g++-11 python3 autoconf automake` This from the `.github/workflows/build.yml`....

The issue is the version of g++. Ubuntu LTE has many versions of g++ available, you just need to apt get the right version. Did you see the line above?...

Conan will pull in all the dependencies.