www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/06/28/06:07:34.2

From: "Johan Venter" <jventer AT writeme DOT com>
Newsgroups: comp.os.msdos.djgpp
References: <7kr7l8$7mm$1 AT news6 DOT svr DOT pol DOT co DOT uk> <zVmc3.15321$PN5 DOT 39432 AT newsfeeds DOT bigpond DOT com> <qhRc3.437$VS2 DOT 3560 AT news1 DOT online DOT no> <7l6cvt$oe0$1 AT news5 DOT svr DOT pol DOT co DOT uk>
Subject: Re: RSXNTDJ - Nearly!, Not Quite ????
Lines: 50
X-Newsreader: Microsoft Outlook Express 4.72.3110.1
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
Message-ID: <R0Hd3.17087$PN5.44419@newsfeeds.bigpond.com>
Date: Mon, 28 Jun 1999 16:39:50 +1000
NNTP-Posting-Host: 139.134.161.26
X-Trace: newsfeeds.bigpond.com 930561201 139.134.161.26 (Mon, 28 Jun 1999 19:13:21 EST)
NNTP-Posting-Date: Mon, 28 Jun 1999 19:13:21 EST
Organization: Telstra BigPond Internet Services (http://www.bigpond.com)
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie 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



- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019