osmid icon indicating copy to clipboard operation
osmid copied to clipboard

Debian Bullseye needs libx11-dev

Open okyeron opened this issue 3 years ago • 0 comments

Using 2021-10-30-raspios-bullseye-armhf disk image I ended up with an error on make

/usr/bin/ld: cannot find -lX11
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/o2m.dir/build.make:258: o2m] Error 1

Seems that libx11-dev needs to be listed as a dependency.

compile went normally after installing libx11-dev

okyeron avatar Jan 14 '22 21:01 okyeron