We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using 2021-10-30-raspios-bullseye-armhf disk image I ended up with an error on make
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.
libx11-dev
compile went normally after installing libx11-dev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using 2021-10-30-raspios-bullseye-armhf disk image I ended up with an error on
make
Seems that
libx11-dev
needs to be listed as a dependency.compile went normally after installing
libx11-dev
The text was updated successfully, but these errors were encountered: