Community
Participate
Working Groups
I updated to the Hudson nightly build this week and I can't create a C/C++ project anymore. I reverted to 7.0 but it still doesn't work. I also tried another workspace.
Created attachment 176700 [details] Error log Oops, forgot to attach the error log.
I tested with a new install and it seems the problem is the autotools integration. For the new install, I downloaded Eclipse for RCP, installed CDT 8.0 from the hudson builds and installed Linux stuff from the Helios update site. At that point, I couldn't create C/C++ projects anymore. When I uninstalled the autotools feature, it worked again. I will try the Linux tools hudson build tomorrow. My first install was Eclipse for Linux and I believe the problem appeared after I updated to a recent CDT 8.0 hudson build.
I tried the nightly build using the update site (Autotools 2.0.0.201008121808) and I see the same problem. It looks like Autotools needs some adjustments for CDT 8.
Marc, do you get anything in log?
(In reply to comment #4) > Marc, do you get anything in log? Yes, it's attached.
Created attachment 176956 [details] AutotoolsBuildWizard messages patch The AutotoolsBuildWizard class doesn't compile against CDT 8.0, it uses org.eclipse.cdt.managedbuilder.ui.properties.Messages which is now internal in CDT 8.0. This patch simply adds the strings in the AutotoolsWizard message bundle. Andrew, could you change the Assigned To and QA Contact fields? I don't have the permissions, thanks!
(In reply to comment #6) > Created an attachment (id=176956) [details] > AutotoolsBuildWizard messages patch > > The AutotoolsBuildWizard class doesn't compile against CDT 8.0, it uses > org.eclipse.cdt.managedbuilder.ui.properties.Messages > which is now internal in CDT 8.0. This patch simply adds the strings in the > AutotoolsWizard message bundle. > > Andrew, could you change the Assigned To and QA Contact fields? I don't have > the permissions, thanks! Thanks for the patch Marc-Andre. I have applied the patch to both the Autotools 0.6 branch and HEAD. It should appear in the next nightly build. Can you try it out once the build is done and comment here?
It works now with the Indigo nightly build. Thanks!