Page 1 of 1

mingw32-make.exe no disk

Posted: Fri Mar 08, 2013 8:54 am
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

Re: mingw32-make.exe no disk

Posted: Fri Mar 08, 2013 9:31 am
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