Skip to:
When activating virtual/webruntime in AGL, it pulls QtWebEngine.
The compilation of QtWebEngine fails with the error
| /usr/include/c++/4.9/string:38:28: fatal error: bits/c++config.h: No such file or directory | #include <bits/c++config.h> | ^
I had to enter the commands below:
sudo apt update sudo apt install g++-multilib
The docker container version may be too old.
Can you try to add g++-multilib ?
apt-get install g++-multilib
That was added in docker-worker-generator here:
https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/docker-worker-generator.git;a=commit;h=6312e46ce5597b15aa3469c8492a7a351e82b24c
When activating virtual/webruntime in AGL, it pulls QtWebEngine.
The compilation of QtWebEngine fails with the error
| /usr/include/c++/4.9/string:38:28: fatal error: bits/c++config.h: No such file or directory | #include <bits/c++config.h> | ^