How to correctly configure netbeans 6.7 and c++ on windows? -
I have installed and configured NetBusiness 6.7 for C ++ according to the official manual:
Configuration The window looks like this:
Unfortunately, the ' Compile 'command is displayed:
/ usr / bin / make -f nbproject / Makefile-Debug.mk SUBPROJECTS = .build-conf build successful (total time: 642ms)
Since I am on windows and it is not / usr / bin / make, executable compilation Not sure :(.) How correctly Netbeen is configured, so it will create it from config, not / usr / bin?
Updated
I have problems EMMS Netbeans 6.7.1 / C ++ / min are also working not me Know that it will help, but I thought I used to describe my experience anyway.
I was making a successful but Netbeans were unable to launch my executable. I was able to verify that it was being executable and I could run it from the external command prompt. But was unable to open the property.
After one day of searching the net, I found a tedbet of information that goes ahead for solution.
Actually, after setting the path environment variable boiled down to not having the path to my construction tool set in all these windows environment paths, I have cleared all the netbeen configurations so that I To be sure about setting up the scratches. You can do this by removing the .netbeans folder in c: / documents and settings in your user directory.
All this should be discontinued with Netbeans After this, start it and go ahead to setup your build configuration before making any project or loading existing projects Tools / Options / C ++ And point it to the Build Tools Directory as your Environmental Path (C: / MinjiW / Bin and C: / MMSs / 1/0 / Bin) and the necessary tools.
I have my MSW stuff in the same directory, like Minig Doo stuff. As an additional precaution, you want to ensure that the enemy is not the same program in both bin directories.
I think that now I am very happy in the C ++ development environment, I can use it in Windows and Linux. Hope this helps.
Comments
Post a Comment