Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] new architecture support

Hi,

We are starting an Eclipse-based project, more details of which I will provide soon. I the mean time, I will be supporting CDT 2.0M8 (and Eclipse 3.0M8) on two architectures: macosx/carbon/ppc and linux/*/ppc. So far I have created org.eclipse.cdt.core.macosx, org.eclipse.cdt.macosx.carbon and org.eclipse.cdt.macosx.carbon-feature projects, but have a few questions I'd appreciate if someone would answer:

1. The org.eclipse.cdt.core.* projects include a library folder with a bunch of pty routines. How do you configure and build and install this as part of the project? Also, the Makefile needs JAVA_HOME to be set. Is it defined internally in the Eclipse environment somewhere (if it is I'm damned if I can find it)?

2. This project also include the ProcessList class. Although I've implemented it, I can't find any reference to it in the cdt code. Is it still in use?

3. How would you like the projects contributed, and what are your policies for regression testing, etc?

Regards,

Greg



Back to the top