Update of /cvsroot/mahogany/M/src/Python
In directory sc8-pr-cvs1:/tmp/cvs-serv26325/src/Python

Modified Files:
        InitPython.cpp MAppBase.i MailFolder.i Message.i 
        PythonHelp.cpp 
Log Message:
Python compilation fixes

Index: InitPython.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/InitPython.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -b -u -2 -r1.30 -r1.31
--- InitPython.cpp      22 Jul 2003 12:07:37 -0000      1.30
+++ InitPython.cpp      27 Sep 2003 15:20:21 -0000      1.31
@@ -18,4 +18,5 @@
 #   include "gui/wxMApp.h"
 #   include "strutil.h"
+#   include "Profile.h"                 // for writeEntry
 #endif
 

Index: MAppBase.i
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/MAppBase.i,v
retrieving revision 1.23
retrieving revision 1.24
diff -b -u -2 -r1.23 -r1.24
--- MAppBase.i  22 Apr 2002 13:43:46 -0000      1.23
+++ MAppBase.i  27 Sep 2003 15:20:21 -0000      1.24
@@ -10,6 +10,7 @@
 %{
 #include "Mswig.h"
+#include "Mcommon.h"
+#include "gui/wxMDialogs.h"
 #include "gui/wxMApp.h"
-#include "MDialogs.h"
 #include "MFrame.h"
 

Index: MailFolder.i
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/MailFolder.i,v
retrieving revision 1.35
retrieving revision 1.36
diff -b -u -2 -r1.35 -r1.36
--- MailFolder.i        8 Aug 2002 16:30:59 -0000       1.35
+++ MailFolder.i        27 Sep 2003 15:20:21 -0000      1.36
@@ -12,7 +12,9 @@
 %{
 #include   "Mswig.h"
+#include   "Mcommon.h"
 #include   "MailFolder.h"
 #include   "Profile.h"
 #include   "HeaderInfo.h"
+#include   "UIdArray.h"
 %}
 

Index: Message.i
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/Message.i,v
retrieving revision 1.20
retrieving revision 1.21
diff -b -u -2 -r1.20 -r1.21
--- Message.i   23 Oct 2001 20:27:37 -0000      1.20
+++ Message.i   27 Sep 2003 15:20:21 -0000      1.21
@@ -12,4 +12,5 @@
 %{
 #include   "Mswig.h"
+#include   "Mcommon.h"
 #include   "Message.h"
 %}

Index: PythonHelp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/PythonHelp.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -b -u -2 -r1.26 -r1.27
--- PythonHelp.cpp      22 Jul 2003 12:07:37 -0000      1.26
+++ PythonHelp.cpp      27 Sep 2003 15:20:21 -0000      1.27
@@ -375,5 +375,5 @@
 }
 
-#define GPEM_ERROR(what) {errorMsg = "<Error getting traceback - " ##what ## ">";goto 
done;}
+#define GPEM_ERROR(what) {errorMsg = "<Error getting traceback - " what ">";goto 
done;}
 
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to