Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] How to get a C++ dictionnary


Try building the projects from within CDT. If scanner configuration discovery is enabled (Project -> Properties -> C/C++ Make Builder -> Discovery Options tab) and you are using gcc compiler on your system path, then after building the projects you will have scanner configuration discovered. To verify see Project -> Properties -> C/C++ Include Paths & Symbols and expand or Edit... Discovered Paths item. It should contain include paths and symbol definitions harvested from the build output.

If this does not help, please let me know and I will try to get to the bottom of it.

Thanks,
Vmir



Celerse Eric <Eric.Celerse@xxxxxxxxxxxxxxxxxx>
Sent by: cdt-dev-admin@xxxxxxxxxxx

02/04/2005 03:13 AM

Please respond to
cdt-dev

To
cdt-dev@xxxxxxxxxxx
cc
Lambert Jean-Paul <Jean-Paul.Lambert@xxxxxxxxxxxxxxxxxx>, Schirmer Laurent <Laurent.Schirmer@xxxxxxxxxxxxxxxxxx>
Subject
RE: [cdt-dev] How to get a C++ dictionnary





Hello,


Yes, it'is a C/C++ project.
Indexer is on.

You're right incude paths are not set properly.
We use standard makefiles, and include paths are only referenced in
makefiles.
The IDE doesn't know how to reach the include files.

So, how cdt can discover automaticcaly the include paths with standard
makefiles ?
We have may be 10 projects with about 100 source directories. Not easy to
reach what we need !!



Thanks for your help.


-----Message d'origine-----
De : Alain Magloire [mailto:alain@xxxxxxx]
Envoyé : jeudi 27 janvier 2005 21:42
À : cdt-dev@xxxxxxxxxxx
Objet : Re: [cdt-dev] How to get a C++ dictionnary


>
> Hello,
>
> The Type Hierarchy View  don't seem to give any information about =
> inherited
> methods or any relation beetween mother and daughter classes.
>

Is the project  a C++ project ?
Is the extended classes in other include files, an the include paths
were not set properly ?
Do you have the indexer off ?

The Type Hierarchy relies on the indexer for the information
try the openType dialog, enter "*" is the all your classes been discover
by the indexer ?


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


Back to the top