X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Andris Pavenis To: djgpp AT delorie DOT com Subject: Re: Error: No New Line At ... Date: Fri, 23 Jan 2004 08:57:48 +0200 User-Agent: KMail/1.6 References: <20040122155054 DOT 68721 DOT qmail AT web60902 DOT mail DOT yahoo DOT com> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200401230857.48357.pavenis@latnet.lv> Reply-To: djgpp AT delorie DOT com On Thursday 22 January 2004 18:43, coldblood wrote: > Uzytkownik "Thomas Tutone" napisal w wiadomosci > news:20040122155054 DOT 68721 DOT qmail AT web60902 DOT mail DOT yahoo DOT com... > > > "coldblood" wrote: > > > I am writtting my C++ programs in MSVC and then > > > I compile it under DJGPP + RHIDE, there I have such > > > message: > > > > > > Error 1: Warning: no new line at the end of file ^^^^^ This seems to come from analysis RHIDE does from compiler output. There has been related problems in past, when compiler output changed. Please make sure at first, that You have latest build from either http://rhide.sourceforge.net/snapshots/index.html or http://sourceforge.net/project/showfiles.php?group_id=32835&package_id=27741 (under http://sourceforge.net/projects/setedit) and retry with one these builds, if You have older. Also I recommend to fix similar problems. For example I myself am often using for development compiler options: -W -Wall -Werror In rather many cases it helps to prevent errors much earlier. Of course some warnings could be a bit nuisance, but generally there is possible workarounds. Andris