From: DarkEagle Newsgroups: comp.os.msdos.djgpp Subject: Re: SV: RSXNTDJ - Nearly!, Not Quite ???? Date: Mon, 28 Jun 1999 16:30:02 -0700 Organization: Inlink Lines: 82 Message-ID: <3778057A.EAE119FE@inlink.com> 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> NNTP-Posting-Host: iits03164.inlink.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news1.inlink.com 930605710 5483 209.135.142.164 (28 Jun 1999 21:35:10 GMT) X-Complaints-To: usenet AT news DOT inlink DOT com NNTP-Posting-Date: 28 Jun 1999 21:35:10 GMT X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Aslak Sørli" wrote: > 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. On my computer it is named Winoldap, but is that bugfix supposed to fix that? -DarkEagle