Re: [Interest] Building Qt apps on Ubuntu 17.10: GL/gl.h missing

2017-10-23 Thread Thiago Macieira
On Monday, 23 October 2017 04:21:37 PDT Carel Combrink wrote: > > You're looking for the GL header. Installing the GLES development package > > is > > the wrong solution. > > > > Install the GL development package. > > I have also tried both of the following but they all want to install X11 >

Re: [Interest] Building Qt apps on Ubuntu 17.10: GL/gl.h missing

2017-10-23 Thread Carel Combrink
I am aware of that that was the solution with pre Ubuntu 17.10. The issue, or rather question is, is this still the correct packages since Ubuntu 17.10 uses Wayland instead of X11? In the past Ubuntu used X11 thus those packages makes sense. Ubuntu 17.10 does not use X11 so to install a dev

Re: [Interest] Building Qt apps on Ubuntu 17.10: GL/gl.h missing

2017-10-23 Thread Dan Allen
Hi Carel, I always install mesa-common-dev for gl.h and what Andre suggests for glu. Thanks, Dan. On 23/10/17 12:49, André Hartmann wrote: Hi Carel, I usually encounter the problems when linking, and in this case  sudo apt install libglu1-mesa-dev helped me. Not sure if that applies to

Re: [Interest] Building Qt apps on Ubuntu 17.10: GL/gl.h missing

2017-10-23 Thread André Hartmann
Hi Carel, I usually encounter the problems when linking, and in this case sudo apt install libglu1-mesa-dev helped me. Not sure if that applies to your problem also. Best regards, André Am 23.10.2017 um 13:21 schrieb Carel Combrink: You're looking for the GL header. Installing the

Re: [Interest] Building Qt apps on Ubuntu 17.10: GL/gl.h missing

2017-10-23 Thread Carel Combrink
> > > You're looking for the GL header. Installing the GLES development package > is > the wrong solution. > > Install the GL development package. > I have also tried both of the following but they all want to install X11 related packages.: - libgl-dev - libgl1-mesa-dev Is this "normal" or is

Re: [Interest] Building Qt apps on Ubuntu 17.10: GL/gl.h missing

2017-10-20 Thread Thiago Macieira
On Friday, 20 October 2017 06:57:46 PDT Carel Combrink wrote: > GL/gl.h: No such file or directory. > > I know in the past I had to install libgles2-mesa-dev to get around this > issue, but is that still the recommended package to use for 17.10 since it > uses Wayland as default? You're looking

[Interest] Building Qt apps on Ubuntu 17.10: GL/gl.h missing

2017-10-20 Thread Carel Combrink
Hi, I am trying to build a test Qt 5.9.2 app on Ubuntu 17.10 but get the following compiler error: GL/gl.h: No such file or directory. I know in the past I had to install libgles2-mesa-dev to get around this issue, but is that still the recommended package to use for 17.10 since it uses Wayland