Ed Vazquez | 13 Apr 2005 21:28

Two questions

First, since I haven't seen any traffic on the Mahogany lists
since late February, is this mail client still viable?

Second, presuming that only the user list has been amazingly
silent, on trying to compile the latest CVS download of M in
Linux, I'm getting:

c++ -o classes/ComposeTemplate.o -c -I/src/mail/M/include
-DNO_IDEA -DNO_DSA -DOPENSSL_NO_KRB5
-I/usr/local/lib/wx/include/gtk2-unicode-release-2.5
-I/usr/local/include/wx-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1
-I/src/mail/M/lib/imap/c-client -I/src/mail/M/lib/compface
-I/src/mail/M/src/wx/vcard -fno-exceptions -fno-rtti
-fno-operator-names
-I/usr/local/lib/wx/include/gtk2-unicode-release-2.5
-I/usr/local/include/wx-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -O2
-MMD -Wall classes/ComposeTemplate.cpp
classes/ComposeTemplate.cpp: In function `String
GetReplyPrefix(Message*,    Profile*)':
classes/ComposeTemplate.cpp:549: error: conversion from `const
char[4]' to `   const wxString' is ambiguous
/usr/local/include/wx-2.5/wx/string.h:639: error: candidates
are:    wxString::wxString(wchar_t, unsigned int) <near match>
/usr/local/include/wx-2.5/wx/string.h:628: error:               
    wxString::wxString(int) <near match>
make[1]: *** [classes/ComposeTemplate.o] Error 1
make[1]: Leaving directory `/src/mail/M/src'
make: *** [all] Error 2
(Continue reading)

Alan G Isaac | 13 Apr 2005 21:40
Picon
Favicon

Re: Two questions

On Wed, 13 Apr 2005, Ed Vazquez apparently wrote: 
> First, since I haven't seen any traffic on the Mahogany 
> lists since late February, is this mail client still 
> viable? 

You mean are there still users?
Yes.
Alan Isaac
(a quiet user)

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Nerijus Baliunas | 13 Apr 2005 23:33
Picon

Re: Two questions

On Wed, 13 Apr 2005 13:28:40 -0600 Ed Vazquez <ed.vazquez <at> dhha.org> wrote:

EV> Second, presuming that only the user list has been amazingly
EV> silent, on trying to compile the latest CVS download of M in
EV> Linux, I'm getting:
EV> 
EV> -I/usr/local/lib/wx/include/gtk2-unicode-release-2.5

You are using unicode wxWidgets, Mahogany doesn't work with unicode
yet. Unicode was made default for a few days, and then reverted back,
please update wx from cvs again and it should work.

EV> classes/ComposeTemplate.cpp: In function `String
EV> GetReplyPrefix(Message*,    Profile*)':
EV> classes/ComposeTemplate.cpp:549: error: conversion from `const
EV> char[4]' to `   const wxString' is ambiguous

I fixed this.

EV> for all versions of wxWidgets including 2.4.2, 2.5.4 and 2.6
EV> (CVS).

CVS should be OK. M definitely will not work with 2.4.

Regards,
Nerijus

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
(Continue reading)

Vadim Zeitlin | 14 Apr 2005 00:05
Favicon

Re: Two questions

On Wed, 13 Apr 2005 13:28:40 -0600 Ed Vazquez <ed.vazquez <at> dhha.org> wrote:

EV> First, since I haven't seen any traffic on the Mahogany lists
EV> since late February, is this mail client still viable?

 I admit that I didn't have any time to work on M for quite a few months
already. I did a couple of minor features which I personally found lacking
recently but that's all.

 Nevertheless there is going to be a new official release as soon as wx
2.6.0 comes out (i.e. in a couple of weeks) and I hope to have time to add
spell checking support to composer in, say, June, as this is what I mostly
miss myself right now.

 But, again, I am already working (much) more than full time on my paid
contracts and still try to spend some time on wx so unfortunately not much
is left for Mahogany. I still hope that some ISP decides to sponsor
development of a customized mail client and allow me to work full time on
it for at least a month or two but such hopes are slim.

 Regards,
VZ

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Alan G Isaac | 14 Apr 2005 07:01
Picon
Favicon

Re[2]: Two questions

On Thu, 14 Apr 2005 Vadim Zeitlin apparently wrote: 
> there is going to be a new official release as soon as wx 
> 2.6.0 comes out (i.e. in a couple of weeks) 

My main hope for this release is that a crasher
in 0.66.0 will go away.  Here are the .dmp files.
http://www.american.edu/econ/problems/mdump.htm

Thanks,
Alan

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Alan G Isaac | 14 Apr 2005 15:45
Picon
Favicon

