Re: [Flightgear-devel] OT: Simgear and SGFile usage in FGFS

2005-09-24 Thread Curtis L. Olson
Alex Perry wrote: Unless I'm missing something, someone has committed bad code to CVS. The "ch" variable on line 377 is of class SGIOChannel, which doesn't support the eof() method, and not of class SGFILE, which does. ~/fs/source/utils/GPSsmooth$ make if g++ -DHAVE_CONFIG_H -I. -I. -I../../sr

[Flightgear-devel] OT: Simgear and SGFile usage in FGFS

2005-09-23 Thread Alex Perry
Unless I'm missing something, someone has committed bad code to CVS. The "ch" variable on line 377 is of class SGIOChannel, which doesn't support the eof() method, and not of class SGFILE, which does. ~/fs/source/utils/GPSsmooth$ make if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../../src