Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] RDT index server question

Hi Greg,

Those messages were logged to stdout before but are now logged in the RSE log.

Did you set up your remote include directories for your project? Seems like the indexer cannot find stdio.h from your project's include paths.

Regards,

Vivian Kong
IBM Eclipse CDT
IBM Canada Toronto Lab

Inactive hide details for Greg Watson ---10/31/2009 04:19:00 PM---Hi, When I turn logging on the RDT index server, I see somethGreg Watson ---10/31/2009 04:19:00 PM---Hi, When I turn logging on the RDT index server, I see something like the


From:

Greg Watson <g.watson@xxxxxxxxxxxx>

To:

Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>

Date:

10/31/2009 04:19 PM

Subject:

[ptp-dev] RDT index server question

Sent by:

ptp-dev-bounces@xxxxxxxxxxx




Hi,

When I turn logging on the RDT index server, I see something like the  
messages below. I understand why I'm seeing the "Unresolved inclusion"  
messages for "cstdarg", etc. (I can remove these by changing the  
indexer properties), but any idea why I'm seeing the last message? In  
the include browser, I see "test3.c" and under that "stdio.h", but I'm  
not seeing any further nested includes. Is this expected behavior?

Thanks,
Greg

---------------------------------------------------------------
Sat Oct 31 14:24:27 EDT 2009
INFO CDTMiner-RemoteIndexManager: Index at location:/Users/greg/
testing/rdt-server/remote3.pdom
---------------------------------------------------------------
Sat Oct 31 14:24:27 EDT 2009
INFO CDTMiner-RemoteLanguageMapper: Language ID mappings:  
{org.eclipse.cdt.core.lrparser.xlc.cpp
=org.eclipse.ptp.rdt.xlc.remote.RemoteXlcCPPLanguage,  
org.eclipse.cdt.core.gcc
=org.eclipse.cdt.core.dom.ast.gnu.c.GCCLanguage,  
org.eclipse.cdt.core.lrparser.xlc.c
=org.eclipse.ptp.rdt.xlc.remote.RemoteXlcCLanguage,  
org.eclipse.cdt.core.g+
+=org.eclipse.cdt.core.dom.ast.gnu.cpp.GPPLanguage}
---------------------------------------------------------------
Sat Oct 31 14:24:27 EDT 2009
INFO CDTMiner-RemoteLanguageMapper: Instantiated language:  
org.eclipse.cdt.core.dom.ast.gnu.c.GCCLanguage
---------------------------------------------------------------
Sat Oct 31 14:24:27 EDT 2009
INFO CDTMiner-RemoteLanguageMapper: Instantiated language:  
org.eclipse.cdt.core.dom.ast.gnu.cpp.GPPLanguage
---------------------------------------------------------------
Sat Oct 31 14:24:27 EDT 2009
ERROR CDTMiner: Indexer: Unresolved inclusion: "cstdarg" in file:  
______:1
---------------------------------------------------------------
Sat Oct 31 14:24:27 EDT 2009
ERROR CDTMiner: Indexer: Unresolved inclusion: "cstdio" in file:  
______:1
---------------------------------------------------------------
Sat Oct 31 14:24:27 EDT 2009
WARNING CDTMiner-RemoteLanguageMapper: No language id for 'resource.h'
---------------------------------------------------------------
Sat Oct 31 14:24:27 EDT 2009
ERROR CDTMiner: Indexer: Unresolved inclusion: "sys/resource.h" in  
file: ______:1
---------------------------------------------------------------
Sat Oct 31 14:24:27 EDT 2009
ERROR CDTMiner: Indexer: Unresolved inclusion: "ctime" in file: ______:1
---------------------------------------------------------------
Sat Oct 31 14:24:27 EDT 2009
ERROR CDTMiner: Indexer: Unresolved inclusion: "stdarg.h" in file:  
______:1
---------------------------------------------------------------
Sat Oct 31 14:24:27 EDT 2009
ERROR CDTMiner: Indexer: Unresolved inclusion: "stddef.h" in file:  
______:1
---------------------------------------------------------------
Sat Oct 31 14:24:27 EDT 2009
WARNING CDTMiner-RemoteLanguageMapper: No language id for 'types.h'
---------------------------------------------------------------
Sat Oct 31 14:24:27 EDT 2009
ERROR CDTMiner: Indexer: Unresolved inclusion: "sys/types.h" in file:  
______:1
---------------------------------------------------------------
Sat Oct 31 14:24:27 EDT 2009
ERROR CDTMiner: Indexer: Unresolved inclusion: <stdio.h> in file: /
Users/greg/testing/remote3/test3.c:8
---------------------------------------------------------------


_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


GIF image

GIF image


Back to the top