[Mesa-users] Where to download MesaGLUT-x.y.z release package?

Brian Paul brianp at vmware.com
Fri Apr 20 06:45:28 PDT 2012


I don't have time to investigate this right now but I believe that 
when you run ./configure for the Mesa demos there's an option to omit 
the EGL / ES demos.  You might try looking for that.

Otherwise, my guess is a -I flag is missing somewhere, causing the 
eglcommon.h file to not be found.

-Brian

On 04/19/2012 05:40 PM, jupiter.hce at gmail.com wrote:
> Thanks Brian. I downloaded MesaGLUT-7.9.2 and built and installed it
> with Mesa 8.0.2. But I've got following errors while buidling
> mesa-demos-8.0.1. Not sure if the mixed version caused the problem or
> if I am missing some other packages. In fact, the egl.h is in
> /usr/local/include/EGL/egl.h, but the eglcommon.c is looking for
> GLES/egl.h? Sorry, I should start a new thread.
> ../../../../../src/egl/openvg/trivial/eglcommon.c:1:23: error:
> eglcommon.h: No such file or directory
> ../../../../../src/egl/openvg/trivial/eglcommon.c:13:22: error:
> GLES/egl.h: No such file or directory
> ../../../../../src/egl/openvg/trivial/eglcommon.c:16: error: expected
> ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘init’
> ../../../../../src/egl/openvg/trivial/eglcommon.c:17: error: expected
> ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘draw’
> ../../../../../src/egl/openvg/trivial/eglcommon.c:18: error: expected
> ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘reshape’
> ../../../../../src/egl/openvg/trivial/eglcommon.c:19: error: expected
> ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘keyPress’
> ../../../../../src/egl/openvg/trivial/eglcommon.c:34: error: expected
> declaration specifiers or ‘...’ before ‘EGLDisplay’
> ../../../../../src/egl/openvg/trivial/eglcommon.c:38: error: expected
> declaration specifiers or ‘...’ before ‘EGLContext’
> ../../../../../src/egl/openvg/trivial/eglcommon.c:39: error: expected
> declaration specifiers or ‘...’ before ‘EGLSurface’
> ............
> On 2012-04-19 08:46-0600, Brian Paul wrote:
>>
>> We haven't been repackaging GLUT with every Mesa release since there
>> haven't been any changes in it in a log time.
>>
>> You can use the 7.9.2 version:
>> ftp://ftp.freedesktop.org/pub/mesa/7.9.2/
>>
>> Unpack it, cd to the src/glut/glx/ directory and do 'make'.
>>
>> -Brian
>>
>>
>> On 04/18/2012 07:52 AM, jupiter.hce at gmail.com wrote:
>>> I mean with Mesa release version 8.0.2.
>>>
>>> On 2012-04-18 23:42+1000, jupiter.hce at gmail.com wrote:
>>>> Hi,
>>>>
>>>> The Downloading document mentioned the MesaGLUT-x.y.z shuold be
>>>> installed to run the demonstration, the where is the MesaGLUT-x.y.z
>>>> package? I could not find in ftp://ftp.freedesktop.org/pub/mesa/.
>>>>
>>>> Also, what is the different to install MesaGLUT-x.y.z or GLUT from
>>>> freeglut?
>>>>
>>>> Thank you.
>>>>
>>>> Kind regards.
>>>
>



More information about the mesa-users mailing list