delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/03/09/03:17:50

Date: Mon, 9 Mar 1998 08:13:08 +0000 (GMT)
From: Alberto Manuel Brandao Simoes <mc23801 AT ci DOT uminho DOT pt>
To: djgpp AT delorie DOT com
Subject: Bug Report on RHIDE
Message-ID: <Pine.D-G.3.93.980309081126.5105A-100000@pessoa.ci.uminho.pt>
MIME-Version: 1.0

This is a bug report for RHIDE Version 1.3  (Jun 10 1997 09:23:28)
I am running MS-DOS 7.10 (Windows 95)

Important environment variables:
PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\;C:\SYS\UTIL;C:\UTIL;;C:\PROGRA~3\DJGPP\BIN
DJGPP=c:/progra~3/djgpp/djgpp.env
LFN=y
INFOPATH=c:/progra~3/djgpp/info;c:/progra~3/djgpp/gnu/emacs/info
LOCALEDIR=
LANGUAGE=
SHELL=
COMSPEC=C:\WINDOWS\COMMAND.COM
DJSYSFLAGS=

Here is the output from a sample compilation and link for C
Reading specs from c:/progra~3/djgpp/lib\specs
gcc version 2.7.2.1
 c:/progra~3/djgpp/bin\cpp.exe -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=7 -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=1 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP__=2 -D__DJGPP_MINOR__=1 -D__unix -D__i386 -D__GO32 -D__MSDOS -D_
_DJGPP=2 -D__DJGPP_MINOR=1 - d:/RHaaaaaa\ccbaaaaa
GNU CPP version 2.7.2.1 (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
 c:/progra~3/djgpp/include
 c:/progra~3/djgpp/contrib/grx22/include
 /usr/local/include
 /usr/local/go32/include
 /usr/local/lib/gcc-lib/go32/2.7.2.1/include
 /usr/include
End of search list.
 c:/progra~3/djgpp/bin\cc1.exe d:/RHaaaaaa\ccbaaaaa -quiet -dumpbase -.c -version -o d:/RHaaaaaa\cccaaaaa
GNU C version 2.7.2.1 (80386, BSD syntax) compiled by GNU C version 2.7.2.1.
 c:/progra~3/djgpp/bin\as.exe -v -o d:/RHaaaaaa\ccdaaaaa d:/RHaaaaaa\cccaaaaa
GNU assembler version 2.8.1 (i386-pc-msdosdjgpp)
 c:/progra~3/djgpp/bin\ld.exe -o /dev/null c:/progra~3/djgpp/lib\crt0.o -Lc:/progra~3/djgpp/lib -Lc:/progra~3/djgpp/contrib/grx22/lib -v d:/RHaaaaaa\ccdaaaaa -Tdjgpp.djl -lgcc -lc -lgcc
GNU ld version 2.8.1 (with BFD 2.8.1)
 c:/progra~3/djgpp/bin\stubify.exe -v /dev/null
Warning: input file is not COFF or stubbed COFF
.exe: No such file or directory (ENOENT)
stubify for djgpp V2.X executables, Copyright (C) 1995 DJ Delorie

End of the sample

Here is the output from a sample compilation and link for C++
Reading specs from c:/progra~3/djgpp/lib\specs
gcc version 2.7.2.1
 c:/progra~3/djgpp/bin\cpp.exe -lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=7 -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=1 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP__=2 -D__DJGPP_MINOR__=1 -D__unix -D
__i386 -D__GO32 -D__MSDOS -D__DJGPP=2 -D__DJGPP_MINOR=1 - d:/RHaaaaaa\ccbaaaaa
GNU CPP version 2.7.2.1 (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
 c:/progra~3/djgpp/lang/cxx
 c:/progra~3/djgpp/include
 c:/progra~3/djgpp/contrib/grx22/include
 /usr/local/lib/g++-include
 /usr/local/include
 /usr/local/go32/include
 /usr/local/lib/gcc-lib/go32/2.7.2.1/include
 /usr/include
End of search list.
 c:/progra~3/djgpp/bin\cc1plus.exe d:/RHaaaaaa\ccbaaaaa -quiet -dumpbase -.cc -version -o d:/RHaaaaaa\cccaaaaa
GNU C++ version 2.7.2.1 (80386, BSD syntax) compiled by GNU C version 2.7.2.1.
 c:/progra~3/djgpp/bin\as.exe -v -o d:/RHaaaaaa\ccdaaaaa d:/RHaaaaaa\cccaaaaa
GNU assembler version 2.8.1 (i386-pc-msdosdjgpp)
 c:/progra~3/djgpp/bin\ld.exe -o /dev/null c:/progra~3/djgpp/lib\crt0.o -Lc:/progra~3/djgpp/lib -Lc:/progra~3/djgpp/contrib/grx22/lib -v d:/RHaaaaaa\ccdaaaaa -Tdjgpp.djl -lgcc -lc -lgcc
GNU ld version 2.8.1 (with BFD 2.8.1)
 c:/progra~3/djgpp/bin\stubify.exe -v /dev/null
Warning: input file is not COFF or stubbed COFF
.exe: No such file or directory (ENOENT)
stubify for djgpp V2.X executables, Copyright (C) 1995 DJ Delorie

End of the sample



My problem is the following:
============================


	I am programming a game using  Allegro 3.0 and I have created a project for it.
	Some times I run the program, modify the the main file a bit, and run it again by pressing
Ctrl-F9. Instead of re-making the executable file, rhide simply runs it. Then, I exit the
game, and press F9 (Make), but rhide tells me the excutable is up to date.
	At this point something weird happens: my keyboard behaves as if I had the Control key
pressed all the time. I have to quit rhide and re-enter it to fix this problem.
	I am not sure if this is a problem with rhide, since I install a keyboard interrupt
handler with a call to Allegro's install_keyboard(); .



                      --| Alberto Manuel Brandao Simoes |--


- Raw text -


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