c++ - MingW Netbeans 6.9.1 problem -
i have 1 problem mingw(mingw-get-inst-20110211) , netbeans 6.9.1. installed mingw , add netbeans without problem, when try run 1 simple cpp app, throws error
mkdir -p build/debug/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]: leaving directory '/c/documents , settings/marco/my documents/netbeansprojects/cppapplication_1'
make[1]: leaving directory '/c/documents , settings/marco/my documents/netbeansprojects/cppapplication_1'
build failed (exit value 2, total time: 1s)
i write "path", mingw it's installed on "c:\mingw".
hope can tell what's wrong or forgot do.
thanks
it's kind of messy way.
1° install mingw (c/c++ en particular case)
2° install msys (answer 2 or 3 question @ end of installation, refering mingw installed)
3° add netbeans(tools>options>c/c++) "\mingw\bin" adress. should this
it should regarding installation, when new project created should add this library project folder, seems problem dynamic compile(i don't know problem should fix it).
that's all.
Comments
Post a Comment