On Fri, 24 Feb 2006 00:30:48 +0000 "Dr. Beau Webber" <[EMAIL PROTECTED]> wrote:
DBW> in build_win.txt I read, for compiling under cygwin : g++ 3.x can not DBW> compile Mahogany currently, so I used g++ 2.95.3. I don't know why was this written but it could very well be out of date. At least under Unix g++3 (and 4) has no problem compiling Mahogany. I think you should try building it with g++3 and let us know if you encounter any problems. DBW> I have only found gcc v.3.3.3-3 and v 3.4.4, but these fail to compile DBW> wxWidgets Hmm, stranger and stranger. I did use both to build wxWidgets myself. With 3.3 I had no problems at all. With 3.4 you need to disable precompiled headers support because of gcc bug, so you may need to use --disable-precomp-headers argument to configure. But otherwise they really should both work. Good luck, VZ ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Mahogany-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-users
