From: "Aslak Sørli" Newsgroups: comp.os.msdos.djgpp References: <7kr7l8$7mm$1 AT news6 DOT svr DOT pol DOT co DOT uk> <7l6cvt$oe0$1 AT news5 DOT svr DOT pol DOT co DOT uk> Subject: SV: RSXNTDJ - Nearly!, Not Quite ???? Lines: 75 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Mon, 28 Jun 1999 20:35:34 +0200 NNTP-Posting-Host: 130.67.149.84 X-Complaints-To: news-abuse AT online DOT no X-Trace: news1.online.no 930595059 130.67.149.84 (Mon, 28 Jun 1999 20:37:39 MET DST) NNTP-Posting-Date: Mon, 28 Jun 1999 20:37:39 MET DST Organization: Telenor Online Public Access To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Johan Venter wrote in message news:R0Hd3.17087$PN5 DOT 44419 AT newsfeeds DOT bigpond DOT com... > Paul J G wrote in message <7l6cvt$oe0$1 AT news5 DOT svr DOT pol DOT co DOT uk>... > >Well managed to sort out the spacing in the makefile, > >typed 'make' and guess what...... > >it dos`nt work. I now have the following error: > > > >winmain.c.25: alloca.h: No such file or directory (ENOENT) > > > >That file is located in my c:\djgpp\rsxntdj\include directory and I know > >that there is a path in my autoexec.bat pointing to it. > >Does anyone have the fixed files or perhaps the patched RSXNTDJ15, this just > >seems to be going round in circles. > > > >Paul > >paul AT gerfen DOT freeserve DOT co DOT uk > >"nearly but not quite, and its raining." > > This is not an error in the makefile or the RSXNTDJ source, it is a problem with your > installation. > Have you tried putting your djgpp include paths BEFORE your RSXNTDJ ones? > > People are having so much trouble getting RSXNTDJ 1.5 working, and most of the trouble > comes from the > paths. I have made a batch file to select between my development environments so that I > never run into these > problems, maybe you should try that at well. > > Basically, my path looks like this (where the RSXNTDJ environment variable has been set > before-hand): > > SET PATH=%RSXNTDJ%\bin;c:\c\djgpp\bin;%path% > > My include paths (this is setup to use the MSSDK headers as well, MSSDK is just an > environment variable pointing to the mssdk directory): > > SET C_INCLUDE_PATH=%RSXNTDJ%\include\mssdk;%MSSDK%\include > SET CPLUS_INCLUDE_PATH=%RSXNTDJ%\include\mssdk;%MSSDK%\include > > This way, nothing in my djgpp.env file requires changing and all the paths are in the > right order. > That order fixes a lot of problems, but only works correctly with the mssdk headers > installed. > > -- > Johan Venter > ICQ 3643877 > Visit The TPU DJGPP Interest Group: > http://surf.to/djgppig > > > I give up! I have another problem when i trie to run make in the emx4w32 directory unrecogniced command -Zwin32 and as i know this command is not longer supported by gccw32 but it is written in the makefile! Still the commands in the makefile is executed without any other problems. But still even if there is all thats wrong, i still get this dos window running behind my own programs. I cant aply the bugfix. It is actualy a program that is running in the background, it is called conagent.exe and is located in the Windows/system/ folder.