News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Code::Blocks pops up "Insert a disk into drive D" when compiling

Started by maxorator, March 23, 2008, 06:48:17 PM

Previous topic - Next topic

stahta01

Quote from: charon2112 on June 09, 2008, 07:13:09 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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

charon2112


yair

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.

wfox

I don't understand why the C::B+MinGW package have not been fixed.

wmx010

Quote from: TDragon on April 07, 2008, 01:49:11 AM
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.

stahta01

Quote from: wmx010 on May 31, 2009, 03:30:03 PM
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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]