Hi, I again noticed namespace std:: issues on IRIX. This fixes them. Ciao, Michael. -- Index: asyncschedule.h =================================================================== RCS file: /home/kde/kdelibs/arts/flow/asyncschedule.h,v retrieving revision 1.10 diff -u -r1.10 asyncschedule.h --- asyncschedule.h 2000/10/02 00:52:56 1.10 +++ asyncschedule.h 2000/10/13 04:07:24 @@ -62,7 +62,7 @@ GenericAsyncStream *stream; FlowSystemSender sender; Notification gotPacketNotification; - list sent; + std::list sent; long _receiveHandlerID; public: @@ -86,7 +86,7 @@ protected: long notifyID; std::vector subscribers; - list sent; + std::list sent; GenericAsyncStream *stream; FlowSystemSender sender;