Anyone get bincimap-1.2.3 to compile on OS X?
I'm running into a problem - cant' get past mime-printstruct.o - and have tried a few things with no luck so far...
Does someone know/see what I need to nudge?
Thanks! -jason
-----------
config does not complain...
./configure \
--prefix=/var/qmail/bincimap \
--exec-prefix=/var/qmail/bincimap \
--localstatedir=/var/log/qmail \
--with-ssl> make
[... stuff deleted...]
Making all in src
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-exceptions -O2 -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: ambiguous overload for `Binc::BincStream& << const long unsigned int&
' operator
convert.h:273: candidates are: Binc::BincStream&
Binc::BincStream::operator<<(std::ostream&(*)(std::ostream&)) <near match>
convert.h:274: Binc::BincStream&
Binc::BincStream::operator<<(const std::string&) <near match>
convert.h:275: Binc::BincStream&
Binc::BincStream::operator<<(unsigned int)
convert.h:276: Binc::BincStream&
Binc::BincStream::operator<<(int)
convert.h:277: Binc::BincStream&
Binc::BincStream::operator<<(char)
make[2]: *** [mime-printstruct.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
