Monday, 17 May 2021

Re: [Rpcemu] Problem with build-essential on Linux Mint

John McCartney, on 16 May, wrote:

> Some months ago, for reasons I can't recall, I was
> interrupted while installing RPCEmu on my main Linux box. I
> had got as far as installing the Qt5 development package.
>
> Having now successfully installed RPCEmu on two different
> Linux Mint laptops as well as on a 64 GB USB flash drive, I
> decided to do the same with my main machine.
>
> Having forgotten my earlier attempt, I started from scratch
> and, after trying to install the development package, got
> the following error in the terminal:
> ___________________________________
>
> Some packages could not be installed. This may mean that
> you have requested an impossible situation or if you are
> using the unstable distribution that some required packages
> have not yet been created or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies.
> build-essential : Depends: libc6-dev but it is not going
> to be installed or

Using a new installation of Linux Mint 20.1 on a Mac VM gcc can be seen to
be already present.

djp@LinuxMint20:~/RPCEmu/rpcemu-0.9.3$ gcc --version
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

In the hope that build-essential might not be essential I tried my luck.

djp@LinuxMint20:~/RPCEmu/rpcemu-0.9.3/src/qt5$ ./buildit.sh
Project ERROR: Cannot run compiler 'g++'. Output:
===================
===================
Maybe you forgot to setup the environment?

g++ is obviously essential, and missing, so it was installed

djp@LinuxMint20:~/RPCEmu/rpcemu-0.9.3/src/qt5$ sudo apt-get install g++

RPCEmu then built.

--
David Pitt

_______________________________________________
RPCEmu mailing list
RPCEmu@riscos.info
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu

No comments:

Post a Comment