In the immortal words of Andreas Aardal Hanssen ([EMAIL PROTECTED]): > On Tue, 27 Apr 2004, Nathan J. Mehl wrote: > >Hm, that gets me a little further, but still no dice: > > Firstly, what compiler/OS version are you running?
SunOS bigtime 5.8 Generic_108528-11 sun4u sparc SUNW,UltraSPARC-IIi-cEngine gcc version 2.95.3 20010315 (release) > >g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-exceptions -O2 > >-I. -c -o maildir.o`test -f 'maildir.cc' || echo './'`maildir.cc > >maildir.cc: In method `bool Binc::Maildir::commitNewMessages(const > >string &)': > >maildir.cc:538: ambiguous overload for `Binc::BincStream & << pid_t' > >convert.h:299: candidates are: class Binc::BincStream & > > In line 535, you will see this line: > > << "P" << session.getPid() Hm, that's on line 537 in my maildir.cc... > replace it with > > << "P" << (int) session.getPid() > > And similar for line 690, same change. 692, but who's counting? :) Seems to have compiled cleanly with these changes; I'll give it a whirl... -n ------------------------------------------------------------<[EMAIL PROTECTED]> "...the irony of this development constitutes an enigma wrapped in a paradox bound up in a colostomy bag." (--www.suck.com) <http://blank.org/memory/>----------------------------------------------------
