floe / backscrub

Virtual Video Device for Background Replacement with Deep Semantic Segmentation
Apache License 2.0
735 stars 86 forks source link

Build failure with Ubuntu 24.04 / Linuxmint 22 #166

Open spookylukey opened 1 month ago

spookylukey commented 1 month ago

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 commented 1 week ago

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