Re: [Flightgear-devel] Build Problem with MSVC 6.0

2003-01-17 Thread Jonathan Polley
Dave, Worked like a champ. A few more instances of this have turned up, and I can supply diffs if you are interested. Thanks, Jonathan Polley On Friday, January 17, 2003, at 10:39 AM, David Luff wrote: Jonathan, I've got behind reading my mail from this list, and I've only just read this

Re: [Flightgear-devel] Build Problem with MSVC 6.0

2003-01-17 Thread David Luff
Jonathan, I've got behind reading my mail from this list, and I've only just read this mail from a while ago about this and the later error you had in ATCVoice.cxx. I've commited Norman's fixes for both files to the cvs, so if you could do a clean checkout of the ATC subdirectory and check I have

Re: [Flightgear-devel] Build Problem with MSVC 6.0

2002-12-21 Thread Jonathan Polley
Norman, Thanks, that fixed it. The changes that I tried were it that general direction, but not far enough. Jonathan Polley On Friday, Dec 20, 2002, at 11:03PM, Norman Vine <[EMAIL PROTECTED]> wrote: >Jonathan Polley writes: >> > >> Any more ideas? > >maybe > >$ cvs diff ATCVoice.cxx

Re: [Flightgear-devel] Build Problem with MSVC 6.0

2002-12-20 Thread Bernie Bright
On Fri, 20 Dec 2002 20:02:51 -0800 Jonathan Polley <[EMAIL PROTECTED]> wrote: > I finally get my ISP straightened out and was able to update to CVS again > (Ya!). Unfortunately, I came across a couple of problems. First, the macro > GLUT_H does not seem to be defined anywhere. Where is that sup

Re: [Flightgear-devel] Build Problem with MSVC 6.0

2002-12-20 Thread Norman Vine
Jonathan Polley writes: > > > Any more ideas? maybe $ cvs diff ATCVoice.cxx Index: ATCVoice.cxx === RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/ATC/ATCVoice.cxx,v retrieving revision 1.2 diff -r1.2 ATCVoice.cxx 96

Re: [Flightgear-devel] Build Problem with MSVC 6.0

2002-12-20 Thread Jonathan Polley
Norman, That change worked fine. It uncovered a similar problem in src\ATC\ATCVoice.cxx. Making a similar change there was not successful. unsigned char* FGATCVoice::WriteMessage had the following lines: list < string > tokenList; list < string >::iterator tokenListItr; which

Re: [Flightgear-devel] Build Problem with MSVC 6.0

2002-12-20 Thread Norman Vine
Jonathan Polley writes: > > Second, I got an error in src/ATC/tower.hxx. > > typedef list < TowerPlaneRec* > tower_plane_rec_list_type; > typedef list < TowerPlaneRec* >::iterator tower_plane_rec_list_iterator; > typedef list < TowerPlaneRec* >::const_iterator tower_plane_rec_list_const_iterator; >

[Flightgear-devel] Build Problem with MSVC 6.0

2002-12-20 Thread Jonathan Polley
I finally get my ISP straightened out and was able to update to CVS again (Ya!). Unfortunately, I came across a couple of problems. First, the macro GLUT_H does not seem to be defined anywhere. Where is that suppose to be (I stuck it in the appropriate config.h)? Second, I got an error in sr