On Ubuntu 16.04, I had to use:
sudo apt-get install uuid-dev libcairo2-dev libpango1.0-dev
libgl1-mesa-dev libgl1-mesa-glx
to get all dependencies. This was sometime ago and the change should
have made it to build.linux64x64/HowToBuild by now.
What exactly is your error message?
Regards .. Subbu
On Friday 26 January 2018 01:24 AM, Alistair Grant wrote:
Hi,
I'm attempting to build the 64bit VM in a docker container on Ubuntu
16.04 installing the required packages using
opensmalltalk-vm/.travis_install.sh, however B3DAcceleratorPlugin
fails to build because it can't find gl.h.
Installing mesa-common-dev (which is the most common answer when
searching for missing gl.h on google) changes the error to glRenderer
is redefined and has conflicting types.
Does anyone know what the correct combination of packages is?
Thanks!
Alistair