Definatly need help

The place to discuss linux version of MakeMKV
Post Reply
mrosebro
Posts: 1
Joined: Fri Jun 28, 2024 9:45 pm

Definatly need help

Post by mrosebro » Fri Jun 28, 2024 9:55 pm

i'm using Ubuntu 22.04.4
i'm trying to follow the guide (viewtopic.php?f=3&t=224 )

Code: Select all

sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev qtbase5-dev zlib1g-dev
libgl1-mesa-dev qtbase5-dev zlib1g-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
build-essential is already the newest version (12.9ubuntu3).
pkg-config is already the newest version (0.29.2-1ubuntu3).
libc6-dev is already the newest version (2.35-0ubuntu3.8).
libexpat1-dev is already the newest version (2.4.7-1ubuntu0.3).
libgl1-mesa-dev is already the newest version (23.2.1-1ubuntu3.1~22.04.2).
libssl-dev is already the newest version (3.0.2-0ubuntu1.16).
zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2).
libavcodec-dev is already the newest version (7:4.4.2-0ubuntu0.22.04.1).
qtbase5-dev is already the newest version (5.15.3+dfsg-2ubuntu0.2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
check, all good.

Code: Select all

./configure
check, all good

Code: Select all

make
gcc: fatal error: cannot execute ‘cc1plus’: execvp: No such file or directory
compilation terminated.
make: *** [Makefile:121: out/mmgplsrv.full] Error 1

i'm praying whatever i'm doing wrong is a simple fix, but i'm pretty much sitting on my hands here stumped. if anyone knows what's up i'd appreciate the assist =)

DukeFleed
Posts: 16
Joined: Fri Jun 07, 2024 7:55 pm

Re: Definatly need help

Post by DukeFleed » Sat Jun 29, 2024 2:35 pm

Hi. Doing a Google search for the error that appeared I found these but there are others:
https://stackoverflow.com/questions/654 ... te-cc1plus

https://stackoverflow.com/questions/887 ... ile-or-dir

Basically, try to install gcc-c++ or g++. Follow the links I posted anyway.

Post Reply