backscrub icon indicating copy to clipboard operation
backscrub copied to clipboard

Build failure with Ubuntu 24.04 / Linuxmint 22

Open spookylukey opened this issue 1 year ago • 3 comments

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

spookylukey avatar Oct 13 '24 13:10 spookylukey

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

floe avatar Oct 31 '24 11:10 floe

Actually, the build does not work. Would be nice, if anybody knows a fix for Ubuntu 24 :)

tna76874 avatar Nov 20 '24 13:11 tna76874

If you remove the "Fedora check" in #167 there might be a chance the build works.

BenBE avatar Nov 20 '24 19:11 BenBE