开发者

NetBeans fails to execute a Perl script when compiling C++ project

开发者 https://www.devze.com 2023-01-18 19:23 出处:网络
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 installed NetBeans 6.9.1 with C++ support. I also installed MinGW.

When I create a C++ project and run it, I get this:

NetBeans fails to execute a Perl script when compiling C++ project

I checked the C++ configuration in NetBeans (looks good):

NetBeans fails to execute a Perl script when compiling C++ project

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消