On Sun, 1 Oct 2006 15:52:59 +1000 Mark Livingstone <[EMAIL PROTECTED]> wrote:
ML> Did you get by email a message I sent you a week or so ago detailing ML> the errors when I tried to build M on my new Mac Pro under OS X? Yes, I did get it but didn't have time to really look into this nor do I really expect to be able to fix it without having access to an Intel Mac nor its headers. There is clearly a problem with isspace() (and others) being #defined somewhere before <iostream> is included. It looks like this "somewhere" is /usr/include/ctype.h but I don't know by which header is it included. Maybe rearranging the include order in Mconfig.h can help. In any case you should be able to see much more clearly than me what's going on, especially if you can (temporarily) edit the system headers and insert e.g. #error in them: this should allow you to trace easily where are they included from as gcc prints out the full include stack when it encounters an error (very nice feature BTW). ML> I emailed it because it was >40kb that SF imposes on message length. To be honest, just about 10 lines of the log you joined are really useful... Regards, VZ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Mahogany-Developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
