NetBeans fails to execute a Perl script when compiling C++ project
I installed NetBeans 6.9.1 with C++ support. I also installed MinGW.
When I create a C++ project and run it, I get this:
I checked the C++ configuration in NetBeans (looks good):
Perl is installed on my PC under C:\perl
.
I tried reinstalling NetBeans, and I tried removing NetBeans and Perl and then reinstalled NetBeans. It didn't work (perl
is not recognized as internal command开发者_Go百科).
Otherwise, I have to work with Dev-C++ :( (I like the NetBeans functionality better:) )
I think the problem is that you installed NetBeans in a directory with a space in the name: "Program Files". Many Unix tools do not work properly with paths containing spaces. Try to reinstall NetBeans in a directory that does not contain spaces.
Apparently I had to change the path to msys in NetBeans, because I installed some package to develop in Symbian.
精彩评论