Hi

I have some compilation problems and I had to make the following changes 
to make M compile.
As I am not sure I am doing the right thing, I haven't committed yet.
(The pace at which I am forgetting C++ is scary)

 >>> diff src/gui/wxComposeView.cpp wxComposeView.cpp.mine
933c933
< static wxComposeView *CreateComposeView(Profile *profile,
---
 > wxComposeView *CreateComposeView(Profile *profile,
3294c3294
<       nameDrafts = READ_APPCONFIG(MP_DRAFTS_FOLDER);
---
 >       nameDrafts = (const wxString &)READ_APPCONFIG(MP_DRAFTS_FOLDER);

 >>>> diff src/util/upgrade.cpp upgrade.cpp.mine
2856c2856,2858
<           "WarnInbox"
---
 >           "WarnInbox",
 >           0

the first is a compilation error, the last two overload problems.

Unfortunately, it still dumps on me. I going to rebuild it from scratch 
and try again.

Ciao
  Michele




_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to