You are not logged in.

#26 2009-09-05 08:52:31

azleifel
Member
Registered: 2007-10-28
Posts: 486

Re: [SOLVED]mesa-7.5.1-1 conflicts with glew 1.5.1-1

Other than a lot of extra white space, the differences between the glew headers provided by the glew package and the glew headers provided by mesa are all in glew.h, where some "typos" have been fixed by the mesa devs:

$ diff -w /usr/include/GL/glew.h Build/mesa/pkg/usr/include/GL/glew.h
2705c2705
< typedef void (GLAPIENTRY * PFNGLFRAMEBUFFERTEXTURLAYERPROC) (GLenum target,GLenum attachment, GLuint texture,GLint level,GLint layer);
---
> typedef void (GLAPIENTRY * PFNGLFRAMEBUFFERTEXTURELAYERPROC) (GLenum target,GLenum attachment, GLuint texture,GLint level,GLint layer);
2726c2726
< #define glFramebufferTexturLayer GLEW_GET_FUN(__glewFramebufferTexturLayer)
---
> #define glFramebufferTextureLayer GLEW_GET_FUN(__glewFramebufferTextureLayer)
10566c10566
< GLEW_FUN_EXPORT PFNGLFRAMEBUFFERTEXTURLAYERPROC __glewFramebufferTexturLayer;
---
> GLEW_FUN_EXPORT PFNGLFRAMEBUFFERTEXTURELAYERPROC __glewFramebufferTextureLayer;

In the meantime, I've decided to rebuild mesa without the demo programs rather than break stuff that depends on glew.

Offline

#27 2009-09-05 09:33:07

combuster
Member
From: Serbia
Registered: 2008-09-30
Posts: 711
Website

Re: [SOLVED]mesa-7.5.1-1 conflicts with glew 1.5.1-1

Today I've compiled xserver 1.7rc and pulled mesa and other deps from git and everything worked fine, so just need to be patient until maintainers rebuild mesa...

Offline

#28 2009-09-05 15:45:23

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [SOLVED]mesa-7.5.1-1 conflicts with glew 1.5.1-1

mesa was updated today without the glew headers.

Offline

#29 2009-09-05 16:35:16

linkmaster03
Member
Registered: 2008-12-27
Posts: 269

Re: [SOLVED]mesa-7.5.1-1 conflicts with glew 1.5.1-1

Thanks maintainers! smile

Offline

#30 2009-09-05 17:58:47

donpicoro
Member
Registered: 2009-04-10
Posts: 42

Re: [SOLVED]mesa-7.5.1-1 conflicts with glew 1.5.1-1

I had the same problem yesterday. I tried today to see if the bug was fixed and voilà !!!!

Today is working again the good not forced upgrade

Offline

#31 2009-09-05 19:15:42

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: [SOLVED]mesa-7.5.1-1 conflicts with glew 1.5.1-1

Thank you for fixing this so quickly.


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#32 2009-09-05 22:04:31

kwebb1
Member
Registered: 2009-08-19
Posts: 23

Re: [SOLVED]mesa-7.5.1-1 conflicts with glew 1.5.1-1

pls mark as FIXED no more issues here

Offline

Board footer

Powered by FluxBB