Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT install problem
CDT install problem [message #87868] Fri, 28 November 2003 15:20 Go to next message
Eclipse UserFriend
Originally posted by: eclipse.fenke.xs4all.nl

/*********************************************************** ******
* OS is Win2K SP 2 (restricted user, full control on eclipse) *
* Eclipse Platform Version: 3.0.0 Build id: 200311211210 *
* CDT 2.0 M5 *
************************************************************ *****/

It seems I can not get the current release of CDT installed/configured
/working

There were no specific installation instructions, so I followed the hint
on the cdt-download page that cdt2 would only work with Eclipse 3, which
would require j2re 1.4 and downloaded:

J2RE 1.4.2_02 installer from Sun
Eclipse 3 Platform (eclipse-platform-3.0M5-win32.zip)
CDT 2 M5 (cdt-2.0M5-win32.zip)

Unpacked with pkzip25 (commandline) and copied the directories under
features and plugins to the eclipse directory. Without further
instructions I assumed that eclipse would be quite capable of finding
them there.

The following snippet is from the Configuration details:

*** Error Log:
!SESSION Nov 28, 2003 20:01:06.281
---------------------------------------------
java.version=1.4.2_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install
file:F:/usr/local/eclipse/
!ENTRY org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
!MESSAGE Problems encountered loading the plug-in registry.
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
!MESSAGE Plug-in descriptor "org.eclipse.cdt.core" not found for
fragment "org.eclipse.cdt.core.win32". Fragment ignored.



Directory plugins/org.eclipse.cdt.core.win32_2.0.0/ contains

\org.eclipse.cdt.core.win32_2.0.0\cdt_win32.jar
\org.eclipse.cdt.core.win32_2.0.0\cdt_win32src.zip
\org.eclipse.cdt.core.win32_2.0.0\fragment.properties
\org.eclipse.cdt.core.win32_2.0.0\fragment.xml
\org.eclipse.cdt.core.win32_2.0.0\os
\org.eclipse.cdt.core.win32_2.0.0\os\win32
\org.eclipse.cdt.core.win32_2.0.0\os\win32\x86
\org.eclipse.cdt.core.win32_2.0.0\os\win32\x86\listtasks.exe
\org.eclipse.cdt.core.win32_2.0.0\os\win32\x86\spawner.dll
\org.eclipse.cdt.core.win32_2.0.0\os\win32\x86\starter.exe
Re: CDT install problem [message #87913 is a reply to message #87868] Fri, 28 November 2003 21:42 Go to previous messageGo to next message
Eclipse UserFriend
If you want to use cdt, you should have a external compiler such as cygwin
or mingw. VC++ is also available. visit the following site:
http://www.cygwin.com
http://www.mingw.org
And, if you want to develop an java project, you should use JDK instead of
JRE.
One more thing, you may have to download the eclipse-SDK-3.0M5-win32.zip
instead of eclipse-platform-3.0M5-win32.zip.

Jin-serk.



Frans Meijer wrote:

> /*********************************************************** ******
> * OS is Win2K SP 2 (restricted user, full control on eclipse) *
> * Eclipse Platform Version: 3.0.0 Build id: 200311211210 *
> * CDT 2.0 M5 *
> ************************************************************ *****/

> It seems I can not get the current release of CDT installed/configured
> /working

> There were no specific installation instructions, so I followed the hint
> on the cdt-download page that cdt2 would only work with Eclipse 3, which
> would require j2re 1.4 and downloaded:

> J2RE 1.4.2_02 installer from Sun
> Eclipse 3 Platform (eclipse-platform-3.0M5-win32.zip)
> CDT 2 M5 (cdt-2.0M5-win32.zip)

> Unpacked with pkzip25 (commandline) and copied the directories under
> features and plugins to the eclipse directory. Without further
> instructions I assumed that eclipse would be quite capable of finding
> them there.

> The following snippet is from the Configuration details:

> *** Error Log:
> !SESSION Nov 28, 2003 20:01:06.281
> ---------------------------------------------
> java.version=1.4.2_02
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments: -os win32 -ws win32 -arch x86 -install
> file:F:/usr/local/eclipse/
> !ENTRY org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
> !MESSAGE Problems encountered loading the plug-in registry.
> !SUBENTRY 1 org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
> !MESSAGE Plug-in descriptor "org.eclipse.cdt.core" not found for
> fragment "org.eclipse.cdt.core.win32". Fragment ignored.



> Directory plugins/org.eclipse.cdt.core.win32_2.0.0/ contains

> org.eclipse.cdt.core.win32_2.0.0cdt_win32.jar
> org.eclipse.cdt.core.win32_2.0.0cdt_win32src.zip
> org.eclipse.cdt.core.win32_2.0.0fragment.properties
> org.eclipse.cdt.core.win32_2.0.0fragment.xml
> org.eclipse.cdt.core.win32_2.0.0os
> org.eclipse.cdt.core.win32_2.0.0oswin32
> org.eclipse.cdt.core.win32_2.0.0oswin32x86
> org.eclipse.cdt.core.win32_2.0.0oswin32x86listtasks.exe
> org.eclipse.cdt.core.win32_2.0.0oswin32x86spawner.dll
> org.eclipse.cdt.core.win32_2.0.0oswin32x86starter.exe
Re: CDT install problem [message #87943 is a reply to message #87913] Sat, 29 November 2003 04:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.fenke.xs4all.nl

Jin-serk Baik wrote:

> If you want to use cdt, you should have a external compiler such as cygwin
> or mingw. VC++ is also available. visit the following site:
> http://www.cygwin.com
> http://www.mingw.org

Yes, various C/C++ compilers are present:
gcc 2.95 (mingw)
bcc 5.5
bcb 4

> And, if you want to develop an java project, you should use JDK instead of
> JRE.

Not planning on doing any Java in the near future.

> One more thing, you may have to download the eclipse-SDK-3.0M5-win32.zip
> instead of eclipse-platform-3.0M5-win32.zip.

That seems to do the trick, the environment will load, I can add a
project, new source files etc...

Thanks.


PS, the editor view will give an error though when reading an external
c++ file
Can't install 2.0M5 CDT on linux-gtk [message #87957 is a reply to message #87868] Sat, 29 November 2003 06:32 Go to previous messageGo to next message
Eclipse UserFriend
I am getting the same error as Frans Meijer:

!SESSION Nov 29, 2003 12:27:17.170 ---------------------------------------------
java.version=1.4.2_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86 -install file:/home/timo/eclipse/
!ENTRY org.eclipse.core.runtime 2 1 Nov 29, 2003 12:27:17.171
!MESSAGE Problems encountered loading the plug-in registry.
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Nov 29, 2003 12:27:17.171
!MESSAGE Plug-in descriptor "org.eclipse.cdt.core" not found for fragment "org.eclipse.cdt.core.linux". Fragment ignored.

TTimo
Re: CDT install problem [message #87990 is a reply to message #87868] Sat, 29 November 2003 10:16 Go to previous messageGo to next message
Eclipse UserFriend
There is a little version bug in

<eclipse_path>/plugins/org.eclipse.cdt.core.win32_2.0.0/fragment.xml

Change the

plugin-version="1.2.0"

to

plugin-version="2.0.0"

This should get you guys rid of the error message.

Frans Meijer schrieb:
> /*********************************************************** ******
> * OS is Win2K SP 2 (restricted user, full control on eclipse) *
> * Eclipse Platform Version: 3.0.0 Build id: 200311211210 *
> * CDT 2.0 M5 *
> ************************************************************ *****/
>
> It seems I can not get the current release of CDT installed/configured
> /working
>
> There were no specific installation instructions, so I followed the hint
> on the cdt-download page that cdt2 would only work with Eclipse 3, which
> would require j2re 1.4 and downloaded:
>
> J2RE 1.4.2_02 installer from Sun
> Eclipse 3 Platform (eclipse-platform-3.0M5-win32.zip)
> CDT 2 M5 (cdt-2.0M5-win32.zip)
>
> Unpacked with pkzip25 (commandline) and copied the directories under
> features and plugins to the eclipse directory. Without further
> instructions I assumed that eclipse would be quite capable of finding
> them there.
>
> The following snippet is from the Configuration details:
>
> *** Error Log:
> !SESSION Nov 28, 2003 20:01:06.281
> ---------------------------------------------
> java.version=1.4.2_02
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments: -os win32 -ws win32 -arch x86 -install
> file:F:/usr/local/eclipse/
> !ENTRY org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
> !MESSAGE Problems encountered loading the plug-in registry.
> !SUBENTRY 1 org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
> !MESSAGE Plug-in descriptor "org.eclipse.cdt.core" not found for
> fragment "org.eclipse.cdt.core.win32". Fragment ignored.
>
>
>
> Directory plugins/org.eclipse.cdt.core.win32_2.0.0/ contains
>
> \org.eclipse.cdt.core.win32_2.0.0\cdt_win32.jar
> \org.eclipse.cdt.core.win32_2.0.0\cdt_win32src.zip
> \org.eclipse.cdt.core.win32_2.0.0\fragment.properties
> \org.eclipse.cdt.core.win32_2.0.0\fragment.xml
> \org.eclipse.cdt.core.win32_2.0.0\os
> \org.eclipse.cdt.core.win32_2.0.0\os\win32
> \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86
> \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86\listtasks.exe
> \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86\spawner.dll
> \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86\starter.exe
>
>
Re: CDT install problem [message #88063 is a reply to message #87990] Sat, 29 November 2003 16:45 Go to previous messageGo to next message
Eclipse UserFriend
No that didn't help. I fixed the version in my fragment.xml (in the linux
directory), but the startup error is the same.

TTimo

On Sat, 29 Nov 2003 16:16:27 +0100
Henning Riedel <kesselhaus@gmx.net> wrote:

> There is a little version bug in
>
> <eclipse_path>/plugins/org.eclipse.cdt.core.win32_2.0.0/fragment.xml
>
> Change the
>
> plugin-version="1.2.0"
>
> to
>
> plugin-version="2.0.0"
>
> This should get you guys rid of the error message.
>
> Frans Meijer schrieb:
> > /*********************************************************** ******
> > * OS is Win2K SP 2 (restricted user, full control on eclipse) *
> > * Eclipse Platform Version: 3.0.0 Build id: 200311211210 *
> > * CDT 2.0 M5 *
> > ************************************************************ *****/
> >
> > It seems I can not get the current release of CDT installed/configured
> > /working
> >
> > There were no specific installation instructions, so I followed the hint
> > on the cdt-download page that cdt2 would only work with Eclipse 3, which
> > would require j2re 1.4 and downloaded:
> >
> > J2RE 1.4.2_02 installer from Sun
> > Eclipse 3 Platform (eclipse-platform-3.0M5-win32.zip)
> > CDT 2 M5 (cdt-2.0M5-win32.zip)
> >
> > Unpacked with pkzip25 (commandline) and copied the directories under
> > features and plugins to the eclipse directory. Without further
> > instructions I assumed that eclipse would be quite capable of finding
> > them there.
> >
> > The following snippet is from the Configuration details:
> >
> > *** Error Log:
> > !SESSION Nov 28, 2003 20:01:06.281
> > ---------------------------------------------
> > java.version=1.4.2_02
> > java.vendor=Sun Microsystems Inc.
> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > Command-line arguments: -os win32 -ws win32 -arch x86 -install
> > file:F:/usr/local/eclipse/
> > !ENTRY org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
> > !MESSAGE Problems encountered loading the plug-in registry.
> > !SUBENTRY 1 org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
> > !MESSAGE Plug-in descriptor "org.eclipse.cdt.core" not found for
> > fragment "org.eclipse.cdt.core.win32". Fragment ignored.
> >
> >
> >
> > Directory plugins/org.eclipse.cdt.core.win32_2.0.0/ contains
> >
> > \org.eclipse.cdt.core.win32_2.0.0\cdt_win32.jar
> > \org.eclipse.cdt.core.win32_2.0.0\cdt_win32src.zip
> > \org.eclipse.cdt.core.win32_2.0.0\fragment.properties
> > \org.eclipse.cdt.core.win32_2.0.0\fragment.xml
> > \org.eclipse.cdt.core.win32_2.0.0\os
> > \org.eclipse.cdt.core.win32_2.0.0\os\win32
> > \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86
> > \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86\listtasks.exe
> > \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86\spawner.dll
> > \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86\starter.exe
> >
> >
>
Re: CDT install problem [message #88079 is a reply to message #88063] Sat, 29 November 2003 16:52 Go to previous messageGo to next message
Eclipse UserFriend
Actually, it's a bit different. The error is gone, but I still don't have
any sign of CDT C/C++ developement perspective after starting M5.

TTimo

On Sat, 29 Nov 2003 22:45:20 +0100
Timothee Besset <ttimo@ttimo.net> wrote:

> No that didn't help. I fixed the version in my fragment.xml (in the linux
> directory), but the startup error is the same.
>
> TTimo
>
> On Sat, 29 Nov 2003 16:16:27 +0100
> Henning Riedel <kesselhaus@gmx.net> wrote:
>
> > There is a little version bug in
> >
> > <eclipse_path>/plugins/org.eclipse.cdt.core.win32_2.0.0/fragment.xml
> >
> > Change the
> >
> > plugin-version="1.2.0"
> >
> > to
> >
> > plugin-version="2.0.0"
> >
> > This should get you guys rid of the error message.
> >
> > Frans Meijer schrieb:
> > > /*********************************************************** ******
> > > * OS is Win2K SP 2 (restricted user, full control on eclipse) *
> > > * Eclipse Platform Version: 3.0.0 Build id: 200311211210 *
> > > * CDT 2.0 M5 *
> > > ************************************************************ *****/
> > >
> > > It seems I can not get the current release of CDT installed/configured
> > > /working
> > >
> > > There were no specific installation instructions, so I followed the hint
> > > on the cdt-download page that cdt2 would only work with Eclipse 3, which
> > > would require j2re 1.4 and downloaded:
> > >
> > > J2RE 1.4.2_02 installer from Sun
> > > Eclipse 3 Platform (eclipse-platform-3.0M5-win32.zip)
> > > CDT 2 M5 (cdt-2.0M5-win32.zip)
> > >
> > > Unpacked with pkzip25 (commandline) and copied the directories under
> > > features and plugins to the eclipse directory. Without further
> > > instructions I assumed that eclipse would be quite capable of finding
> > > them there.
> > >
> > > The following snippet is from the Configuration details:
> > >
> > > *** Error Log:
> > > !SESSION Nov 28, 2003 20:01:06.281
> > > ---------------------------------------------
> > > java.version=1.4.2_02
> > > java.vendor=Sun Microsystems Inc.
> > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > Command-line arguments: -os win32 -ws win32 -arch x86 -install
> > > file:F:/usr/local/eclipse/
> > > !ENTRY org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
> > > !MESSAGE Problems encountered loading the plug-in registry.
> > > !SUBENTRY 1 org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
> > > !MESSAGE Plug-in descriptor "org.eclipse.cdt.core" not found for
> > > fragment "org.eclipse.cdt.core.win32". Fragment ignored.
> > >
> > >
> > >
> > > Directory plugins/org.eclipse.cdt.core.win32_2.0.0/ contains
> > >
> > > \org.eclipse.cdt.core.win32_2.0.0\cdt_win32.jar
> > > \org.eclipse.cdt.core.win32_2.0.0\cdt_win32src.zip
> > > \org.eclipse.cdt.core.win32_2.0.0\fragment.properties
> > > \org.eclipse.cdt.core.win32_2.0.0\fragment.xml
> > > \org.eclipse.cdt.core.win32_2.0.0\os
> > > \org.eclipse.cdt.core.win32_2.0.0\os\win32
> > > \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86
> > > \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86\listtasks.exe
> > > \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86\spawner.dll
> > > \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86\starter.exe
> > >
> > >
> >
Re: CDT install problem [message #88110 is a reply to message #88079] Sun, 30 November 2003 14:08 Go to previous messageGo to next message
Eclipse UserFriend
Found another report of this bug on bugzilla:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=47696

TTimo

On Sat, 29 Nov 2003 22:52:51 +0100
Timothee Besset <ttimo@ttimo.net> wrote:

> Actually, it's a bit different. The error is gone, but I still don't have
> any sign of CDT C/C++ developement perspective after starting M5.
>
> TTimo
>
> On Sat, 29 Nov 2003 22:45:20 +0100
> Timothee Besset <ttimo@ttimo.net> wrote:
>
> > No that didn't help. I fixed the version in my fragment.xml (in the linux
> > directory), but the startup error is the same.
> >
> > TTimo
> >
> > On Sat, 29 Nov 2003 16:16:27 +0100
> > Henning Riedel <kesselhaus@gmx.net> wrote:
> >
> > > There is a little version bug in
> > >
> > > <eclipse_path>/plugins/org.eclipse.cdt.core.win32_2.0.0/fragment.xml
> > >
> > > Change the
> > >
> > > plugin-version="1.2.0"
> > >
> > > to
> > >
> > > plugin-version="2.0.0"
> > >
> > > This should get you guys rid of the error message.
> > >
> > > Frans Meijer schrieb:
> > > > /*********************************************************** ******
> > > > * OS is Win2K SP 2 (restricted user, full control on eclipse) *
> > > > * Eclipse Platform Version: 3.0.0 Build id: 200311211210 *
> > > > * CDT 2.0 M5 *
> > > > ************************************************************ *****/
> > > >
> > > > It seems I can not get the current release of CDT installed/configured
> > > > /working
> > > >
> > > > There were no specific installation instructions, so I followed the hint
> > > > on the cdt-download page that cdt2 would only work with Eclipse 3, which
> > > > would require j2re 1.4 and downloaded:
> > > >
> > > > J2RE 1.4.2_02 installer from Sun
> > > > Eclipse 3 Platform (eclipse-platform-3.0M5-win32.zip)
> > > > CDT 2 M5 (cdt-2.0M5-win32.zip)
> > > >
> > > > Unpacked with pkzip25 (commandline) and copied the directories under
> > > > features and plugins to the eclipse directory. Without further
> > > > instructions I assumed that eclipse would be quite capable of finding
> > > > them there.
> > > >
> > > > The following snippet is from the Configuration details:
> > > >
> > > > *** Error Log:
> > > > !SESSION Nov 28, 2003 20:01:06.281
> > > > ---------------------------------------------
> > > > java.version=1.4.2_02
> > > > java.vendor=Sun Microsystems Inc.
> > > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > > Command-line arguments: -os win32 -ws win32 -arch x86 -install
> > > > file:F:/usr/local/eclipse/
> > > > !ENTRY org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
> > > > !MESSAGE Problems encountered loading the plug-in registry.
> > > > !SUBENTRY 1 org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
> > > > !MESSAGE Plug-in descriptor "org.eclipse.cdt.core" not found for
> > > > fragment "org.eclipse.cdt.core.win32". Fragment ignored.
> > > >
> > > >
> > > >
> > > > Directory plugins/org.eclipse.cdt.core.win32_2.0.0/ contains
> > > >
> > > > \org.eclipse.cdt.core.win32_2.0.0\cdt_win32.jar
> > > > \org.eclipse.cdt.core.win32_2.0.0\cdt_win32src.zip
> > > > \org.eclipse.cdt.core.win32_2.0.0\fragment.properties
> > > > \org.eclipse.cdt.core.win32_2.0.0\fragment.xml
> > > > \org.eclipse.cdt.core.win32_2.0.0\os
> > > > \org.eclipse.cdt.core.win32_2.0.0\os\win32
> > > > \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86
> > > > \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86\listtasks.exe
> > > > \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86\spawner.dll
> > > > \org.eclipse.cdt.core.win32_2.0.0\os\win32\x86\starter.exe
> > > >
> > > >
> > >
Re: CDT install problem [message #88140 is a reply to message #88079] Sun, 30 November 2003 16:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sasschgmxnet.yahoo.de

Timothee Besset wrote:

> > > > It seems I can not get the current release of CDT installed/configured
> > > > /working

> > > > The following snippet is from the Configuration details:
> > > >
> > > > *** Error Log:
> > > > !SESSION Nov 28, 2003 20:01:06.281
[...]
> > > > !ENTRY org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
> > > > !MESSAGE Problems encountered loading the plug-in registry.
> > > > !SUBENTRY 1 org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
> > > > !MESSAGE Plug-in descriptor "org.eclipse.cdt.core" not found for
> > > > fragment "org.eclipse.cdt.core.win32". Fragment ignored.

> > > There is a little version bug in
> > > <eclipse_path>/plugins/org.eclipse.cdt.core.win32_2.0.0/fragment.xml
> > >
> > > Change the
> > > plugin-version="1.2.0"
> > > to
> > > plugin-version="2.0.0"

> > No that didn't help. I fixed the version in my fragment.xml (in the linux
> > directory), but the startup error is the same.

> Actually, it's a bit different. The error is gone, but I still don't have
> any sign of CDT C/C++ developement perspective after starting M5.

Hi!
I ran into the same error yesterday (on linux). So I
a) ...deleted the *cdt/ folders in features/ and plugins/
b) ...reran eclipse. Maybe there is a smarter way to make it reread it's
actual conf - but it was my first contact with eclipse at all.
c) ...unpacked the cdt files and changed the plugin-version as suggested
above _before_ I
d) ...restarted eclipse.

