I
I
Ilya2014-12-15 14:16:47
C++ / C#
Ilya, 2014-12-15 14:16:47

Why doesn't make.exe work correctly?

Hello! I don't quite understand how make.exe works. He then collects when he wants, when he doesn’t want to, he writes that the command was not found! What could be the problem?
IDE : NetBeans 8.1

IDE Configuration
24ce2bfca21244e089ce2fe7f479039b.png

Here is the output when the error occurs

"/E/1.0/bin/make.exe" -f nbproject/Makefile-Release.mk QMAKE= SUBPROJECTS= .build-conf
make.exe[1]: Entering directory `/e/Documents/NetBeansProjects/test'
"/E/1.0/bin/make.exe" -f nbproject/Makefile-Release.mk dist/Release/MinGW-Windows/test.exe
make.exe[2]: Entering directory `/e/Documents/NetBeansProjects/test'
mkdir -p build/Release/MinGW-Windows
make.exe[2]: mkdir: Command not found
make.exe[2]: *** [build/Release/MinGW-Windows/main.o] Error 127
make.exe[2]: Leaving directory `/e/Documents/NetBeansProjects/test'
make.exe[1]: *** [.build-conf] Error 2
make.exe[1]: Leaving directory `/e/Documents/NetBeansProjects/test'
make.exe": *** [.build-impl] Error 2
СОБРАТЬ FAILED (значение выхода 2,, общее время: 63ms)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Armenian Radio, 2014-12-15
@gbg

the makefile is crooked and tries to create a directory with the mkdir command, which is in nix but not in win.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question