Reputation: 59
I recently bought a laptop with Windows 8.1 on it and I'm having trouble using the NetBeans C++ IDE on it. When I build, this is the window that comes up:
And I'm assuming these are my options:
I've tried using C:\MinGW\bin\gcc.exe in the field with the red asterisk but that has done nothing for me.
All help appreciated.
Upvotes: 3
Views: 15826
Reputation: 110
I use C++ in Netbeans 8.0* using gcc, g++ in Cygwin. Cygwin was installed first, and then Netbeans C++. Everything was done automatically for me.
You are missing the C++ compiler. It would probably help to fill in that line (see the red asterisk). You would probably have C:\MINGW\bin\g++.exe.
Upvotes: 1