windows - Netbeans C++ trys a relative path for make.exe -


i reinstalled windows on 1 pc i'm failing in reinstalling netbeans c++ mingw/msys , qt 4.8.3. everytime try build error message comes up:

"/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 me trys execute commands relativly project path. on laptop did same when installed netbeans 7.2.1 (now it's 7.3, maybe cause of that?) , hadn't issue.

this bug caused java 7u21 in netbeans 7.3. see https://netbeans.org/bugzilla/show_bug.cgi?id=228730. 1 workaround, if not want upgrade (although don't see why not want upgrade) add msys' bin directory path, , use make.exe command make (as opposed c:\msys\bin\make.exe or wherever installed).

that being said, best solution upgrade netbeans 7.3.1, bug seems fixed, along many more bugs.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -