I downloaded and untared Version 1.1.1-1, and after ./configure && make I get this output:
--------------------------------------------------------------
[...]
echo './'`operator-fetch.cc
source='operator-search.cc' object='operator-search.o' libtool=no \
depfile='.deps/operator-search.Po' tmpdepfile='.deps/operator-search.TPo' \
depmode=gcc /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o operator-search.o `test -f 'operator-search.cc' || echo './'`operator-search.cc
operator-search.cc: In method `void Binc::SearchOperator::SearchNode::order()':
operators.h:336: `static bool Binc::SearchOperator::compareNodes(const Binc::SearchOperator::SearchNode &, const Binc::SearchOperator::SearchNode &)' is protected
operator-search.cc:675: within this context
make[3]: *** [operator-search.o] Error 1
make[3]: Leaving directory `/root/bincimap-1.1.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/bincimap-1.1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/bincimap-1.1.1'
make: *** [all] Error 2
------------------------------------
Any hints?
TIA,
Tibor
BTW: I'm running Debian Sarge/Testing Kernel 2.4.20

