On Mon, Dec 15, 2008 at 9:52 PM, Andreas Tille <[email protected]> wrote: > On Mon, 15 Dec 2008, Mathieu Malaterre wrote: > >> I'll check with the maintainer, otherwise I'll have to patch it myslef :( > > I commited the start of the patch - it does not yet compile because I'm > just lacking C++ knowledge. I guess the usual porting advises combined > with some C++ knowledge should be enough to fix the problem.
Basically this is just a matter of adding: using std::cout; anytime the cout global is being used. I'll give it a try. Thanks, -- Mathieu -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

