Subject: Re: Broken OpenGL on NetBSD3 ?
To: Matthew Fincham <matthewf@cat.co.za>
From: Tobias Nygren <tnn+nbsd@nygren.pp.se>
List: netbsd-help
Date: 06/06/2006 12:54:37
Matthew Fincham wrote:
> Hi.
>
> I have a QT widget that uses OpenGL and is causing a segmentation fault in
> the OpenGL library. Surprisiningly, the fault can be worked around by
> removing some of the light settings. This code works on NetBSD 1.4, 1.5,
> 1.6, 2.0 and Windows 2000 and XP and so I am drawn to suspect OpenGL on
> NetBSD3.
>
> Has anyone else had problems with this or should I check my use of OpenGL?
>
> Many thanks
> Matthew Fincham
>
>   

Hello,

This is more likely to be caused by a particular version of Mesa and/or
a compiler bug than by NetBSD itself. Have you tried the latest version of
MesaLib from pkgsrc?

-Tobias