Mail Archives: djgpp/2002/09/30/19:00:14.1
I have problems with the installation of Rsxide. I test the
installation many times, but I have not lucky...
Can You please help me ?
This is the description of my installation, what I am doing wrong ?
1) I have DJGPP in c:\djgpp folder installed from djdev203.zip, and
this packages in the same folder: bnu2951b.zip, gpp 2953b.zip,
gcc2953b.zip, gdb500b.zip, mak3791b.zip, allegro312.zip and
rsxdj151.zip.
2) I changed the autoexec.bat, getting the fallowing results :
/***************************autoexec.bat*********************************/
@echo off
rem - By Windows Setup - C:\WINDOWS\COMMAND\MSCDEX /V /D:IDED003 /M:10
mode con codepage prepare=((850) C:\WINDOWS\COMMAND\ega.cpi)
mode con codepage select=850
keyb us,,C:\WINDOWS\COMMAND\keyboard.sys
Rem TShoot: set PATH=C:\DJGPP\BIN;%PATH%
set PATH=%PATH%;C:\djgpp\bin;C:\ARCHIV~1\ULTRAE~1
Rem TShoot:
set TMPDIR=c:\djgpp\tmp
set DJGPP=C:\DJGPP\DJGPP.ENV
Rem TShoot:
set ALLEGRO=c:\djgpp\allegro
Rem TShoot:
set TEMP=C:\WINDOWS\TEMP
Rem TShoot:
set RSXNTDJ=C:\DJGPP\RSXNTDJ
Rem TShoot:
SET PATH=%PATH%;C:\DJGPP\RSXNTDJ\BIN;C:\ARCHIV~1\ULTRAE~1
Rem TShoot:
SET LIBRARY_PATH=C:\DJGPP\RSXNTDJ\LIB;C:\DJGPP\LIB
Rem TShoot:
SET C_INCLUDE_PATH=%RSXNTDJ%\include\win32\anders
Rem TShoot:
SET CPLUS_INCLUDE_PATH=%RSXNTDJ%\include\win32\anders
/***************************end
autoexec.bat**********************************************/
2) fromm dos command I made cd c:\djgpp\allegro, make <enter>.
3)After makefile was susscefull, I copied my cpp0.exe (I have not
cpp.exe) from the DJGPP installation into DJGPP/bin directory. It is
located in C:\DJGPP\lib\gcc-lib\djgpp\2.953 directory .
4) I Copied too the ld.exe that came with DJGPP with the one from
RSXNTDJ
5) I ran gccw32 -v and I got the message:
Reading specs from c:/djgpp/rsxntdj/lib/specs
gcc driver version 2.95.3 20010315/djgpp (release) executing gcc
version 2.8.1
4) Then I changed the rsxide.ini located in C:\DJGPP\rsxntdj\bin for
the djggp port (I have not Emx, Mingw32 or similar)
4) Now I run rsxide from dos command and it start without problems,
then I make File->Open Project, I select, for example
"c:\rsxntdj\sample\gui\speed\speed.irs". New project window opens.
5) I run: Target->Make, now in "Make ready" I have not any message
(not message error, not mesagge commands, nothing)
Then program is not compiled, but when I compile the classic test.c
programm with:
gccw32 test.c , the same is compiled without problems.
- Raw text -