[Plib-users] compiling FG in mac os
Brought to you by:
sjbaker
From: Hemalatha S. <hem...@re...> - 2006-03-24 10:30:15
|
Hi,=0AWe are trying to compile flightgear0.9.4 in mac os.=0AWe have compile= d successfully plib and simgear. While compiling FlightGear we are getting = following error :=0A=0A/users/apple/fgdev/include/simgear/threads/SGQueue.h= xx: In member function 'virtual T SGBlockingQueue<T>::pop()':=0A/users/appl= e/fgdev/include/simgear/threads/SGQueue.hxx:214: error: 'fifo' was not decl= ared in this scope=0A=0Afifo is declared =0AIn SGQueue.hxx=0A=0A#include <q= ueue>=0A=0A */=0Atemplate<class T>=0Aclass SGQueue=0A{=0Apublic:=0A SGQu= eue() {}=0A virtual ~SGQueue() {}=0A=0A protected:=0A std::que= ue<T> fifo;=0A};=0A=0A=0Awhat is the solution for the following above probl= em.=0APlz reply me=0A=0A=0ARegards,=0AHema=0A |