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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 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



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to