On Mon, 3 Jun 2002 18:07:07 -1000 Roger Davis <[EMAIL PROTECTED]> wrote:
RD> >A quick "fix" is to uncheck "use local MTA", enter "foobar" (you have some RD> >liberty of choice here ;-) into "SMTP server" field and then check "use RD> >local MTA" again -- this should let you send mail for now. And I'll fix the RD> >bug in the cvs soon. RD> RD> This worked, although I also had to enter a bogus SMTP server user ID. I've just fixed this bug in Mahogany, so you can also just grab the latest cvs and use it instead. RD> >This is a serious bug as well -- but this time not in Mahogany but in RD> >wxGTK itself. Could you please tell me: RD> > RD> >1. wxGTK version you use RD> >2. GTK+ version you use (not 2.0 by chance?) RD> >3. whether the wxWindows listctrl sample (you should already have it if you RD> RD> wxGTK-2.3.3-M, Hmm, so you're not using the cvs M version (which requires wxGTK from the cvs as well), are you? RD> gtk+-1.2.10. I can't find any listctrl sample, whatever that RD> might be. There is a listctrl.o file, though I don't know what I should RD> do with that. No, the sample is in the wxWindows/samples directory -- but you don't have it in wxGTK-2.3.3-M file. If you could get the latest wxGTK sources either from the cvs or from http://wxwindows.sourceforge.net/snapshots/ and also get the latest M and test them, it would be very helpful. RD> By the way, I did have to fix the following two things to get M to build RD> properly under Irix 6.5. Perhaps you might want to patch the RD> distribution with these? Yes, of course! Although I believe some people have already used M under Irix, they haven't contributed any patches for it and as I don't have access to an SGI box, I can't do much about Irix problems myself. So your help is very appreciated! RD> (1) The configure script had no entry for SGI systems, although some RD> funny indentation in the area where I had to add an entry makes me RD> suspect the file was somehow munged. Here's a diff showing the new RD> entry: RD> RD> (here's the suspicious indentation) The indentation is ok in configure.in, you should really read it and not (autogenerated) configure. RD> (and here's the actual fix) RD> 4694,4698d4692 RD> < esac ;; RD> < IRIX*) RD> < case "$GXX" in RD> < yes) CCOSTYPE=gsg ;; RD> < *) CCOSTYPE=sg6 ;; Thanks, applied! RD> (2) I had to add an explicit cast to line 4973 of MailFolderCC.cpp RD> so that it now reads RD> RD> sa.sa_handler = (void (*)()) sigpipe_handler; RD> RD> My version of gcc (3.0.1) refused to compile it otherwise. Fixed as well, although not like this as it would break the compilation on all the other platforms which wouldn't be ideal :-) Please test the latest cvs under IRIX if you can. Thanks! VZ _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
