tags 417493 + patch
thanks

--- imaplogin.C~        2007-04-05 11:40:39.000000000 +0200
+++ imaplogin.C 2007-04-05 11:40:48.000000000 +0200
@@ -17,6 +17,7 @@
 #include <errno.h>
 #include <stdio.h>
 
+#include <algorithm>
 #include <iostream>
 #include <iomanip>
 #include <sstream>
--- imap.C~     2007-04-05 11:39:22.000000000 +0200
+++ imap.C      2007-04-05 11:39:31.000000000 +0200
@@ -21,6 +21,7 @@
 #include <unicode/unicode.h>
 #include <sstream>
 #include <iomanip>
+#include <algorithm>
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
--- rfc2047encode.C~    2007-04-05 11:46:35.000000000 +0200
+++ rfc2047encode.C     2007-04-05 11:50:16.000000000 +0200
@@ -9,6 +9,8 @@
 #include "rfc822/rfc2047.h"
 #include "mail.H"
 
+#include <cstdlib>
+
 mail::rfc2047::encode::encode(std::string txt, std::string charset)
 {
        char *p=rfc2047_encode_str(txt.c_str(), charset.c_str(),
--- mailtool.C~ 2007-04-05 11:48:27.000000000 +0200
+++ mailtool.C  2007-04-05 11:48:35.000000000 +0200
@@ -23,6 +23,7 @@
 
 #include <iostream>
 #include <iomanip>
+#include <algorithm>
 #include <stdlib.h>
 #include <stdio.h>
 #include <ctype.h>
--- nntpxover.C~        2007-04-05 11:50:00.000000000 +0200
+++ nntpxover.C 2007-04-05 11:50:07.000000000 +0200
@@ -9,6 +9,7 @@
 #include "generic.H"
 #include "envelope.H"
 
+#include <algorithm>
 #include <sstream>
 
 using namespace std;


Now we fail with:

In file included from maildir.C:19:
search.H:147: error: declaration of 'mail::ptr<mail::account> 
mail::searchOneMessage::ptr'
objectmonitor.H:31: error: changes meaning of 'ptr' from 'class 
mail::ptr<mail::account>'

Can you please apply this patch, send it upstream and also let him know
about this problem.
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to