Author Topic: Code::Blocks pops up "Insert a disk into drive D" when compiling  (Read 34734 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Code::Blocks pops up "Insert a disk into drive D" when compiling
« Reply #15 on: June 09, 2008, 08:46:10 pm »
Hello, I am having this problem as well.  I am running Windows XP.  I downloaded the latest codeblocks self installer.  and when I try to buld or run anything I get the "no disk in drive" message.  But I'm not running Vista.  can anyone help?

Thanks...

In stall the new MinGW 3.4.5.

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

charon2112

  • Guest
Re: Code::Blocks pops up "Insert a disk into drive D" when compiling
« Reply #16 on: June 09, 2008, 08:53:34 pm »
Thank you! :)

I don't suppose you have a link?

yair

  • Guest
Re: Code::Blocks pops up "Insert a disk into drive D" when compiling
« Reply #17 on: June 16, 2008, 01:26:43 pm »
im trying to run codeblcoks on a bootcamped mbp. windows xp 3.
i got the same error.
after trial and error

1. download codeblocks with no mingw
codeblocks-8.02-setup.exe
2. d/l the "Automated MinGW Installer" from sourceforge, make sure you add support for g++ when prompted, install.
3. launch codeblocks and follow this instructions to make let it know what compiler you want (first one, gcc)
http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler#Compiler-neutral_setup_steps

this instructions are from a noob POV, codeblocks mingw distribution is broken for some ppl, please may it be fixed soon.

Offline wfox

  • Single posting newcomer
  • *
  • Posts: 3
Re: Code::Blocks pops up "Insert a disk into drive D" when compiling
« Reply #18 on: June 26, 2008, 07:30:59 pm »
I don't understand why the C::B+MinGW package have not been fixed.
Sorry for my english.

wmx010

  • Guest
Re: Code::Blocks pops up "Insert a disk into drive D" when compiling
« Reply #19 on: May 31, 2009, 03:30:03 pm »
Resolution:
MinGW GCC 3.4.5-20060117-2 has now been released. It should be identical in every respect to the original 3.4.5 release except that it works on Vista.

I've downloaded this file: (gcc-g++-3.4.5-20060117-2-src.tar) but I don't know what to do with it.
What should I do with this file(s) in order to solve this problem ?
I've CodeBlocks with the "16 May 2009 build (5602)" Nightly build.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Code::Blocks pops up "Insert a disk into drive D" when compiling
« Reply #20 on: June 01, 2009, 01:14:03 am »
I've downloaded this file: (gcc-g++-3.4.5-20060117-2-src.tar) but I don't know what to do with it.
What should I do with this file(s) in order to solve this problem ?
I've CodeBlocks with the "16 May 2009 build (5602)" Nightly build.

Nearly all files with -src tend to be souces code files.
I suggest re-stalling all of MinGW GCC.

Or
gcc-core-3.4.5-20060117-3.tar.gz and gcc-g++-3.4.5-20060117-3.tar.gz

Tim S

 
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org