You may even completely remove eclipse, reinstall it, install cdt, correct
the fragment.xml and then fire up eclipse for the first time, presuming,
you are privileged to do so.

The trick is, IMHO to make eclipse rebuild it's conf - after the changes
took place.

Just my 2€ct.
Sascha

ps: sorry for reformatting...
--
Sascha Schwarz Please followup to the group.
Darmstadt/Germany
Re: CDT install problem [message #88170 is a reply to message #88140] Sun, 30 November 2003 19:28 Go to previous messageGo to next message
Eclipse UserFriend
you could try

$ eclipse -data $HOME/workspace -initialize

Suppose, you want your workspace outside the eclipse-directory.
Initialize should reinitialize the Eclipse-Configuration. Otherwise,
you might think of deleting the workspace/.metadata directory.
And I believe, there is a eclipse/.config directory, which should contain global
configuration as workspace/.metadata should be per user. *think*

Sascha Schwarz schrieb:
> Timothee Besset wrote:
>
>
>>>>>It seems I can not get the current release of CDT installed/configured
>>>>>/working
>
>
>>>>>The following snippet is from the Configuration details:
>>>>>
>>>>>*** Error Log:
>>>>>!SESSION Nov 28, 2003 20:01:06.281
>
> [...]
>
>>>>>!ENTRY org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
>>>>>!MESSAGE Problems encountered loading the plug-in registry.
>>>>>!SUBENTRY 1 org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
>>>>>!MESSAGE Plug-in descriptor "org.eclipse.cdt.core" not found for
>>>>>fragment "org.eclipse.cdt.core.win32". Fragment ignored.
>
>
>>>>There is a little version bug in
>>>><eclipse_path>/plugins/org.eclipse.cdt.core.win32_2.0.0/fragment.xml
>>>>
>>>>Change the
>>>>plugin-version="1.2.0"
>>>>to
>>>>plugin-version="2.0.0"
>
>
>>>No that didn't help. I fixed the version in my fragment.xml (in the linux
>>>directory), but the startup error is the same.
>
>
>>Actually, it's a bit different. The error is gone, but I still don't have
>>any sign of CDT C/C++ developement perspective after starting M5.
>
>
> Hi!
> I ran into the same error yesterday (on linux). So I
> a) ...deleted the *cdt/ folders in features/ and plugins/
> b) ...reran eclipse. Maybe there is a smarter way to make it reread it's
> actual conf - but it was my first contact with eclipse at all.
> c) ...unpacked the cdt files and changed the plugin-version as suggested
> above _before_ I
> d) ...restarted eclipse.
>
> You may even completely remove eclipse, reinstall it, install cdt, correct
> the fragment.xml and then fire up eclipse for the first time, presuming,
> you are privileged to do so.
>
> The trick is, IMHO to make eclipse rebuild it's conf - after the changes
> took place.
>
> Just my 2?ct.
> Sascha
>
> ps: sorry for reformatting...
> --
> Sascha Schwarz Please followup to the group.
> Darmstadt/Germany
>
>
>
>
Re: CDT install problem [message #88223 is a reply to message #88170] Mon, 01 December 2003 05:49 Go to previous message
Eclipse UserFriend
Ah, this explains .. ok, I'm finally using 3.0 and CDT now, bye bye 1.2
:-)

