Hello,

if I compile gnash with USE_STATS_QUEUE i receive this error when compiling libnet/http.cpp

handler.h: In member function ‘gnash::CQue::que_stats_t* gnash::Handler::statsout()’: handler.h:168: error: ‘class std::map<int, gnash::CQue, std::less<int>, std::allocator<std::pair<const int, gnash::CQue> > >’ has no member named ‘stats’

why _outgoing is declared differently from _incoming in handler.h?

    CQue        _incoming;
    std::map<int, CQue>   _outgoing;

of course changing it into:

    CQue        _outgoing;

will cure the problem.

Andrea

_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to