Closed udbytossen closed 4 years ago
Hmm... strange. Apparently you are running a kernel that was build with gcc/g++ version 7.3 (or I screwed up somewhere) Default gcc/g++ version on bionic is 7.2 So my first question is are you running the default kernel? Or perhaps some exotic hardware?
More questions: Are you running the point 2 release? It comes with a linux 4.18.x kernel version. That version is not supported.
As I read on your laest changes - it'll support 18.04 LTS Ubuntu
`# git clone https://github.com/bas-t/ffdecsawrapper.git Cloning into 'ffdecsawrapper'... remote: Enumerating objects: 7969, done. remote: Total 7969 (delta 0), reused 0 (delta 0), pack-reused 7969 Receiving objects: 100% (7969/7969), 2.79 MiB | 3.02 MiB/s, done. Resolving deltas: 100% (4981/4981), done. cd ffdecsawrapper/ fdecsawrapper# ./configure
Your local clone is clean and up-to-date
dpkg-query: no packages found matching g++-7.3
Missing dependency g++-7.3, marking for installation.
Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package g++-7.3 E: Couldn't find any package by glob 'g++-7.3' E: Couldn't find any package by regex 'g++-7.3'
Error installing dependency g++-7.3, aborting...
`