Mail Archives: djgpp/1997/08/04/19:49:41
> I am now trying to use RHIDE as an ide however, when I attempt
> to compile C++ programs, it RHIDE returns an error that it
> is unable to find the header file iostream.h. and other C++
> header files.
>
First of all, I am hoping you have all the C++ files as needed (described
in the FAQ)
Secondly, is the file you are trying to compile a .cpp file or .cc file?
(I know they are supposedly equivalent, but RHIDE has a problem with
.cpp. You need to either rename the files to .cc, or see theRHIDE
homepage to get a few lines to add to djgpp.env so that it knows what to
do with them)
Apart from this, the only thing I can think of is that the installation
of DJGPP or RHIDE was incomplete. Trying doing a search of your hard
drive for the iostream.h file, get the directory of it and add it to the
"Includes" list in RHIDE.
Hope I was of some help :)
Brett
- Raw text -