Tensormike
Tensormike
I have the same issue building on **Ubuntu 20.04 LTS** with `gcc 9.3` Also I had to modify the x264 download link to make the script work
I also ran into this issue a few weeks ago. As it turns out the `cmake-format.py` file was not using `utf-8` encoding. This happens when I execute the following command...
See my latest comment on #242 Hope it helps :)
I have identify the problem, it seems that it is due to the autolink feature of boost, which will get confused with static and dynamic libraries since their symbols are...
I am experiencing the same issue. Still couldn't find what is wrong though. I'm using `Ubuntu 22.04` with docker image `osrf/ros:humble-desktop-full-jammy` with extra packages. The humble branch does not work...