Author Topic: Mahogany Mail and News Code::Blocks project files using minGW GCC  (Read 5324 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
FYI:

I have gotten Mahogany Mail and News to compile and link; note it had some runtime issues when I tested it.

About Mahogany mail and news client
http://sourceforge.net/projects/mahogany

A GUI email and news client using the wxWindows cross-platform framework and featuring IMAP, POP3, SMTP, and NNTP support, SSL, a powerful address database, Python scripting, filtering, and a PalmOS synchronisation module.

I have uploaded my Code::Blocks project files that uses minGW GCC 3.4.5 to

http://www.savefile.com/projects/1039215  Look for mahogany.7z Direct link to mahogany.7z at http://www.savefile.com/files/781684

Code::Blocks Global Variables required are
wx: set to wxWidgets 2.8.4
python: set to Python24 folder
python.lib: Python24\libs folder

Note: Python25 is not compatible with the current Mahogany code.
Note: wxWidgets 2.8 must be compiled with WXWIN_COMPATIBILITY_2_6 is set to 0 in setup.h

Tim S
« Last Edit: June 10, 2007, 11:46:21 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
Re: Mahogany Code::Blocks project files using minGW GCC
« Reply #1 on: June 09, 2007, 12:39:10 pm »
I will try it if I have time for it.

Did you contact Vadim for it? I tried to create such a project file to (but more less success then you) and Vadim said he would add it to the mahogany SVN if it works.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Mahogany Code::Blocks project files using minGW GCC
« Reply #2 on: June 09, 2007, 06:04:57 pm »
Yes, I contacted the Mahogany's VZ, I told him I was working on Directions to create Code::Blocks project.
But, I am having problems getting the conversion of MSVC7.1 project for "M" Mahogany to work as an Code::Blocks MinGW project.

I had created my Code::Blocks MinGW projects manually and thought after I got them to work that I could determine the problem on the Code::Blocks conversion of  MSVC7.1 projects. I am still trying to determine the steps, I was close to it last night, but got too sleeping to continue working.

Note: I have no idea if the problem is in Code::Blocks conversion or if it is not. The only visible issue is libraries listed in foldername/subfoldername/libraryname.lib do not convert very well.

Tim S
« Last Edit: June 09, 2007, 06:10:13 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Mahogany Code::Blocks project files using minGW GCC
« Reply #3 on: June 09, 2007, 06:24:42 pm »
Do you have Mahogany, sf.net windows binary release, working with IMAP?

If yes, do you have any suggestions and setting it up to work with IMAP?

I can't get the sf.net windows binary release to work with IMAP, so I can NOT test my C::B compiled version.

Note: My CB complied version does not use dspam because I am working on compile/linking issues.
And, I have not even started on trying to compile SQL Lite 2 needed by dspam.

Tim S
« Last Edit: June 09, 2007, 06:42:41 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
Re: Mahogany Code::Blocks project files using minGW GCC
« Reply #4 on: June 09, 2007, 06:42:14 pm »
Do you have Mahogany, sf.net windows binary release, working with IMAP?

No I do not use IMAP and I do not use M productiv this time.

My greates problem is to compile the imap-lib with MinGW.