On Fri, 2009-02-13 at 05:44 -0800, Maciej Cencora wrote: > On środa, 11 lutego 2009 00:47:52 Brian Paul wrote: > > OK, the merge is done and pushed. Seems to have gone OK. > > > > Please report any problems found and we'll try to fix them ASAP. > > > > -Brian > > The GLEW library isn't build so all progs/demos builds fail. One have to > manually enter the src/glew directory and type make to make it build.
Which configuration are you using? GLEW is enabled on all configurations for which GLUT is also enabled. > Also I > get many linker warnings when building progs/demos: > /usr/bin/ld: Warning: size of symbol `glutBitmapTimesRoman10' changed from 4 > in /tmp/cc8CTNmD.o to 16 in ../../lib/libglut.so > /usr/bin/ld: Warning: size of symbol `glutBitmapHelvetica10' changed from 4 > in > /tmp/cc8CTNmD.o to 16 in ../../lib/libglut.so > /usr/bin/ld: Warning: size of symbol `glutBitmapHelvetica12' changed from 4 > in > /tmp/cc8CTNmD.o to 16 in ../../lib/libglut.so > /usr/bin/ld: Warning: size of symbol `glutBitmapHelvetica18' changed from 4 > in > /tmp/cc8CTNmD.o to 16 in ../../lib/libglut.so This should have been fixed with my commit 5ef5162103168bff2d68670a715d5afdee82e9e9. Please pull a fresh checkout and try again. Jose ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
