15 messages in net.sourceforge.lists.courier-usersRE: [courier-users] upgrading to the ...
FromSent OnAttachments
ScottOct 21, 2003 8:08 pm 
ScottOct 22, 2003 12:09 am 
Tim HunterOct 22, 2003 6:17 am 
Mitch (WebCob)Oct 24, 2003 3:11 am 
Gordon MessmerOct 24, 2003 11:37 am 
Mitch (WebCob)Oct 24, 2003 11:41 am 
Gordon MessmerOct 24, 2003 12:54 pm 
Stephen ArnoldOct 24, 2003 2:16 pm 
Mitch (WebCob)Oct 24, 2003 3:45 pm 
Stefan HornburgOct 25, 2003 3:29 am 
Sam VarshavchikOct 25, 2003 4:22 am 
Mitch (WebCob)Oct 25, 2003 12:23 pm 
ScottOct 25, 2003 12:40 pm 
Mitch (WebCob)Oct 25, 2003 3:05 pm 
Sam VarshavchikOct 25, 2003 6:07 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: [courier-users] upgrading to the current version 0.43.2 and gmake fails...Actions...
From:Mitch (WebCob) (mit@webcob.com)
Date:Oct 25, 2003 3:05:58 pm
List:net.sourceforge.lists.courier-users

Found one other reference to something similar... seems to have to do with my gcc 2.95.4 - I know this is off topic, but the last time I tried to switch compilers it got REALLY nasty - anyone made a recent version work on FreeBSD 4.8?

What do I have to do? Or anyone have a simple and reliable way to upgrade gcc? What did that break?

This happened a while into the build process - can someone more c++ friendly than me give me apointer on fixing the code so I can avoid that ugliness?

Alternatively - how old do I have to do for this to work?

Any options appreciated.

Thanks.

m/

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net]On Behalf Of Mitch (WebCob) Sent: Friday, October 24, 2003 12:51 AM To: courier-users Subject: [courier-users] upgrading to the current version 0.43.2 and gmake fails...

Running FreeBSD 4.8.

Building as a non-root user.

Configure ran ok. What am I missing?

Thanks.

when I run gmake I see this:

Compiling maildir.C In file included from /usr/include/g++/stl_tree.h:56, from /usr/include/g++/set:31, from ../maildir/maildirkeywords.h:435, from maildir.C:28: /usr/include/g++/stl_algobase.h:91: `template <class _Tp> const _Tp & min(const _Tp &, const _Tp &)' redeclared as different kind of symbol mio.h:80: previous declaration of `class MioStdio min' mio.h:80: previous non-function declaration `class MioStdio min' /usr/include/g++/stl_algobase.h:91: conflicts with function declaration `template <class _Tp> const _Tp & min(const _Tp &, const _Tp &)' /usr/include/g++/stl_algobase.h:103: `template <class _Tp, class _Compare> const _Tp & min(const _Tp &, const _Tp &, _Compare)' redeclared as different kind of symbol mio.h:80: previous declaration of `class MioStdio min' mio.h:80: previous non-function declaration `class MioStdio min' /usr/include/g++/stl_algobase.h:103: conflicts with function declaration `template <class _Tp, class _Compare> const _Tp & min(const _Tp &, const _Tp &, _Compare)' /usr/include/g++/stl_algobase.h: In function `bool lexicographical_compare(const unsigned char *, const unsigned char *, const unsigned char *, const unsigned char *)': /usr/include/g++/stl_algobase.h:442: no match for call to `(MioStdio) (const size_t &, const size_t &)' /usr/include/g++/stl_algobase.h: In function `int __lexicographical_compare_3way(const unsigned char *, const unsigned char *, const unsigned char *, const unsigned char *)': /usr/include/g++/stl_algobase.h:490: no match for call to `(MioStdio) (const ptrdiff_t &, const ptrdiff_t &)' gmake[2]: *** [maildir.o] Error 1 gmake[2]: Leaving directory `/usr/home/sysop/wce-install/courier-0.43.2/maildrop' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/home/sysop/wce-install/courier-0.43.2/maildrop' gmake: *** [all-recursive] Error 1

Configure used was:

./configure \ --prefix=/usr/lib/courier \ --with-mailuser=courier \ --with-mailgroup=courier \ --with-paranoid-smtpext \ --without-authpam \ --without-authldap \ --without-authpwd \ --with-authmysql \ --without-authpgsql \ --without-authshadow \ --without-authuserdb \ --without-authvchkpw \ --without-authcram \ --enable-https=auto \ --enable-workarounds-for-imap-client-bugs \ --with-certdb=/usr/local/ssl/certs \ --enable-webpass=no \ --with-ispell=/usr/local/bin/ispell \ --without-ipv6 \ --enable-mimetypes=/etc/mime.types