Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] building cdt? - problem solved

I figured out my problem. I needed to go into the Plug-In Development->Target Platform preferences and select all not in workspace.

On Nov 7, 2003, at 10:30 AM, Bryan Hunt wrote:

Ok, I switched my setup to build against 2.1.1, and I still get the two build errors below.

On Nov 7, 2003, at 9:58 AM, Douglas Schaefer wrote:

Hi Bryan,

I think, in general, we're still working with 2.1.1. We're able to run on
Eclipse 3.0, but are generally building against 2.1.1.

Doug Schaefer, Senior Software Developer
IBM Rational Software, Ottawa, Ontario, Canada



Bryan Hunt <bhunt@xxxxxxx>
Sent by: cdt-dev-admin@xxxxxxxxxxx
11/07/2003 10:42 AM
Please respond to
cdt-dev


To
cdt-dev@xxxxxxxxxxx
cc

Subject
[cdt-dev] building cdt?






I have the two native libraries compiled for OS X, but I'm having
problems building org.eclipse.cdt.ui.  I get the compile errors:

Error The project was not built
since its classpath is incomplete.
Cannot find the class file for org.eclipse.jface.text.IPositionUpdater.
Fix the classpath then try rebuilding this
project.                 org.eclipse.cdt.ui
Error                                            This compilation unit
indirectly references the missing type
org.eclipse.jface.text.IPositionUpdater (typically some required class
file is referencing a type outside the
classpath)               ControlFactory.java
org.eclipse.cdt.ui/utils.ui/org/eclipse/
cdt/utils/ui/controls            line 0

IPositionUpdater does not appear to exist.


I also get the following problems with the plugin.xml

Warning Element 'scope' is not
legal in the enclosing extension
point.           plugin.xml              org.eclipse.cdt.ui line 354
Warning Element 'scope' is not
legal as a child of element
'null'.          plugin.xml              org.eclipse.cdt.ui line 354
Warning Required attribute 'id'
not
defined. plugin.xml org.eclipse.cdt.ui line
294
Warning Required attribute 'id'
not
defined. plugin.xml org.eclipse.cdt.ui line
287


I have a general question about building cdt. Do you use Eclipse 2.1.1
to do the development with Eclipse 3.0 as the target platform, or do
you use Eclipse 3.0 for the development.  I'm trying to do the former.
Also, the project appears to be set up to require the dependent eclipse
plugins to be in the workspace.  How is this different (better?) than
selecting the dependent plugins from the Plug-In Development->Target
Platform preferences?

Bryan

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top