Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT build error
CDT build error [message #39201] Tue, 06 August 2002 00:30 Go to next message
Mas Yokota is currently offline Mas YokotaFriend
Messages: 4
Registered: July 2009
Junior Member
All,

While trying to build the Windows version of CDT following the
"Developing the CDT" documentation, I have run into the following
build error:

This compilation unit indirectly references the missing type
java.lang.Object
(typically some required class file is referencing a type outside the
classpath) Color.java
org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics line 1 in
org.eclipse.swt.graphics

Any idea what could be the problem?
By the way, I am a Java newbie so don't shoot me for being somewhat
"ignorant".

Art
Re: CDT build error [message #39231 is a reply to message #39201] Tue, 06 August 2002 14:19 Go to previous messageGo to next message
Judy N. Green is currently offline Judy N. GreenFriend
Messages: 149
Registered: July 2009
Senior Member
Hi Mas,

Which projects did you check out of the CVS repsository?
What platform are you running one?

You only need the following cdt projects:
org.eclipse.cdt.core
org.eclipse.cdt.ui
org.eclipse.cdt
org.eclipse.cdt.core-feature

org.eclipse.cdt.debug
org.eclipse.cdt.debug.mi.core
org.eclipse.cdt.debug.ui

-Judy

"Mas Yokota" <myokota@unitech.com> wrote in message
news:ain53a$3c9$1@rogue.oti.com...
| All,
|
| While trying to build the Windows version of CDT following the
| "Developing the CDT" documentation, I have run into the following
| build error:
|
| This compilation unit indirectly references the missing type
| java.lang.Object
| (typically some required class file is referencing a type outside the
| classpath) Color.java
| org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics line 1 in
| org.eclipse.swt.graphics
|
| Any idea what could be the problem?
| By the way, I am a Java newbie so don't shoot me for being somewhat
| "ignorant".
|
| Art
|
|
Re: CDT build error [message #39324 is a reply to message #39231] Wed, 07 August 2002 20:00 Go to previous messageGo to next message
Mas Yokota is currently offline Mas YokotaFriend
Messages: 4
Registered: July 2009
Junior Member
Judy,

Thanks for your help, but I am still having problems building CDT on a
Windows 2000 system.

I did as follows:

1. Checked out CDT projects from CVS. After project builds, 10 or so tasks
appeared in the task view. e.g.

"Missing required Java project: org.eclipse.swt" etc..

2. So checked out these projects from CVS. These checkouts caused more
"missing required Java project." tasks.

3. Eventually, a task appeared for Color.java for which I have no idea what
to do.

This compilation unit indirectly references the missing type
java.lang.Object (typically some required class file is referencing a type
outside the classpath) Color.java org.eclipse.swt/Eclipse
SWT/carbon/org/eclipse/swt/graphics line 1 in org.eclipse.swt.graphics

m.

"Judy N. Green" <jgreen@qnx.com> wrote in message
news:aiolgs$pee$1@rogue.oti.com...
> Hi Mas,
>
> Which projects did you check out of the CVS repsository?
> What platform are you running one?
>
> You only need the following cdt projects:
> org.eclipse.cdt.core
> org.eclipse.cdt.ui
> org.eclipse.cdt
> org.eclipse.cdt.core-feature
>
> org.eclipse.cdt.debug
> org.eclipse.cdt.debug.mi.core
> org.eclipse.cdt.debug.ui
>
> -Judy
>
> "Mas Yokota" <myokota@unitech.com> wrote in message
> news:ain53a$3c9$1@rogue.oti.com...
> | All,
> |
> | While trying to build the Windows version of CDT following the
> | "Developing the CDT" documentation, I have run into the following
> | build error:
> |
> | This compilation unit indirectly references the missing type
> | java.lang.Object
> | (typically some required class file is referencing a type outside the
> | classpath) Color.java
> | org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics line 1 in
> | org.eclipse.swt.graphics
> |
> | Any idea what could be the problem?
> | By the way, I am a Java newbie so don't shoot me for being somewhat
> | "ignorant".
> |
> | Art
> |
> |
>
>
Added plugins and now OK [message #39354 is a reply to message #39324] Thu, 08 August 2002 18:31 Go to previous messageGo to next message
Mas Yokota is currently offline Mas YokotaFriend
Messages: 4
Registered: July 2009
Junior Member
Judy,
I added the required plugins as External Packages and/or Fragments as
explained in
the revised "Developing the CDT" document and, voila, everything is OK.
m.


"Mas Yokota" <myokota@unitech.com> wrote in message
news:airtvr$g3a$1@rogue.oti.com...
> Judy,
>
> Thanks for your help, but I am still having problems building CDT on a
> Windows 2000 system.
>
> I did as follows:
>
> 1. Checked out CDT projects from CVS. After project builds, 10 or so tasks
> appeared in the task view. e.g.
>
> "Missing required Java project: org.eclipse.swt" etc..
>
> 2. So checked out these projects from CVS. These checkouts caused more
> "missing required Java project." tasks.
>
> 3. Eventually, a task appeared for Color.java for which I have no idea
what
> to do.
>
> This compilation unit indirectly references the missing type
> java.lang.Object (typically some required class file is referencing a type
> outside the classpath) Color.java org.eclipse.swt/Eclipse
> SWT/carbon/org/eclipse/swt/graphics line 1 in org.eclipse.swt.graphics
>
> m.
>
> "Judy N. Green" <jgreen@qnx.com> wrote in message
> news:aiolgs$pee$1@rogue.oti.com...
> > Hi Mas,
> >
> > Which projects did you check out of the CVS repsository?
> > What platform are you running one?
> >
> > You only need the following cdt projects:
> > org.eclipse.cdt.core
> > org.eclipse.cdt.ui
> > org.eclipse.cdt
> > org.eclipse.cdt.core-feature
> >
> > org.eclipse.cdt.debug
> > org.eclipse.cdt.debug.mi.core
> > org.eclipse.cdt.debug.ui
> >
> > -Judy
> >
> > "Mas Yokota" <myokota@unitech.com> wrote in message
> > news:ain53a$3c9$1@rogue.oti.com...
> > | All,
> > |
> > | While trying to build the Windows version of CDT following the
> > | "Developing the CDT" documentation, I have run into the following
> > | build error:
> > |
> > | This compilation unit indirectly references the missing type
> > | java.lang.Object
> > | (typically some required class file is referencing a type outside the
> > | classpath) Color.java
> > | org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics line 1 in
> > | org.eclipse.swt.graphics
> > |
> > | Any idea what could be the problem?
> > | By the way, I am a Java newbie so don't shoot me for being somewhat
> > | "ignorant".
> > |
> > | Art
> > |
> > |
> >
> >
>
>
Re: Added plugins and now OK [message #39507 is a reply to message #39354] Fri, 09 August 2002 20:06 Go to previous message
Judy N. Green is currently offline Judy N. GreenFriend
Messages: 149
Registered: July 2009
Senior Member
Hi Mas,

Sorry for the confusion,

We left out that crucial step in the first revision of the docs.
Glad to hear you are having better luck. :)

-Judy

"Mas Yokota" <myokota@unitech.com> wrote in message
news:aiud37$pb6$1@rogue.oti.com...
| Judy,
| I added the required plugins as External Packages and/or Fragments as
| explained in
| the revised "Developing the CDT" document and, voila, everything is OK.
| m.
|
|
| "Mas Yokota" <myokota@unitech.com> wrote in message
| news:airtvr$g3a$1@rogue.oti.com...
| > Judy,
| >
| > Thanks for your help, but I am still having problems building CDT on a
| > Windows 2000 system.
| >
| > I did as follows:
| >
| > 1. Checked out CDT projects from CVS. After project builds, 10 or so
tasks
| > appeared in the task view. e.g.
| >
| > "Missing required Java project: org.eclipse.swt" etc..
| >
| > 2. So checked out these projects from CVS. These checkouts caused more
| > "missing required Java project." tasks.
| >
| > 3. Eventually, a task appeared for Color.java for which I have no idea
| what
| > to do.
| >
| > This compilation unit indirectly references the missing type
| > java.lang.Object (typically some required class file is referencing a
type
| > outside the classpath) Color.java org.eclipse.swt/Eclipse
| > SWT/carbon/org/eclipse/swt/graphics line 1 in org.eclipse.swt.graphics
| >
| > m.
| >
| > "Judy N. Green" <jgreen@qnx.com> wrote in message
| > news:aiolgs$pee$1@rogue.oti.com...
| > > Hi Mas,
| > >
| > > Which projects did you check out of the CVS repsository?
| > > What platform are you running one?
| > >
| > > You only need the following cdt projects:
| > > org.eclipse.cdt.core
| > > org.eclipse.cdt.ui
| > > org.eclipse.cdt
| > > org.eclipse.cdt.core-feature
| > >
| > > org.eclipse.cdt.debug
| > > org.eclipse.cdt.debug.mi.core
| > > org.eclipse.cdt.debug.ui
| > >
| > > -Judy
| > >
| > > "Mas Yokota" <myokota@unitech.com> wrote in message
| > > news:ain53a$3c9$1@rogue.oti.com...
| > > | All,
| > > |
| > > | While trying to build the Windows version of CDT following the
| > > | "Developing the CDT" documentation, I have run into the following
| > > | build error:
| > > |
| > > | This compilation unit indirectly references the missing type
| > > | java.lang.Object
| > > | (typically some required class file is referencing a type outside
the
| > > | classpath) Color.java
| > > | org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics line 1
in
| > > | org.eclipse.swt.graphics
| > > |
| > > | Any idea what could be the problem?
| > > | By the way, I am a Java newbie so don't shoot me for being somewhat
| > > | "ignorant".
| > > |
| > > | Art
| > > |
| > > |
| > >
| > >
| >
| >
|
|
Previous Topic:CDT Mailinglist
Next Topic:ADT?
Goto Forum:
  


Current Time: Thu Oct 10 22:24:38 GMT 2024

Powered by FUDForum. Page generated in 0.04076 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top