Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » outline and make targets view not working
outline and make targets view not working [message #157283] Fri, 04 November 2005 14:45 Go to next message
Eclipse UserFriend
Originally posted by: Prashant.Pai.nospam.sas.com

I am using the C/C++ editor, and I am not able to see my code members in
the outline view nor am I able to view any make targets that I have set
up. I am guessing that it is something small that I am missing. ANy clue?

Thanks in advance.
Re: outline and make targets view not working [message #157296 is a reply to message #157283] Fri, 04 November 2005 18:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.dharty.com

I don't mean to be too simplistic here, but you query states simply that
you are using the C/C++ editor, although you have set up make targets.


First, Have you created a C/C++ project that includes the C files you
are trying to edit?

Second is project indexing turned on?
Project->properties->C/C++ Indexer->Full Indexer

Third is the C file(s) in a folder designated as "source" folder?
Project->properties->C/C++ ProjectPaths->Source folder

Fourth, and this is unlikely unless you somehow purposefully excluded
the files yourself, make sure the file or files are not on the exclusion
filter of your source folder.
Project->properties->C/C++ ProjectPaths->Source folder->Exclusion Filter


D



Prashant Pai wrote:
> I am using the C/C++ editor, and I am not able to see my code members in
> the outline view nor am I able to view any make targets that I have set
> up. I am guessing that it is something small that I am missing. ANy clue?
>
> Thanks in advance.
>
Re: outline and make targets view not working [message #157406 is a reply to message #157283] Mon, 07 November 2005 09:23 Go to previous message
Norbert Plött is currently offline Norbert PlöttFriend
Messages: 233
Registered: July 2009
Senior Member
For the outline view, this happened to me:

When your code is enclosed in #ifdef MACRO #endif then eclipse will show
only those parts of the source code in the outline for which it "knows" that
the macros are defined. Try defining macros in the project properties.

Cheers,


Norbert

"Prashant Pai" <Prashant.Pai@nospam.sas.com> schrieb im Newsbeitrag
news:b5ef26169aeb2d3d9212003e3d9280f3$1@www.eclipse.org...
>I am using the C/C++ editor, and I am not able to see my code members in
>the outline view nor am I able to view any make targets that I have set up.
>I am guessing that it is something small that I am missing. ANy clue?
>
> Thanks in advance.
>
Previous Topic:Unable to debug under Linux
Next Topic:CDT installation problem (Windows XP , Eclipse 3.1, CDT 3.0)
Goto Forum:
  


Current Time: Sun Sep 01 00:46:22 GMT 2024

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

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

Back to the top