We are trying to compile flightgear0.9.4 in mac os.
We have compiled successfully plib and simgear. While compiling FlightGear we are getting following error :
 
/users/apple/fgdev/include/simgear/threads/SGQueue.hxx: In member function 'virtual T SGBlockingQueue<T>::pop()':
/users/apple/fgdev/include/simgear/threads/SGQueue.hxx:214: error: 'fifo' was not declared in this scope
 
fifo is declared
In SGQueue.hxx
 
#include <queue>
 
 */
template<class T>
class SGQueue
{
public:
    SGQueue() {}
    virtual ~SGQueue() {}
 
      protected:
      std::queue<T> fifo;
};
 
 
what is the solution for the following above problem.
Plz reply me
 
 
Regards,
Deepha


New Yahoo! Messenger with Voice. Call regular phones from your PC for low, low rates.

Reply via email to