MingW Netbeans 6.9.1 Problem

I have one problem with MingW (mingw-get-inst-20110211) and Netbeans 6.9.1. I installed MingW and add it to Netbeans without problems, but when I try to run one simple cpp application, it gives this error

mkdir -p build / Debugging / MinGW-Windows
make [2]: mkdir: command not found
make [2]: [build / Debug / MinGW-Windows / main.o] Error 127
make [1]: [.build-conf ] Error 2
make: [.build-impl] Error 2
make [2]: leave the folder '/ c / Documents and Settings / Marko / My documents / NetBeansProjects / CppApplication _1'
make [1]: leave the folder '/ c / Documents and Settings / Marco / My Documents / NetBeansProjects / CppApplication _1 '
BUILD FAILED (output value 2, total time: 1 s)

I already write the "path", MingW it is set to "C: \ MingW".

I hope someone can say what happened or what I forgot to do.

thank

+5
source share
4 answers

It was pretty dirty, but finally it worked out.

1 ° Install MinGW (C / C ++ in my specific case)

2 ° Install MSYS (answer two or three questions at the end of the installation, indicating where MinGW is installed)

3 ° Add to the Netbeans (Tools> Options> C / C ++) the address "\ MinGW \ bin". It should look like this.

enter image description here

, , , , ( , ).

.

+6

C:\msys\1.0\bin IDE. .

+3

, MinGW Netbeans ( , MSYS).

http://netbeans.org/community/releases/68/cpp-setup-instructions.html#mingw

Edit

, Toolchain (Tools → Options → C/++).

+2

C:\msys\1.0\bin Windows .

, , , !

0

All Articles