Mail Archives: djgpp/2004/01/23/01:59:23
On Thursday 22 January 2004 18:43, coldblood wrote:
> Uzytkownik "Thomas Tutone" <thomas8675309 AT yahoo DOT com> napisal w wiadomosci
> news:20040122155054 DOT 68721 DOT qmail AT web60902 DOT mail DOT yahoo DOT com...
>
> > "coldblood" <coldblood AT op DOT pl> 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
- Raw text -