From: "Wilson Cheng" Newsgroups: comp.os.msdos.djgpp Subject: RHIDE Project file problem Date: 8 Feb 1997 10:30:51 GMT Organization: HK School Net Lines: 76 Message-ID: <01bc15ac$83b70860$b4bf2dca@mycomputer> NNTP-Posting-Host: annex-4p9.school.net.hk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp This is a bug report for RHIDE Version 1.1 (Jan 20 1997 01:01:06) I am running MS-DOS 7.0 (Windows 95) Important environment variables: PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;D:\BIN;D:\4DOS;D:\SHEZ;D:\BORLANDC\BIN;D: \EMACS-19.34\BIN;D:\DJGPP\BIN DJGPP=d:\djgpp\djgpp.env LFN=n Here is the output from a sample compilation and link for C Reading specs from d:/djgpp/lib\specs gcc version 2.7.2.1 d:/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:/djgpp/tmp/RHaaaaaa\ccbaaaaa GNU CPP version 2.7.2.1 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: d:/djgpp/include d:/djgpp/contrib/grx20/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. d:/djgpp/bin\cc1.exe d:/djgpp/tmp/RHaaaaaa\ccbaaaaa -quiet -dumpbase -.c -version -o d:/djgpp/tmp/RHaaaaaa\cccaaaaa GNU C version 2.7.2.1 (80386, BSD syntax) compiled by GNU C version 2.7.2.1. :1: parse error before string constant End of the sample Here is the output from a sample compilation and link for C++ Reading specs from d:/djgpp/lib\specs gcc version 2.7.2.1 d:/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:/djgpp/tmp/RHaaaaaa\ccbaaaaa GNU CPP version 2.7.2.1 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: d:/djgpp/lang/cxx d:/djgpp/include d:/djgpp/contrib/grx20/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. d:/djgpp/bin\cc1plus.exe d:/djgpp/tmp/RHaaaaaa\ccbaaaaa -quiet -dumpbase -.cc -version -o d:/djgpp/tmp/RHaaaaaa\cccaaaaa GNU C++ version 2.7.2.1 (80386, BSD syntax) compiled by GNU C version 2.7.2.1. :1: parse error before string constant End of the sample My problem is the following: ============================ For example, I had a project file `e:\abc\abc.gpr' and inserted some files to it. One file named `foo.c' is not in `e:\abc' but in `e:\foo'. When I tried to open it in the project windows, it failed but opened a new file `e:\abc\foo.c'. I think this is a but in RHIDE v1.1