Remote Indexing [message #1404855] |
Wed, 06 August 2014 02:31 |
John Clonts Messages: 1 Registered: August 2014 |
Junior Member |
|
|
Into my Win 7 workstation I installed Luna CDT and added the RDT components, to be able to remotely edit/build on my Linux box.
Seems to work well for me except one thing. When I hit "F3" to go to a declaration in my own project's include file, it does not find it and take me there. (It does work correctly on variables defined within the *same* source file) See attached screen shot boiling down the issue. This is after a clean build, and also Indexer->Build.
Notice it seems to parse the header file correctly because it shows the tree of elements on the left.
My Makefile is simply
all: source.c source.h
<tab>gcc -g -o source_exe source.c
What am I missing? Or is this a problem with the remote tools?
Thanks!
John
|
|
|
Powered by
FUDForum. Page generated in 0.03180 seconds