Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Full Indexer in CDT3.0 doesn't work


Does this bug apply to your hello world example?

https://bugs.eclipse.org/bugs/show_bug.cgi?id=106358

-Chad


Zhou Fei <zhoufei@xxxxxxxxx>
Sent by: cdt-dev-bounces@xxxxxxxxxxx

08/22/2005 10:48 PM

Please respond to
"CDT General developers list." <cdt-dev@xxxxxxxxxxx>

To
"CDT General developers list." <cdt-dev@xxxxxxxxxxx>
cc
Subject
Re: [cdt-dev] Full Indexer in CDT3.0 doesn't work





Thanks for your detail information, I tried again, following your
advice,but the problem still there.

1.Download elcipse 3.1 and install CDT3.0 form help menu.
2.Creat a standard C++ project,and add 2 files: Hello.cpp, makefile
3.Then, C++ indexer seems never finished :(  0%

other functions works fine except the Indexer
By the way I using MingW.

Thank you for help!


On 8/22/05, Chip Chapin <cchapin@xxxxxxxxxx> wrote:
> Out of curiousity, did this work any better for you with CDT 2.1?
>
> I've found that there are a lot of gotchas in getting good indexing with
> CDT on our source tree, but I am having much better results with 3.0
> than with 2.1.
>
> Some things to consider.  I'm still figuring this out and would be glad
> to hear more authoritative comments ...
>
>  -- Keep your workspace small.
>  -- Keep your workspace, and possibly your source files as well,on a
> local file system (not NFS).
>  -- Do a build.  The indexer discovers additional information from the
> build output.
>  -- Set your include paths carefully.  In our build environment this
> takes a lot of work because of the way we handle certain generated
> files.  Fortunately the "Problems" tab in eclipse will tell you when
> include paths are missing.
>  -- Be patient, the indexer can be slow.
>
> If javaw is running at 100% and eclipse has stopped responding then you
> might as well kill eclipse and restart it.  But I would not necessarily
> blame CDT.  I see it happen when I'm doing Python and other stuff as well.
>
> Chip
>
> Zhou Fei wrote:
>
> >Hi all!
> >I have install CDT3.0 on eclipse 3.1,
> >but, when I select the "full indexer" option, javaw endless ocupied
> >100% usage,  and lost response.
> >I have to select "No indexer"
> >How to make full indexer work?
> >Thank you all!
> >
>


--
Thanks and Best Regards
Zhou Fei
Shanghai Institute of Optics and
Fine Mechanics, Chinese Academy of Sciences
Thanks and Best Regards
Zhou Fei
Now:  13/28 Wattle Rd Hawthorn VIC AU
Mobile: +61-0423402709
Mail: zhoufei(at)gmail(dot)com
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top