TTimo

On Mon, 01 Dec 2003 01:28:43 +0100
Henning Riedel <kesselhaus@gmx.net> wrote:

> you could try
>
> $ eclipse -data $HOME/workspace -initialize
>
> Suppose, you want your workspace outside the eclipse-directory.
> Initialize should reinitialize the Eclipse-Configuration. Otherwise,
> you might think of deleting the workspace/.metadata directory.
> And I believe, there is a eclipse/.config directory, which should contain global
> configuration as workspace/.metadata should be per user. *think*
>
> Sascha Schwarz schrieb:
> > Timothee Besset wrote:
> >
> >
> >>>>>It seems I can not get the current release of CDT installed/configured
> >>>>>/working
> >
> >
> >>>>>The following snippet is from the Configuration details:
> >>>>>
> >>>>>*** Error Log:
> >>>>>!SESSION Nov 28, 2003 20:01:06.281
> >
> > [...]
> >
> >>>>>!ENTRY org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
> >>>>>!MESSAGE Problems encountered loading the plug-in registry.
> >>>>>!SUBENTRY 1 org.eclipse.core.runtime 2 1 Nov 28, 2003 20:01:06.281
> >>>>>!MESSAGE Plug-in descriptor "org.eclipse.cdt.core" not found for
> >>>>>fragment "org.eclipse.cdt.core.win32". Fragment ignored.
> >
> >
> >>>>There is a little version bug in
> >>>><eclipse_path>/plugins/org.eclipse.cdt.core.win32_2.0.0/fragment.xml
> >>>>
> >>>>Change the
> >>>>plugin-version="1.2.0"
> >>>>to
> >>>>plugin-version="2.0.0"
> >
> >
> >>>No that didn't help. I fixed the version in my fragment.xml (in the linux
> >>>directory), but the startup error is the same.
> >
> >
> >>Actually, it's a bit different. The error is gone, but I still don't have
> >>any sign of CDT C/C++ developement perspective after starting M5.
> >
> >
> > Hi!
> > I ran into the same error yesterday (on linux). So I
> > a) ...deleted the *cdt/ folders in features/ and plugins/
> > b) ...reran eclipse. Maybe there is a smarter way to make it reread it's
> > actual conf - but it was my first contact with eclipse at all.
> > c) ...unpacked the cdt files and changed the plugin-version as suggested
> > above _before_ I
> > d) ...restarted eclipse.
> >
> > You may even completely remove eclipse, reinstall it, install cdt, correct
> > the fragment.xml and then fire up eclipse for the first time, presuming,
> > you are privileged to do so.
> >
> > The trick is, IMHO to make eclipse rebuild it's conf - after the changes
> > took place.
> >
> > Just my 2?ct.
> > Sascha
> >
> > ps: sorry for reformatting...
> > --
> > Sascha Schwarz Please followup to the group.
> > Darmstadt/Germany
> >
> >
> >
> >
>
Previous Topic:Eclipse plug-in development
Next Topic:Using Microsoft compiler with Eclipse
Goto Forum:
  


Current Time: Sun Nov 09 03:09:31 EST 2025

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

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

Back to the top