Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Bugs related to understanding of C++ code

Manolo

I don't know about repositories, but I can tell you that:
- CDT4.0 is not released software. It is due for release at the end of June 2007. It is currently in the Release Candidate state (RC1)
- CDT4.0 requires Eclipse 3.3, which is due for release on the same day.

If you are new to Eclipse/CDT, I suggest you stick with your current version until the new versions are released

--
Derek


Manolo _ wrote:
Thanks very much for your reply.

I reinstalled Eclispe from the official site instead of using Ubuntu repositories (even if they show the same Eclipse version 3.2.2). So it seems that the Help works perfectly (that's already a very good thing) but... I don't know how to install CDT 4 since I can only find CDT 3 on Ubuntu repositories. So my questions are:

1) Is there a Feisty repository containing CDT 4?
2) How to install the CDT 4 that I downloaded form Eclispe website?

About question 2) I just unpacked the cdt-4.0.0-M7-linux.x86.tar.gz and copied the content of the 'feature' and 'plugin' directories into the corresponding ones in my Eclipse installation directory but it still doesn't recognize C/C++ projects of my workspace.
More in details:
    -made a copy of my workspace
    -tried to install CDT 4 as said above
    -run Eclipse and got the following error:
       "Unable to read workbench state. Workbench UI layout will be reset"
-cliked on OK button, Eclipse workbech opens but I'm unable to set the C/C++ perspective from the perspectives list.

The following times I try to repeat the last steps I just described above it doesn't shows me that workbench error since I think it modified my project properties (that's why it was a good choice to work on a copy of my workbench instead that on the my original workbench).

Thanks for your attention.
Regards.

Manolo.

    ------------------------------------------------------------------------
    Date: Sun, 13 May 2007 23:52:18 -0700
    From: eclipse.sprigogin@xxxxxxxxx
    To: DSchaefer@xxxxxxx; cdt-dev@xxxxxxxxxxx
    CC:
    Subject: [cdt-dev] Bugs related to understanding of C++ code

    Please give top priority to bugs that prevent CDT parser/indexer
    from understanding significant fraction of valid C++ code. Lack of
    code understanding defeats almost all nice CDT features including
    context assist, F3-navigation, call tree, etc. CDT 4.0 will fall
    short of becoming a full-functional IDE for C++ if the following
    bugzillas are not addressed:
    177917 <https://bugs.eclipse.org/bugs/show_bug.cgi?id=177917> Type
    resolution does not work with class "using" directives
    175470 <https://bugs.eclipse.org/bugs/show_bug.cgi?id=175470>
    Problem with parsing of standard gcc header files
    186736 <https://bugs.eclipse.org/bugs/show_bug.cgi?id=186736> Parser
    does not understand smart pointers

    175470 <https://bugs.eclipse.org/bugs/show_bug.cgi?id=175470> is
    particularly important since misunderstanding of the standard header
    files results in numerous problems throughout the code base.

    -sergey


------------------------------------------------------------------------
¡Ya está aquí Windows Live Spaces! Ahora podrás crear fácilmente tu propio sitio Web. Pruébalo <http://spaces.live.com/signup.aspx>


------------------------------------------------------------------------

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



Back to the top