Linux Mint 21.1

Post Reply
Allen_Halsey
Posts: 2
Joined: Thu Jun 08, 2023 4:28 pm

Linux Mint 21.1

Post by Allen_Halsey »

sudo ./install_dependencies.sh
CMake found v3.22.
CMake version ok
This distribution is unsupported at sdk/scripts/linux-install_dependencies.pl line 116.
This distribution is unsupported at sdk/scripts/linux-install_dependencies.pl line 116.
This distribution is unsupported at sdk/scripts/linux-install_dependencies.pl line 116.






error: patch failed: libs/regex/include/boost/regex/user.hpp:65
error: libs/regex/include/boost/regex/user.hpp: patch does not apply
make[2]: *** [CMakeFiles/boost.dir/build.make:119: ../../arch/Release/boost/src/boost-stamp/boost-patch] Error 1
make[1]: *** [CMakeFiles/Makefile2:93: CMakeFiles/boost.dir/all] Error 2
make: *** [Makefile:91: all] Error 2

Thomas
Posts: 211
Joined: Wed Mar 04, 2020 3:38 pm

Re: Linux Mint 21.1

Post by Thomas »

Hi Allen,

Thanks for sharing your issues on the forum.

Note that at the moment, the OpenViBE build should work on Ubuntu 18.04 & 20.04 as well as on Fedora 31.
Any other version might require some work.


From the log, I suspect you are running a OS that's neither Ubuntu or Fedora.
You can modify the install_dependencies.pl script in order to go ahead with the dependencies installation.

Let us know how you get on!

Cheers,
Thomas

Post Reply