Re: [Plib-devel] release candidate awaits your testing.
Brought to you by:
sjbaker
From: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-11-03 16:13:05
|
Belay that last ... a very kind and accommodating sysop has given me my TortoiseSVN back. The patch to fix the MSVC compiler warning has been put into SVN. Wolfram, what other compiler warnings did you get? I'm not getting any in PLIB itself, and I am getting "GLUT not found" in the demos. - John F. Fay -----Original Message----- From: pli...@li... [mailto:pli...@li...] On Behalf Of Fay John F Dr CTR USAF AFSEO/SK Sent: Friday, November 03, 2006 9:35 AM To: 'PLIB Developers' Cc: 'joh...@cy...' Subject: Re: [Plib-devel] release candidate awaits your testing. I have a couple of comments: (1) If this is going to be a stable release, it should probably have an even number for its third digit. I suggest we call it "1.8.6". (2) I would very much like to remove ALL the compiler warnings from the build. When I built PLIB this morning with MSVC, I found one thing that needs to be changed: in "ssgaFire.cxx" around line 129: static int preFireDraw ( ssgEntity * ) { - isfogged = glIsEnabled ( GL_FOG )) ; + isfogged = ( glIsEnabled ( GL_FOG ) == GL_TRUE ) ; if ( isfogged ) Unfortunately my Windows system with TortoiseSVN has died and I cannot put in SVN changes from work. (I'm on a backup Windows system at the moment.) I will put this in from my system at home tonight. - John F. Fay -----Original Message----- From: pli...@li... [mailto:pli...@li...] On Behalf Of Wolfram Kuss Sent: Thursday, November 02, 2006 9:35 AM To: PLIB Developers Subject: Re: [Plib-devel] release candidate awaits your testing. I did test things and all looks very good, no problems at all. There were a few MSVC compile errors like converting from double to float, but all harmless and I suggest we ignore them. I can update from SVN but have not yet looked at how to commit as I am very busy with starting a new flightsim project. Bye bye, Wolfram. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ plib-devel mailing list pli...@li... https://lists.sourceforge.net/lists/listinfo/plib-devel |