Mail Archives: djgpp/1999/06/28/18:30:18.1
"Aslak Sørli" wrote:
> Johan Venter <jventer AT writeme DOT com> 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
- Raw text -