Re[3]: Two questions

On Thu, 14 Apr 2005 Alan G Isaac apparently wrote: 
> My main hope for this release is that a crasher in 0.66.0 
> will go away.  Here are the .dmp files.  
> http://www.american.edu/econ/problems/mdump.htm 

I should mention the typical error message:
The instruction at "0x77f89ba1" referenced memory at 
"0x0000d1fe".  The memory could not be "read".

fwiw,
Alan

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Robert Cernansky | 16 Apr 2005 21:32
Picon
Favicon

Mahogany on 64-bit architecture (AMD Athlon64)

Hello,

I want to share with you my experinces of running Mahogany on 64-bit system
(Gentoo linux on amd64 arch.).

I was trying several combinations of Mahogany and wxWidgets versions. Then
I end up with cvs sources of Mahogany (from 6th april, I think) and
wxWidgets 2.5.5. wxWidgets builds fine on 64-bit. Howewer Mahogany did not
build successfully. I got this error:

c++ -o classes/Sequence.o -c -I/home/hs/unsettled/mahogany-test/M/include
-DNO_IDEA -DNO_DSA -DOPENSSL_NO_KRB5
-I/home/hs/unsettled/mahogany/wxGTK-2.5.5/lib/wx/include/gtk2-ansi-release-2.5
-I/home/hs/unsettled/mahogany/wxGTK-2.5.5/include
-I/home/hs/unsettled/mahogany/wxGTK-2.5.5/contrib/include
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA
-I/home/hs/unsettled/mahogany-test/M/lib/imap/c-client
-I/home/hs/unsettled/mahogany-test/M/lib/compface
-I/home/hs/unsettled/mahogany-test/M/src/wx/vcard -fno-exceptions -fno-rtti
-fno-operator-names
-I/home/hs/unsettled/mahogany/wxGTK-2.5.5/lib/wx/include/gtk2-ansi-release-2.5
-I/home/hs/unsettled/mahogany/wxGTK-2.5.5/include
-I/home/hs/unsettled/mahogany/wxGTK-2.5.5/contrib/include
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -O2 -MMD -Wall classes/Sequence.cpp
In file included from classes/Sequence.cpp:35:
/home/hs/unsettled/mahogany-test/M/include/UIdArray.h:27: error: zero width
for bit-field `wxAssert_UIdArray::TypeTooBigToBeStoredInwxBaseArrayInt'
make[1]: *** [classes/Sequence.o] Error 1 make[1]: Leaving directory
(Continue reading)

Vadim Zeitlin | 17 Apr 2005 01:30
Favicon

Re: Mahogany on 64-bit architecture (AMD Athlon64)

On Sat, 16 Apr 2005 21:32:30 +0200 (CEST) Robert Cernansky <hslists <at> zoznam.sk> wrote:

RC> However, fix is easy. Just replace WX_DEFINE_ARRAY_INT with
RC> WX_DEFINE_ARRAY_LONG in file include/UIdArray.h (line 27):
RC> 
RC> 27c27
RC> < WX_DEFINE_ARRAY_INT(UIdType, UIdArray);
RC> ---
RC> > WX_DEFINE_ARRAY_LONG(UIdType, UIdArray);

 Done, thanks!
VZ

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Vadim Zeitlin | 17 Apr 2005 01:31
Favicon

Re[3]: Two questions

On Thu, 14 Apr 2005 01:01:39 -0400 (Eastern Daylight Time) Alan G Isaac <aisaac <at> american.edu> wrote:

AGI> On Thu, 14 Apr 2005 Vadim Zeitlin apparently wrote: 
AGI> > there is going to be a new official release as soon as wx 
AGI> > 2.6.0 comes out (i.e. in a couple of weeks) 
AGI> 
AGI> My main hope for this release is that a crasher
AGI> in 0.66.0 will go away.  Here are the .dmp files.
AGI> http://www.american.edu/econ/problems/mdump.htm

 I'll try to look at those but at the very least the next M version will
have an improved crash reporting (in particular it will send crash reports
to me which will force me to pay more attention to them :-) and so should
help me diagnose this/these problems.

 Regards,
VZ

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Richard Welty | 17 Apr 2005 16:11

mahogany on Mac OS X?

what's the current status of M on OS X?

i just got a 15" powerbook and am starting to plan my migration over
from Fedora Core 1...

richard
--

-- 
Richard Welty                                         rwelty <at> averillpark.net
Averill Park Networking                                         518-573-7592
    Java, PHP, PostgreSQL, Unix, Linux, IP Network Engineering, Security
             "F=ma : it's not just a good idea, it's the law"

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

Gmane