Re: [Plib-users] Installation woes
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2004-03-21 19:18:16
|
Steve Baker wrote: > I think what's happening is that when end-user applications > do a '#include <plib/pu.h>', we try to deduce which window > library he's using - and if he doesn't say - we fall back > and assume he's using GLUT. > > What I think is the problem is that the 'pu' library code > knows to include puLocal.h instead of using the public > interface in order to avoid the 'assumption' of GLUT. > > Looks like we forgot to make that change to the puAux > library. Doh!! Yep - that was it. I have it fixed in CVS. I'll put out a PLIB 1.8.1 release soon. Does anyone else have any problems with the 1.8.0 version? For the future: If you are working in the PU or PUAUX libs, it's *ESSENTIAL* to include puLocal.h or puAuxLocal.h and NOT 'pu.h' or 'puAux.h'. Those are for the muggles, ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |