user7298892
user7298892

Reputation:

netbeans c++ mingw - no shell found

I have netbeans IDE v8.2 . Im trying to create a C++ project. I dont have cygwin, but I have already installed MinGW, inside it, i have msys-make.bin, mingw32-gcc-g++.bin. Also, when i installed mingw, it came with nysys 1.0.

This is the tools options table:enter image description here

However, it keep sending the message "no shell found. Cannot proceed. Please install either cygwin or mysys".

What is the solution for this?

Upvotes: 0

Views: 1572

Answers (2)

Juan Moreno
Juan Moreno

Reputation: 2785

We can solve it if we set as environment variables MinGW (C:\MinGW\bin) and MySYS (C:\MinGW\msys\1.0\bin).

Environment variables

This is my current setup:

Netbeans configuration

Upvotes: 1

user7298892
user7298892

Reputation:

@john I think that i solved it. Yes, minGW has msys 1.0, but i installed mysys standalone version in c:\ and netbeans worked with it. It now seems to work. Thanks.

Upvotes: 0

Related Questions