Mail Archives: djgpp/2001/05/07/06:15:16
paul holden <givethisguy AT ajob DOT fslife DOT co DOT uk> wrote:
> i've been learning how to use rhide over the past few weeks. I've been
> muddling through but i can't find any answers in FAQs to my querry. Nearly
> everytime i try and "make" my program it says, it "could not find the source
> file 'xxxxxx.cpp' (xxx being my file name)
This would most easily happen if your project file is not in the same
directory as your sources. Which, in turn, most frequently is because
of a Windows-ish approach to running RHIDE: by clicking on the 'rhide'
icon. This will start rhide all right, but almost certainly with the
wrong current directory. So please follow this recipe:
Open a DOS window
"cd" to the directory where your source files are (i.e. if the
source is "hello.cpp", "dir hello.cpp" should now show it)
run rhide by typing "rhide" and <enter>
Now create a project, add the necessary source files to it,
and 'make' it.
If that procedure doesn't work, you should show us the *exact* error
messages you got as you tried it.
--
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.
- Raw text -