I tried to compile one of my old projects and the build fails because the system isn't able to find makedir. So I added "C:\dev\CodeLite" to my PATH and makedir can be found from everywhere, but when I try to build with CodeLite the exact same error remains (new created Projects have the same problem). If I run mingw32-make on the created makefile from the shell everything works without any Problems.
In CodeLite there is a environment variable defined as "CodeLiteDir=C:\dev\CodeLite" by default, but this doesn't really help.
Am I missing something? Do I have to change any settings in CodeLite? Any help is appreciated ^^
Here is the build output from codelite, but the specific line is in german (probably forwarded from the OS) and reads "The command 'makedir' is eather written wrong or can't be found"
Code: Select all
C:\Windows\system32\cmd.exe /c "mingw32-make.exe -j 4 -e -f Makefile"
"----------Building project:[ test - Debug ]----------"
mingw32-make.exe[1]: Entering directory 'C:/dev/CodeLite/codelitetest'
Der Befehl "makedir" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
mingw32-make.exe[1]: *** [Debug/.d] Error 1
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
test.mk:85: recipe for target 'Debug/.d' failed
<built-in>:0:0: fatal error: opening dependency file ./Debug/main.o.d: No such file or directory
compilation terminated.
mingw32-make.exe[1]: *** [Debug/main.o.d] Error 1
mingw32-make.exe: *** [All] Error 2
test.mk:96: recipe for target 'Debug/main.o.d' failed
mingw32-make.exe[1]: Leaving directory 'C:/dev/CodeLite/codelitetest'
Makefile:4: recipe for target 'All' failed
0 errors, 0 warnings