Re: [Plib-users] PLIB 1.3.3 compilation
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2001-06-20 07:35:30
|
Steve Wendt wrote: > > 1.3.3 compiles "out of the box," which is a nice improvement over 1.3.1 ;) Code rot. 1.3.1 compiled OK on the day it was released. :-) > In the examples, I had to modify viewer.cxx, changing several SSG* to _SSG* > Which is wrong, viewer.cxx or ssg.h? If ssg.h is correct, then I guess other apps > will need modified (like AQFH). ssg.h is correct - I've modified the viewer program so that'll be fixed in 1.4.0. Prepending the '_' is NOT the correct solution (although it works). We put the '_' there deliberately to make code that was written using those symbols go wrong. Replace 'SSG_TYPE_XXXXX' with 'ssgTypeXXXX()'...or just wait for 1.4.0. > The tuxkart binary I compiled 7/8/2000 still runs with 1.3.3, so that's a good start. My latest version on my PC at home doesn't...but it won't take much to fix it. > At some point, I got a screwed up binary of Tux:AQFH (pressing Space for menu > causes game screen to go black; menu and overlaid graphics show, but not the > scene). This predates 1.3.3, so it's not something caused by that. Anyway, > attempting to compile it again (version 1.0.10) yields errors with SSG vs _SSG, and > also ssgLoadAC. Similar results attempting to compile tuxkart again. I'm guessing > this is the change mentioned here previously. So, I assume there will be new > releases of these after PLIB 1.4 is out? Yes...just as soon as I catch my breath! Both TuxKart and TuxAQFH will need to be updated - hopefully I'll do that sometime a day or two after PLIB 1.4.0 hits the streets and make announcements about it then. PPE should run with 1.4.0 directly because it's been tracking the CVS version of PLIB. We aren't *talking* about FlightGear. :-( Go look at the archives of the plib-devel list for the past 24 hours and you'll see why. ----------------------------- Steve Baker ------------------------------- HomeMail : <sjb...@ai...> WorkMail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://agtoys.sf.net http://prettypoly.sf.net http://freeglut.sf.net http://toobular.sf.net |