Path: chuka.playstation.co.uk!news From: "Jon Prestidge" Newsgroups: scee.yaroze.freetalk.english Subject: Re: GNU in XP Date: Sat, 27 Mar 2004 16:18:11 -0000 Organization: PlayStation Net Yaroze (SCEE) Lines: 31 Message-ID: References: NNTP-Posting-Host: host213-122-21-158.in-addr.btopenworld.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Yes got it working OK-ish after following the trials and tribulations of the post on 06/10/2003 -- thanks to all those who suffered to make my transition easier :-) As for one thing I saw in that tread (I think it was a prob Andrew Murry had):- "make: *** No rule to make target `main.o', needed by `main'." I had a similar problem (but not with the main module) and it turned-out to be because one mention of the module name in the makefile was in lower case and another one was in mixed case...so maybe it is more case sensitive than the old stuff. Personally I get the following inexplicable compiler warning message:- \psx3\mips-unknown-ecoff\include\memory.h:32: warning: conflicting types for bui lt-in function `memset' ... but I can't work it out because memset is only defined once in memory.h, and it is defined in the standard way, and it isn't even called anywhere in Emotion anyway. Still works fine despite the message though. Jon