Sorry to wake this thread up..

 writes:
> On Thu, 2009-01-22 at 12:49 -0800, Brian Paul wrote:
> > Ian Romanick wrote:
> > > On Thu, 2009-01-22 at 13:15 +0000, José Fonseca wrote:
> > >> Mesa and Gallium3D include a big number of test and sample OpenGL apps.
[snip]
> > >> To make it easy to build the samples I plan to integrate the GLEW source
> > >> code directly into Mesa:
> > >> - include/GL/glew.h
> > >> - include/GL/glxew.h
> > >> - include/GL/wglew.h
> > > 
> > > Since we're not intending to be the install-source of GLEW on people's
> > > system, I think the GLEW header files should go in src/glew/include.
> > > The Makefiles in progs/* can just add -I$(topdir)/src/glew/include to
> > > CFLAGS.
> > 
> > Or, couldn't we simply omit the glew headers from 'make install'?
> 
> Yeah, this is possible. I really don't care much either way, but putting
> in mesa/include/GL would save me the trouble of modifying all samples'
> makefiles.

Could this (omitting headers from install) be done, please?  I'm
hacking on GLEW, using Mesa git-master sources, and just got bit by
this -- my test programs are picking up Mesa's included GLEW instead of
my modified version.

-tom

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to