mingw32-make.exe no disk

Discussion about CodeLite development process and patches
grizzie17
CodeLite Enthusiast
Posts: 15
Joined: Wed May 12, 2010 12:15 am
Genuine User: Yes
IDE Question: C++
Contact:

mingw32-make.exe no disk

Post by grizzie17 »

I'm frustrated. I got the latest codelite to build and run on a Windows7 machine just as clean as can be (at the office). I tried to do the same for my home machine and when I am trying to compile the codelite_utils I get repeated errors complaining:

mingw32-make.exe no disk --- there is no disk in the drive, please insert a disk in drive D:

Has anyone got any sort of clue on where I should look to correct the problem?

thank in advance

-- John Griswold
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: mingw32-make.exe no disk

Post by eranif »

mingw32-make.exe no disk --- there is no disk in the drive
IIRC, this is a bug in MinGW.
It seems that you are using (on your home machine) a different mingw than the one I packaged with codelite.

To make sure which mingw32-make.exe is being used, right click on an open tab in the editor, and select 'Open shell at file path'
then, in the CMD window that opens, type:

Code: Select all

which mingw32-make

it should give you a hint about the mingw32-make you are using

Also:
Always state, your OS, and if it is Windows, please state the ccodelite package you installed (we have 3 different packages)
Eran
Make sure you have read the HOW TO POST thread
Post Reply