Community
Participate
Working Groups
If the sample hello world project is created and a new configuration is created in the Project Properties, then made active, a reconfiguration is not performed and the make gets an error not finding target all.
The problem is that the builder isn't by default enabled for automatic build so the configuration builder doesn't do anything when it is called. Attaching a patch to remove the check for isEnabled and simply setting the value to true. There is already a check in place to see if anything has changed in the project or if the configuration is new or dirty.
Created attachment 171005 [details] Fix for problem
Comment on attachment 171005 [details] Fix for problem Jeff and I discussed this change and it seems good to me.
Fix checked in.
Jeff, please be sure to verify this after a build includes it. Switch the status to Resolved -> Verified when you've done so.