Mail Archives: djgpp/1999/06/28/06:07:34.2
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 -