Re: Compilation error
Sam Varshavchik <[email protected]>
| Newsgroups | gmane.mail.cone |
|---|---|
| Message-ID | <[email protected]> |
Roger B.A. Klorese writes:
> Compiling cone 0.57 on Red Hat 7.3.
>
> Compiling imap.C
> imap.C: In method `mail::imap::msgSetRange::msgSetRange (mail::imap *,
> const vector<size_t, allocator<size_t> > &)':
> imap.C:893: `sort' undeclared (first use this function)
> imap.C:893: (Each undeclared identifier is reported only once for each
> function it appears in.)
>
> Ideas?
Build requirements, from the README:
* gcc 3.2, or higher
You might try to get it to build with 2.96, you don't have anything to lose
by trying. In the indicated file and line, try to replace "sort" with
either "::sort" or "std::sort".
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQBASqwax9p3GYHlUOIRAkhJAJ4sR9OJr8R8V217R4fwp3KS9KxfrgCeL2lc 0Ca/jerDBvmrRyirGHUIHe0= =KRWz -----END PGP SIGNATURE-----