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
check, all good.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..
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.
Code: Select all
./configure
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 =)