Moin!

I just upgraded to MacOSX 10.3 Panther and wanted to recompile my 
bincimap and it failed. The error was in mime-printstruct.cc as (see 
below) described in Jason Parkers mail to this list on October 25th. 
Did anybody so far pick this up and could help me to get it working 
again? I could offer limited ssh access to my box if needed.

So long
-Ralf
---
___ ___ ___ ___
\C/ \O/ \L/ \T/   Ralf Weber
 V   V   V   V    System Administrator
we make business  COLT Telecom GmbH
straight.forward  IP Services


if g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -fno-exceptions 
-O0 -MT mime-printstruct.o -MD -MP -MF ".deps/mime-printstruct.Tpo" \
  -c -o mime-printstruct.o `test -f 'mime-printstruct.cc' || echo 
'./'`mime-printstruct.cc; \
then mv ".deps/mime-printstruct.Tpo" ".deps/mime-printstruct.Po"; \
else rm -f ".deps/mime-printstruct.Tpo"; exit 1; \
fi
io.h: In member function `Binc::IO& Binc::IO::operator<<(const T&) 
[with T =
   size_t]':
mime-printstruct.cc:81:   instantiated from here
io.h:169: error: ambiguous overload for `Binc::BincStream& << const long
   unsigned int&' operator
convert.h:273: error: candidates are: Binc::BincStream&
   Binc::BincStream::operator<<(std::ostream&(*)(std::ostream&)) <near 
match>
convert.h:274: error:                 Binc::BincStream&
   Binc::BincStream::operator<<(const std::string&) <near match>
convert.h:275: error:                 Binc::BincStream&
   Binc::BincStream::operator<<(unsigned int)
convert.h:276: error:                 Binc::BincStream&
   Binc::BincStream::operator<<(int)
convert.h:277: error:                 Binc::BincStream&
   Binc::BincStream::operator<<(char)
make[2]: *** [mime-printstruct.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Reply via email to