From: "Dalvemg" Newsgroups: comp.os.msdos.djgpp References: <36306832 DOT 0 AT news1 DOT mweb DOT co DOT za> Subject: Re: RSXNTDJ, help! Date: Fri, 23 Oct 1998 16:54:06 +0200 Lines: 40 X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 NNTP-Posting-Host: rdg-52t2-90.mweb.co.za Message-ID: <363099ab.0@news1.mweb.co.za> X-Trace: 23 Oct 1998 16:58:51 +0200, rdg-52t2-90.mweb.co.za To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Sorry, I read the faq carefully and now Ive solved the cpp error, but now I have a new one. E:\djgpp\RSXNTDJ\SAMPLE\GUI\SOL>make gcc -Zwin32 -c -Wall -O sol.c sol.c: In function `WndProc': sol.c:281: warning: suggest explicit braces to avoid ambiguous `else' sol.c:302: warning: suggest explicit braces to avoid ambiguous `else' grc -r sol.rc gcc -Zwin32 sol.o -o sol.exe e:/djgpp/bin/ld.exe: cannot open -lc_app: No such file or directory (ENOENT) make.exe: *** [sol.exe] Error 1 What does all this mean? And which cersion of LD.EXE should I use? Dalvemg wrote in message <36306832 DOT 0 AT news1 DOT mweb DOT co DOT za>... >I've got djgpp 2.8.1 and can't get rsxntdj to work. Whenever I try to "make" >one of the samples I get this > >gcc -Zwin32 -c -Wall -O winedit.c >grc -r winedit.rc >:-1: Error executing command 'cpp.exe winedit.rc -o res$$cpp.res', code = 2 >make.exe: *** [winedit.res] Error 25 > >Another error I get is that gcc doesn't know what -Zwin32 is? >What does this mean? One last thing, since the ld.exe that comes with >rsxntdj is older than my current one, should I use it instead of the 2.8.1 >version? Is it good to mix versions like this? > >I got it to "work" well, at least I could compile the samples with 2.7xx >easily, why is 2.8.1 so much harder? Could someone please give me a list of >extra stuff I need, I read some postings, but they don't work..? > >Thanks for any help. > > >