Hi Vadim,

Unless Nerijus beats me to the draw again and changes the following files, I
intend to commit the following tomorrow (if he does, I'll make appropriate
changes but I suspect my changes will not make any difference to his). They
made successfully both with and without --with-python

I believe based on my make results thatthis will bring us to the point of
having to deal with SWIG. I tried the current version and from my
understanding still seems to need .i files. There was no suggestion as far as
I understood it would just read .h files.

Robert, if you have a better place for me to insert these changes, speak up
quickly :-)

TIA

Dr. QA


--- wxOptionsDlg.cpp    2003-10-13 11:22:06.000000000 +1000
+++ wxOptionsDlg.cpp    2003-10-13 11:18:52.000000000 +1000
@@ -20,6 +20,10 @@

 #include "Mpch.h"

+#ifdef USE_PYTHON
+#    include  "Mcallbacks.h"           // Python fix for MCB_* declares
+#endif //USE_PYTHON
+
 #ifndef USE_PCH
 #  include "Mcommon.h"
 #  include "MHelp.h"

--- MailFolderCC.cpp    2003-10-13 11:22:20.000000000 +1000
+++ MailFolderCC.cpp    2003-10-13 11:17:53.000000000 +1000
@@ -24,6 +24,12 @@

 #include  "Mpch.h"

+#ifdef USE_PYTHON
+#    include  "MPython.h"              // Python fix for Pyobject / presult
+#    include  "PythonHelp.h"           // Python fix for PythonCallback
+#    include  "Mcallbacks.h"           // Python fix for MCB_* declares
+#endif //USE_PYTHON
+
 #ifndef  USE_PCH
 #   include "Mcommon.h"
 #   include "MApplication.h"

--- MailFolderCmn.cpp   2003-10-13 11:22:23.000000000 +1000
+++ MailFolderCmn.cpp   2003-10-13 11:16:45.000000000 +1000
@@ -27,6 +27,12 @@

 #include  "Mpch.h"

+#ifdef USE_PYTHON
+#    include  "MPython.h"              // Python fix for Pyobject / presult
+#    include  "PythonHelp.h"           // Python fix for PythonCallback
+#    include  "Mcallbacks.h"           // Python fix for MCB_* declares
+#endif //USE_PYTHON
+
 #ifndef USE_PCH
 #  include "Mcommon.h"
 #  include "guidef.h"





-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to