Re: [Plib-devel] Tadaaaa ... or not
Brought to you by:
sjbaker
From: John D. <sf...@av...> - 2007-01-17 13:51:46
|
On 01/17/2007 08:08 AM, Martin Spott wrote: >> xlibmesa-gl install >> xlibmesa-glu install > > Try installing the -dev packages for these, xlibmesa-gl-dev ........done xlibmesa-glu-dev ...... already provided by libglu1-mesa-dev apt-get install xlibmesa-glu-dev Reading package lists... Done Building dependency tree... Done Note, selecting libglu1-mesa-dev instead of xlibmesa-glu-dev libglu1-mesa-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove dpkg --get-selections | grep -i mesa libgl1-mesa-dev install libgl1-mesa-dri install libgl1-mesa-glx install libglu1-mesa install libglu1-mesa-dev install mesa-common-dev install mesa-utils install xlibmesa-gl install xlibmesa-gl-dev install xlibmesa-glu install Same failure yet again. I still think there is a clue in the fact that ./configure claims to be looking for glNewList, and can't find it ... while the simplest imaginable test program finds it just fine. That sure looks like a bug in ./configure to me. Either it's not looking for what it claims to be looking for, or it's not doing a very good job of looking. |