Re: [bugle-users] Doesn't build under Ubuntu 10.10
Status: Inactive
Brought to you by:
bmerry
|
From: Bruce M. <bm...@gm...> - 2010-11-21 11:07:21
|
Hi This is due to updates to glext.h that BuGLe wasn't able to cope with. Hopefully I'll be able to make a new release very soon (i.e. today), but in case I don't the attached patch ought to do the trick. On 21 November 2010 02:45, Siana Gearz <sia...@go...> wrote: > Helloes. Error follows: <snip> > This happens when building bugle-0.0.20100718. I'm kind of totally > puzzled about where the nonmatching declarations could come from -.- It was caused by an AMD extension that got promoted to an ARB extension with different function signatures. BuGLe is currently a bit stupid in this regard and assumes that functions with the same name (other than the extension suffix) are the same until I tell it otherwise. Regards Bruce -- Dr Bruce Merry bmerry <@> gmail <.> com http://www.brucemerry.org.za/ http://blog.brucemerry.org.za/ |