I recently reinstalled Windows on one computer, but I was not able to reinstall Netbeans C ++ using MinGw / Msys and Qt 4.8.3. Every time I try to create an error message like this:
"/d/Eigene Dateien/Dokumente/NetBeansProjects/Test_1/"C:/msys/1.0/bin/make.exe"" -f nbproject/Makefile-Debug.mk QMAKE=/C/Qt/4.8.3/bin/qmake.exe SUBPROJECTS= .build-conf /bin/sh.exe: /d/Eigene Dateien/Dokumente/NetBeansProjects/Test_1/C:/msys/1.0/bin/make.exe: No such file or directory make.exe": *** [.build-impl] Error 127 BUILD FAILED (exit value 2, total time: 964ms)
It seems to me that he is trying to execute commands with relativism on the way to the project. On my laptop I did the same thing when I installed Netbeans 7.2.1 (now this is 7.3, maybe the reason for this?), And there wasnโt this problem.
user2282732
source share