Re: [Plib-users] error in compilation
Brought to you by:
sjbaker
From: Arthur M. M. <hal...@gm...> - 2008-02-29 13:10:49
|
Jan I change the line 107: ssgaCelestialBodyList::~ssgaCelestialBodyList () { removeAll(); } to ~ssgaCelestialBodyList() { removeAll(); } and to line 195 too and it compile. I will use the CVS Thanks Jan 2008/2/29, Jan Reucker <slo...@gm...>: > > Am Fri, 29 Feb 2008 00:19:05 -0300 schrieb "Arthur M. Meskelis" < > hal...@gm...>: > > > > ssgaSky.h:107: error: extra qualification 'ssgaCelestialBodyList::' on > > member 'ssgaCelestialBodyList' > > ssgaSky.h:195: error: extra qualification 'ssgaCloudLayerList::' on > member > > 'ssgaCloudLayerList' > > > [...] > > > Error in extra qualification ssgaCelestialBodyList:: on member > > ssgaCelestialBodyList ?????, how I can resolve this problem. > > > Arthur, > > remove "ssgaCelestialBodyList::" from line 107 of ssgaSky.h and > "ssgaCloudLayerList::" from line 195 of the same file. > > This is already fixed in the CVS version of PLIB. It's definitely time > for a 1.8.5 release to get rid of this bug. > > Kind regards, > Jan R. > > -- > Jan Reucker > email: jan dot reucker at web dot de > web: http://www.reucker-online.de > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > plib-users mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-users > |