Skip to content
New issue

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

Build failure with Ubuntu 24.04 / Linuxmint 22 #166

Open
spookylukey opened this issue Oct 13, 2024 · 1 comment
Open

Build failure with Ubuntu 24.04 / Linuxmint 22 #166

spookylukey opened this issue Oct 13, 2024 · 1 comment

Comments

@spookylukey
Copy link

I have a fresh installation of Linuxmint 22, which is based on Ubuntu 24.04.

I ran the following, as per the build instructions:

sudo apt install libopencv-dev build-essential v4l2loopback-dkms curl

Then:

mkdir build
cd build
cmake .. && make -j $(nproc || echo 4)

This produced errors, so I additionally installed the following in attempt to fix them based on things that seemed to be missing:

sudo apt install clang clang-format gfortran

However, build errors persisted. There are quite a lot of issues, as I don't know what's going on I've just attached the output as a txt file.

build_error_log.txt

@floe
Copy link
Owner

floe commented Oct 31, 2024

Sorry, been a while since I touched this code. I'll see if I can reproduce it on my machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants