Re: configure --with-osmesa fails to link

2012-08-24 Thread Peter Urbanec
On 24/08/12 18:17, Alexandre Julliard wrote: libOSMesa should be built without shared-glapi, we can't use it otherwise. I rebuilt media-libs/mesa-8.1_rc1_pre20120814 without shared-glapi, but even then I get link errors during configure. Seems to be a missing dependency on C++ runtime. I'v

Re: configure --with-osmesa fails to link

2012-08-24 Thread Alexandre Julliard
Peter Urbanec writes: > Any suggestions as to how this could be fixed? My autoconf skills are > no match for this problem :-( libOSMesa should be built without shared-glapi, we can't use it otherwise. -- Alexandre Julliard julli...@winehq.org

Re: configure --with-osmesa fails to link

2012-08-24 Thread Henri Verbeet
That's a Mesa bug (https://bugs.freedesktop.org/show_bug.cgi?id=47824). It might be fixed in current Mesa git, but you should be able to avoid it by disabling shared-glapi either way.

configure --with-osmesa fails to link

2012-08-23 Thread Peter Urbanec
I just turned on --with-osmesa and configure fails for me: checking for -lOSMesa... not found configure: error: libOSMesa development files not found (or too old), OpenGL rendering in bitmaps won't be supported. This is an error since --with-osmesa was requested config.log output would sugge