Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT 2.1 Bug ? All References and All Decleration Retriever not working
CDT 2.1 Bug ? All References and All Decleration Retriever not working [message #134431] Tue, 11 January 2005 11:34 Go to next message
Eclipse UserFriend
Originally posted by: s.sch.a

The message in the Status is "The operation is unavailable on the current
selection"

Is this a Bug or have I a configuration error ?
Thanks for your help ! I really need this feature !
Re: CDT 2.1 Bug ? All References and All Decleration Retriever not working [message #134504 is a reply to message #134431] Tue, 11 January 2005 20:00 Go to previous messageGo to next message
Eclipse UserFriend
Could be either.
Please describe what your workspace/project looks like.
- Compiler
- C vs. C++
- Are your include paths set up?

JC

"Sascha" <s@sch.a> wrote in message news:cs0v6u$7od$1@www.eclipse.org...
> The message in the Status is "The operation is unavailable on the current
> selection"
>
> Is this a Bug or have I a configuration error ?
> Thanks for your help ! I really need this feature !
>
>
>
>
>
Re: CDT 2.1 Bug ? All References and All Decleration Retriever not working [message #134537 is a reply to message #134504] Wed, 12 January 2005 02:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: an.nym.us

Compiler is GNU
Code is 90% C++ (*.cpp and *.h)

"Include Path and Symobls" is set up with many paths
Discovered Paths are none (make files are external)

in "Project Paths" :
"Source" only has the entry of the CurrentProject with an
exclusion filter.
"Output" only has the entry of the CurrentProject with an
exclusion filter.
The Rest is empty


Did I missconfigure something here ?



johnc wrote:

> Could be either.
> Please describe what your workspace/project looks like.
> - Compiler
> - C vs. C++
> - Are your include paths set up?

> JC

> "Sascha" <s@sch.a> wrote in message news:cs0v6u$7od$1@www.eclipse.org...
>> The message in the Status is "The operation is unavailable on the current
>> selection"
>>
>> Is this a Bug or have I a configuration error ?
>> Thanks for your help ! I really need this feature !
>>
>>
>>
>>
>>
Re: CDT 2.1 Bug ? All References and All Decleration Retriever not working [message #134574 is a reply to message #134537] Wed, 12 January 2005 08:20 Go to previous messageGo to next message
Eclipse UserFriend
If you run g++ -v on one of your .cpp files, you'll see there are a bunch of
intrinsic include paths that our discovery feature finds for you.
I would suggest enabling the Scanner Discovery feature.

Thanks
JohnC

"Sascha" <an@nym.us> wrote in message news:cs2jbq$uc4$1@www.eclipse.org...
> Compiler is GNU
> Code is 90% C++ (*.cpp and *.h)
>
> "Include Path and Symobls" is set up with many paths
> Discovered Paths are none (make files are external)
>
> in "Project Paths" :
> "Source" only has the entry of the CurrentProject with an
> exclusion filter.
> "Output" only has the entry of the CurrentProject with an
> exclusion filter.
> The Rest is empty
>
>
> Did I missconfigure something here ?
>
>
>
> johnc wrote:
>
> > Could be either.
> > Please describe what your workspace/project looks like.
> > - Compiler
> > - C vs. C++
> > - Are your include paths set up?
>
> > JC
>
> > "Sascha" <s@sch.a> wrote in message news:cs0v6u$7od$1@www.eclipse.org...
> >> The message in the Status is "The operation is unavailable on the
current
> >> selection"
> >>
> >> Is this a Bug or have I a configuration error ?
> >> Thanks for your help ! I really need this feature !
> >>
> >>
> >>
> >>
> >>
>
>
Re: CDT 2.1 Bug ? All References and All Decleration Retriever not working [message #134584 is a reply to message #134574] Wed, 12 January 2005 10:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: an.nym.us

I checked it is enabled !


johnc wrote:

> If you run g++ -v on one of your .cpp files, you'll see there are a bunch of
> intrinsic include paths that our discovery feature finds for you.
> I would suggest enabling the Scanner Discovery feature.

> Thanks
> JohnC

> "Sascha" <an@nym.us> wrote in message news:cs2jbq$uc4$1@www.eclipse.org...
>> Compiler is GNU
>> Code is 90% C++ (*.cpp and *.h)
>>
>> "Include Path and Symobls" is set up with many paths
>> Discovered Paths are none (make files are external)
>>
>> in "Project Paths" :
>> "Source" only has the entry of the CurrentProject with an
>> exclusion filter.
>> "Output" only has the entry of the CurrentProject with an
>> exclusion filter.
>> The Rest is empty
>>
>>
>> Did I missconfigure something here ?
>>
>>
>>
>> johnc wrote:
>>
>> > Could be either.
>> > Please describe what your workspace/project looks like.
>> > - Compiler
>> > - C vs. C++
>> > - Are your include paths set up?
>>
>> > JC
>>
>> > "Sascha" <s@sch.a> wrote in message news:cs0v6u$7od$1@www.eclipse.org...
>> >> The message in the Status is "The operation is unavailable on the
> current
>> >> selection"
>> >>
>> >> Is this a Bug or have I a configuration error ?
>> >> Thanks for your help ! I really need this feature !
>> >>
>> >>
>> >>
>> >>
>> >>
>>
>>
Re: CDT 2.1 Bug ? All References and All Decleration Retriever not working [message #134704 is a reply to message #134584] Wed, 12 January 2005 20:20 Go to previous message
Eclipse UserFriend
Yet there are no discovered paths?
Are the Discovery Options set up to point at the compiler used in your
makefile?

"Sascha" <an@nym.us> wrote in message news:cs3h4n$jp8$1@www.eclipse.org...
>
> I checked it is enabled !
>
>
> johnc wrote:
>
> > If you run g++ -v on one of your .cpp files, you'll see there are a
bunch of
> > intrinsic include paths that our discovery feature finds for you.
> > I would suggest enabling the Scanner Discovery feature.
>
> > Thanks
> > JohnC
>
> > "Sascha" <an@nym.us> wrote in message
news:cs2jbq$uc4$1@www.eclipse.org...
> >> Compiler is GNU
> >> Code is 90% C++ (*.cpp and *.h)
> >>
> >> "Include Path and Symobls" is set up with many paths
> >> Discovered Paths are none (make files are external)
> >>
> >> in "Project Paths" :
> >> "Source" only has the entry of the CurrentProject with an
> >> exclusion filter.
> >> "Output" only has the entry of the CurrentProject with an
> >> exclusion filter.
> >> The Rest is empty
> >>
> >>
> >> Did I missconfigure something here ?
> >>
> >>
> >>
> >> johnc wrote:
> >>
> >> > Could be either.
> >> > Please describe what your workspace/project looks like.
> >> > - Compiler
> >> > - C vs. C++
> >> > - Are your include paths set up?
> >>
> >> > JC
> >>
> >> > "Sascha" <s@sch.a> wrote in message
news:cs0v6u$7od$1@www.eclipse.org...
> >> >> The message in the Status is "The operation is unavailable on the
> > current
> >> >> selection"
> >> >>
> >> >> Is this a Bug or have I a configuration error ?
> >> >> Thanks for your help ! I really need this feature !
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >>
> >>
>
>
Previous Topic:Building and debugging VC++ code in Eclipse
Next Topic:Environment variables during build
Goto Forum:
  


Current Time: Sun May 11 11:57:50 EDT 2025

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

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

Back to the top