http://bugs.freedesktop.org/show_bug.cgi?id=21980
Dan Nicholson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #3 from Dan Nicholson <[email protected]> 2009-06-01 06:46:56 PST --- OK, I see what happened. The standalone build from ./configure got busted when the osmesa build got refactored. Brian, there are comments in drivers/osmesa/Makefile that you can build one of: libOSMesa - via GL, 8 bit libOSMesa16 - standalone, 16 bit libOSMesa32 - standalone, 32 bit Previously (at least using autoconf) there was a little more flexibility where you could have standalone/GL and any of 8, 16, 32. The bug being hit right now is that ./configure is trying to build libOSMesa standalone with 8 bit channel (was the default when using --with-driver=osmesa). So, should I narrow ./configure to default standalone osmesa to 16 bit or fix drivers/osmesa/Makefile to be more flexible? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
