hi andreas,

Andreas Aardal Hanssen wrote:

Binc IMAP 1.1.9 is finally here, after over a full month of
refactoring. I'm releasing it now because I want feedback from many
platforms and not just the ones I control myself. :-)

thanks a lot for the great job!!! i have been waiting for this for long time :)

but unfortunately, i found that it did not compile on my freebsd box :-(
i would investigate why later but just in case it you might easily be able to figure out what is going on, what happened to me was as below.


ciao,
-- Hiroshima

% make
make all-recursive
Making all in conf
Making all in contrib
Making all in authenticators
Making all in doc
Making all in manual
Making all in man
Making all in service
Making all in log
Making all in src
source='address.cc' object='address.o' libtool=no depfile='.deps/address.Po' tmpdepfile='.deps/address.
TPo' depmode=gcc /bin/sh ../depcomp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -Wall -
fno-exceptions -c -o address.o `test -f 'address.cc' || echo './'`address.cc
source='arg-arg.cc' object='arg-arg.o' libtool=no depfile='.deps/arg-arg.Po' tmpdepfile='.deps/arg-arg.
TPo' depmode=gcc /bin/sh ../depcomp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -Wall -
fno-exceptions -c -o arg-arg.o `test -f 'arg-arg.cc' || echo './'`arg-arg.cc
In file included from arg-arg.h:38,
from arg-arg.cc:35:
arg-error.h: In method `const class string ArgParser::ArgumentError::reason() const':
arg-error.h:77: warning: control reaches end of non-void function `ArgParser::ArgumentError::reason() co
nst'
source='arg-parser.cc' object='arg-parser.o' libtool=no depfile='.deps/arg-parser.Po' tmpdepfile='.deps
/arg-parser.TPo' depmode=gcc /bin/sh ../depcomp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/inc
lude -Wall -fno-exceptions -c -o arg-parser.o `test -f 'arg-parser.cc' || echo './'`arg-parser.cc
In file included from arg-arg.h:38,
from arg-parser.h:38,
from arg-parser.cc:35:
arg-error.h: In method `const class string ArgParser::ArgumentError::reason() const':
arg-error.h:77: warning: control reaches end of non-void function `ArgParser::ArgumentError::reason() co
nst'
source='authenticate.cc' object='authenticate.o' libtool=no depfile='.deps/authenticate.Po' tmpdepfile=
'.deps/authenticate.TPo' depmode=gcc /bin/sh ../depcomp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/l
ocal/include -Wall -fno-exceptions -c -o authenticate.o `test -f 'authenticate.cc' || echo './'`authenti
cate.cc
In file included from arg-arg.h:38,
from arg-parser.h:38,
from session.h:41,
from authenticate.cc:45:
arg-error.h: In method `const class string ArgParser::ArgumentError::reason() const':
arg-error.h:77: warning: control reaches end of non-void function `ArgParser::ArgumentError::reason() co
nst'
source='base64.cc' object='base64.o' libtool=no depfile='.deps/base64.Po' tmpdepfile='.deps/base64.TPo'
depmode=gcc /bin/sh ../depcomp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -Wall -fno-
exceptions -c -o base64.o `test -f 'base64.cc' || echo './'`base64.cc
source='bincimapd.cc' object='bincimapd.o' libtool=no depfile='.deps/bincimapd.Po' tmpdepfile='.deps/bi
ncimapd.TPo' depmode=gcc /bin/sh ../depcomp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include
-Wall -fno-exceptions -c -o bincimapd.o `test -f 'bincimapd.cc' || echo './'`bincimapd.cc
In file included from arg-arg.h:38,
from arg-parser.h:38,
from session.h:41,
from bincimapd.cc:43:
arg-error.h: In method `const class string ArgParser::ArgumentError::reason() const':
arg-error.h:77: warning: control reaches end of non-void function `ArgParser::ArgumentError::reason() co
nst'
source='broker.cc' object='broker.o' libtool=no depfile='.deps/broker.Po' tmpdepfile='.deps/broker.TPo'
depmode=gcc /bin/sh ../depcomp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -Wall -fno-
exceptions -c -o broker.o `test -f 'broker.cc' || echo './'`broker.cc
In file included from arg-arg.h:38,
from arg-parser.h:38,
from session.h:41,
from broker.cc:42:
arg-error.h: In method `const class string ArgParser::ArgumentError::reason() const':
arg-error.h:77: warning: control reaches end of non-void function `ArgParser::ArgumentError::reason() co
nst'
source='convert.cc' object='convert.o' libtool=no depfile='.deps/convert.Po' tmpdepfile='.deps/convert.
TPo' depmode=gcc /bin/sh ../depcomp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -Wall -
fno-exceptions -c -o convert.o `test -f 'convert.cc' || echo './'`convert.cc
source='depot.cc' object='depot.o' libtool=no depfile='.deps/depot.Po' tmpdepfile='.deps/depot.TPo' de
pmode=gcc /bin/sh ../depcomp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -Wall -fno-exce
ptions -c -o depot.o `test -f 'depot.cc' || echo './'`depot.cc
In file included from depot.cc:38:
mailbox.h:142: syntax error before `,'
depot.cc: In method `bool Binc::Depot::createMailbox(const string &) const':
depot.cc:213: warning: cannot pass objects of type `const basic_string<char,string_char_traits<char>,__d
efault_alloc_template<false,0> >' through `...'
*** Error code 1


Stop in /usr/local/src/bincimap-1.1.9/src.
*** Error code 1

Stop in /usr/local/src/bincimap-1.1.9.
*** Error code 1

Stop in /usr/local/src/bincimap-1.1.9.
%




Reply via email to