From: Monika Hendricks Newsgroups: comp.os.msdos.djgpp Subject: Re: [grx245]installation problems Date: 9 Aug 2003 11:42:31 GMT Lines: 37 Message-ID: References: <7263-Fri08Aug2003101530+0300-eliz AT elta DOT co DOT il> <3791-Fri08Aug2003181106+0300-eliz AT elta DOT co DOT il> NNTP-Posting-Host: pc19f39bd.dip.t-dialin.net (193.159.57.189) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de 1060429351 31293145 193.159.57.189 (16 [201915]) User-Agent: Xnews/5.04.25 Hamster/2.0.0.1 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >>> clean: >>> -if exist bgi\*.o del bgi\*.o >>> >> >> Now I did it like you said with the following result whereas the >> line 123 is the one with the del bgi\*.o command. >> >> C:\DJGPP\contrib\grx245>make -f makefile.dj2 libs >> c:/djgpp/bin/make.exe -C src -f makefile.dj2 >> make.exe[1]: Entering directory `c:/DJGPP/contrib/grx245/src' >> makefile.dj2:123: *** missing separator. Stop. >> make.exe[1]: Leaving directory `c:/DJGPP/contrib/grx245/src' >> make.exe: *** [libs] Error 2 > > You (or the editor you use) replaced the tab character with > space(s). Yes, that was right, i used edit of dos. There were just spaces in this line in front of the command. I used xemacs to correct it. But i got stuck now at the next line. > At this point, you might want to download a fresh copy (or > re-extract the archive) to make sure you have clean copies of > everything. BTW, it seems like v.2.4.6 now has release status. > Given that it's only a 2Mb download, it might be worth giving it a > shot. I removed contrib directory, and installed grx246s.zip. Without adjusting anything and calling make i got the same result as ever. How do you think about the commented lines in my last but one posting, where i called make with the `-d'-switch? Do you think that's the important conflict area? Thanks a lot to you and Eli for helping me not losing hope. monika