X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Christopher M. Casey" Newsgroups: comp.os.msdos.djgpp Subject: djgpp on dosbox install issues/questions Lines: 1 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 14.0.8064.206 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8064.206 Message-ID: X-Complaints-To: abuse AT wideopenwest DOT com NNTP-Posting-Date: Mon, 06 Jul 2009 21:44:38 UTC Date: Mon, 6 Jul 2009 17:44:33 -0400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all. I'm running windows vista x64, which of course djgpp won't run on. To get around this, I have installed dosbox, and am trying to run djgpp from there. I downloaded all the files form the zip chooser, and unzipped them within dosbox itself to make sure I didn't end up with any long filename issues. I used to develop in turbo c++, so im using rhide for the editor, which I've seen on here sint really developed anymore? Anyways, when I run rhide, and make a simple hello world program, as follows: hello.cpp: #include void main() { cout << "hello world"; } I get compile errors in djgpp. It tells me "error: 22: error: iostream.h: no such file or directory (enoent)". Ok, so I tried changing to , which then yields a bunch of errors, the first of which is "d:/dos16/djgpp/bin/../lib/gcc/djgpp/4.32/../../../../include/cxx/4.32/iostream)44) error: 28: error: bits/c++config.h: no such file or directory (enoent). then there are a bunch of similar errors. So it appears is there, but the include files in itself arent there. I have searched for c++config.h (and c++confi.h) in my djgpp directories, and didn't find it anywhere. Anyone have any ideas? Thanks in advance! -Chris