Hi
Just thought I might ask my recent question about Eclipse again, only in a slightly different way:
Is anyone here using the Eclipse version supplied with the CentOS 6 distro (as opposed to a build downloaded from www.eclipse.org)? Does it work for you? Are you able to install additional components via the built-in software setup mechanism?
Thanks,
- Toralf
This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the intended recipient only. If you are not the intended recipient or transmission error has misdirected this e-mail, please notify the author by return e-mail and delete this message and any attachment immediately. If you are not the intended recipient you must not use, disclose, distribute, forward, copy, print or rely on this e-mail in any way except as permitted by the author.
Will try it tonight or tomorrow...
-Jason
On 2013-02-18 09:58, Toralf Lund wrote:
Hi
Just thought I might ask my recent question about Eclipse again, only in a slightly different way:
Is anyone here using the Eclipse version supplied with the CentOS 6 distro (as opposed to a build downloaded from www.eclipse.org)? Does it work for you? Are you able to install additional components via the built-in software setup mechanism?
Thanks,
- Toralf
This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the intended recipient only. If you are not the intended recipient or transmission error has misdirected this e-mail, please notify the author by return e-mail and delete this message and any attachment immediately. If you are not the intended recipient you must not use, disclose, distribute, forward, copy, print or rely on this e-mail in any way except as permitted by the author. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 02/18/2013 06:58 AM, Toralf Lund wrote:
Hi
Just thought I might ask my recent question about Eclipse again, only in a slightly different way:
Is anyone here using the Eclipse version supplied with the CentOS 6 distro (as opposed to a build downloaded from www.eclipse.org)? Does it work for you? Are you able to install additional components via the built-in software setup mechanism?
Thanks,
- Toralf
This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the intended recipient only. If you are not the intended recipient or transmission error has misdirected this e-mail, please notify the author by return e-mail and delete this message and any attachment immediately. If you are not the intended recipient you must not use, disclose, distribute, forward, copy, print or rely on this e-mail in any way except as permitted by the author. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I am using Eclipse for a C project on CentOS 6. Eclipse was installed using YUM and only from the CentOS repositories.
Except that I cannot seem to enable global variables in debug mode all is working well.
I haven't added any plugins or components except via YUM.
Emmett
On 02/18/2013 06:58 AM, Toralf Lund wrote:
Hi
Just thought I might ask my recent question about Eclipse again, only in a slightly different way:
Is anyone here using the Eclipse version supplied with the CentOS 6 distro (as opposed to a build downloaded from www.eclipse.org)? Does it work for you? Are you able to install additional components via the built-in software setup mechanism?
Thanks,
- Toralf
I am using Eclipse for a C project on CentOS 6. Eclipse was installed using YUM and only from the CentOS repositories.
OK. One problem I have, is that the C/C++ support seems incomplete, even though I have installed the cdt rpm. Just wondering, what do you see when you press "what's already installed", or whatever it's called (I forget, and I don't have my installation right here), in the "Add software" dialog within Eclipse.
Thanks,
- Toralf
Except that I cannot seem to enable global variables in debug mode all is working well.
I haven't added any plugins or components except via YUM.
Emmett
This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the intended recipient only. If you are not the intended recipient or transmission error has misdirected this e-mail, please notify the author by return e-mail and delete this message and any attachment immediately. If you are not the intended recipient you must not use, disclose, distribute, forward, copy, print or rely on this e-mail in any way except as permitted by the author.
On 19/02/13 09:41, Toralf Lund wrote:
On 02/18/2013 06:58 AM, Toralf Lund wrote:
Hi
Just thought I might ask my recent question about Eclipse again, only in a slightly different way:
Is anyone here using the Eclipse version supplied with the CentOS 6 distro (as opposed to a build downloaded from www.eclipse.org)? Does it work for you? Are you able to install additional components via the built-in software setup mechanism?
Thanks,
- Toralf
I am using Eclipse for a C project on CentOS 6. Eclipse was installed using YUM and only from the CentOS repositories.
OK. One problem I have, is that the C/C++ support seems incomplete, even though I have installed the cdt rpm. Just wondering, what do you see when you press "what's already installed", or whatever it's called (I forget, and I don't have my installation right here), in the "Add software" dialog within Eclipse.
I've got it to work, now. Not sure what exactly did the trick, but the following helped:
# yum install eclipse-* # yum remove eclipse-nls htmlparser
After this, various C++ components and *a lot* of other pieces, too, were added to the Installed Software list. I very much doubt that the installation actually added all the modules. Instead I suspect that in the past, there was some kind of problem that caused the system to stop loading components that were actually installed at a certain stage - and that this issue was resolved by the install command. If you know what I mean...
- Toralf
Thanks,
- Toralf
Except that I cannot seem to enable global variables in debug mode all is working well. I haven't added any plugins or components except via YUM. Emmett
This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the intended recipient only. If you are not the intended recipient or transmission error has misdirected this e-mail, please notify the author by return e-mail and delete this message and any attachment immediately. If you are not the intended recipient you must not use, disclose, distribute, forward, copy, print or rely on this e-mail in any way except as permitted by the author. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
# yum install eclipse-* # yum remove eclipse-nls htmlparser
After this, various C++ components and *a lot* of other pieces, too, were added to the Installed Software list. I very much doubt that the installation actually added all the modules. Instead I suspect that in the past, there was some kind of problem that caused the system to stop loading components that were actually installed at a certain stage - and that this issue was resolved by the install command. If you know what I mean...
- Toralf
I'm glad you got it to work. I remember having to spend some google time trying to figure out how to add syntax highlighting for perl.
On Tue, Feb 19, 2013 at 6:45 PM, Mark LaPierre marklapier@aol.com wrote:
# yum install eclipse-* # yum remove eclipse-nls htmlparser
After this, various C++ components and *a lot* of other pieces, too, were added to the Installed Software list. I very much doubt that the installation actually added all the modules. Instead I suspect that in the past, there was some kind of problem that caused the system to stop loading components that were actually installed at a certain stage - and that this issue was resolved by the install command. If you know what I mean...
- Toralf
I'm glad you got it to work. I remember having to spend some google time trying to figure out how to add syntax highlighting for perl.
-- _ °v° /(_)\ ^ ^ Mark LaPierre Registered Linux user No #267004 https://linuxcounter.net/
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Finding and installing .i686 packages to make things work on x86_64 platform could be better.
i managed to get updates from within eclipse to work, but it was not as straightforward as i would have thought.
i needed those updates to get android-sdk stuff to work at all.
i followed your instructions for getting C/C++ projects to work as expected and that seems to have worked! but android stuff is no longer working. i want to say android requires htmlparser, but that will have to wait till morning for verification.
On 20/02/13 07:59, Rob Townley wrote:
On Tue, Feb 19, 2013 at 6:45 PM, Mark LaPierremarklapier@aol.com wrote:
# yum install eclipse-* # yum remove eclipse-nls htmlparser
After this, various C++ components and *a lot* of other pieces, too, were added to the Installed Software list. I very much doubt that the installation actually added all the modules. Instead I suspect that in the past, there was some kind of problem that caused the system to stop loading components that were actually installed at a certain stage - and that this issue was resolved by the install command. If you know what I mean...
- Toralf
I'm glad you got it to work. I remember having to spend some google time trying to figure out how to add syntax highlighting for perl.
-- _ °v° /(_)\ ^ ^ Mark LaPierre Registered Linux user No #267004 https://linuxcounter.net/
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Finding and installing .i686 packages to make things work on x86_64 platform could be better.
Well, yes, based on some of the feedback here it's tempting to assume that the i686 builds are better tested...
i managed to get updates from within eclipse to work, but it was not as straightforward as i would have thought.
i needed those updates to get android-sdk stuff to work at all.
i followed your instructions for getting C/C++ projects to work as expected and that seems to have worked! but android stuff is no longer working. i want to say android requires htmlparser, but that will have to wait till morning for verification.
Note that the htmlparser remove mentioned above was not strictly necessary - it was just that I noticed this package being auto-installed when I added all the other stuff, and found that it could be safely removed (along with whatever used it) without breaking the C/C++ support.
- Toralf
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the intended recipient only. If you are not the intended recipient or transmission error has misdirected this e-mail, please notify the author by return e-mail and delete this message and any attachment immediately. If you are not the intended recipient you must not use, disclose, distribute, forward, copy, print or rely on this e-mail in any way except as permitted by the author.
On 02/18/2013 09:58 AM, Toralf Lund wrote:
Hi
Just thought I might ask my recent question about Eclipse again, only in a slightly different way:
Is anyone here using the Eclipse version supplied with the CentOS 6 distro (as opposed to a build downloaded from www.eclipse.org)? Does it work for you? Are you able to install additional components via the built-in software setup mechanism?
Thanks,
- Toralf
This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the intended recipient only. If you are not the intended recipient or transmission error has misdirected this e-mail, please notify the author by return e-mail and delete this message and any attachment immediately. If you are not the intended recipient you must not use, disclose, distribute, forward, copy, print or rely on this e-mail in any way except as permitted by the author. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I added additional components to edit perl scripts. It works great for me.
[mlapier@mushroom ~]$ rpm -qa | grep eclipse jetty-eclipse-6.1.24-2.el6.noarch eclipse-dtp-1.8.1-1.1.el6.i686 eclipse-swt-3.6.1-6.13.el6.i686 eclipse-changelog-2.7.0-1.el6.i686 eclipse-svnkit-1.3.0-3.el6.i686 eclipse-mylyn-java-3.4.2-9.el6.i686 icu4j-eclipse-4.2.1-5.el6.i686 eclipse-rcp-3.6.1-6.13.el6.i686 eclipse-emf-2.6.0-1.el6.i686 eclipse-mylyn-3.4.2-9.el6.i686 eclipse-callgraph-0.6.1-1.el6.i686 eclipse-linuxprofilingframework-0.6.1-1.el6.i686 eclipse-oprofile-0.6.1-1.el6.i686 eclipse-platform-3.6.1-6.13.el6.i686 eclipse-jdt-3.6.1-6.13.el6.i686 eclipse-rpm-editor-0.5.0-2.el6.i686 eclipse-rse-3.2-1.el6.i686 eclipse-cdt-sdk-7.0.1-4.el6.i686 eclipse-subclipse-1.6.5-6.el6.i686 eclipse-gef-3.6.1-3.el6.i686 eclipse-valgrind-0.6.1-1.el6.i686 eclipse-cdt-7.0.1-4.el6.i686 eclipse-cdt-parsers-7.0.1-4.el6.i686 eclipse-birt-2.6.0-1.1.el6.i686 [mlapier@mushroom ~]$
Hi
Just thought I might ask my recent question about Eclipse again, only in a slightly different way:
Is anyone here using the Eclipse version supplied with the CentOS 6 distro (as opposed to a build downloaded from www.eclipse.org)? Does it work for you? Are you able to install additional components via the built-in software setup mechanism?
Thanks,
- Toralf
I added additional components to edit perl scripts. It works great for me.
OK. I'm struggling a bit with something entirely different (UML diagram support), but the reason could be that I haven't managed to find the right installation source locations (which is never easy), rather than an issue with the Eclipse base. One thing I've noticed, though, is that there aren't a lot of sources listed by default. Was that the same for you?
[mlapier@mushroom ~]$ rpm -qa | grep eclipse [ ... ]
OK. Looks a lot like what I have, except I'm using the x86_64 versions. Maybe that's a bit of an issue. Then there is a question of the java platform. I'm using the bundled openjdt release...
Thanks,
- Toralf
This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the intended recipient only. If you are not the intended recipient or transmission error has misdirected this e-mail, please notify the author by return e-mail and delete this message and any attachment immediately. If you are not the intended recipient you must not use, disclose, distribute, forward, copy, print or rely on this e-mail in any way except as permitted by the author.