These errors are fixed in the latest CVS -

change

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;

to

typedef list < TowerPlaneRec* > tower_plane_rec_list_type;
typedef tower_plane_rec_list_type::iterator tower_plane_rec_list_iterator;
typedef tower_plane_rec_list_type::const_iterator
tower_plane_rec_list_const_iterator;

and do likewise for the error in ATCVoice.cxx


*Please* specify compiler, platform and Flightgear code version when
submitting bugs!

Cheers - Dave


On 2/6/03 at 2:36 AM [EMAIL PROTECTED] wrote:
>typedef list < TowerPlaneRec* >::iterator tower_plane_rec_list_iterator;
>///////////////////////////////////////////
>c:\hh\flightgear\091\flightgear-0.9.1\src\atc\tower.hxx(72) : error C2653:
>'list<class TowerPlaneRec *,class std::allocator<class TowerPlaneRec *> >'
>: is not a class or namespace name
>///////////////////////////////////
>why?how to resolve it?



_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to