From: "Randy" Newsgroups: comp.os.msdos.djgpp Subject: Re: gxx can't find header file (using UltraEdit) Date: Wed, 3 Nov 1999 18:38:25 -0500 Organization: The University of Manitoba Lines: 33 Message-ID: <7vqkgq$50s$1@canopus.cc.umanitoba.ca> References: <38207cc6 DOT 1645276 AT news DOT linuxfr DOT org> NNTP-Posting-Host: annex8-20.cc.umanitoba.ca X-Trace: canopus.cc.umanitoba.ca 941675866 5148 130.179.154.117 (4 Nov 1999 00:37:46 GMT) X-Complaints-To: Postmaster AT cc DOT umanitoba DOT ca NNTP-Posting-Date: 4 Nov 1999 00:37:46 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In the tool configuration I use as my command line: gxx "%n%e" -o %n.exe This will compile the current file, I make variations on that when I need to. Did you set the 'working directory'? Set the working directory to '%P' (don't put the quotes) That will be the Path to the currently opened file. dodger wrote in message <38207cc6 DOT 1645276 AT news DOT linuxfr DOT org>... >After reading a couple of posts here, I downloaded UltraEdit to give >it a try. After setting up a menu item to call gxx (Build), I find >that I can't compile because it (the compiler- or is it the linker?) >can't find my header file. > >I've compiled this program successfully using CodeWright as my editor >(but I don't have CW at home, thus my trying out UltraEdit) and I've >verified that the header file is indeed where the .cpp file (and the >compiler) says it is: > >The error message is: > >C:\Shawns\Lang\progs\classes\parseline.hpp: No such file or directory >(ENOENT) > >But the file does indeed exist in that directory. > >Any ideas? > >- Shawn >