Hy.
I hope I'm not too late.

C++ analyzer is not able to find out the include path using the environment
variables.
You have to specify them in the directories. in your situation, you have to
specify the path to the STL.

A good document on C++ analyzer problems can be found in
http://www.rational.com/technotes/rose_html/Rose_C++_html/technote_2714.html
where answers on usual problems in C++ reverse engineering are addressed.

Hope this helps.

Andrea Scaggiante
Software Engineer
Tecnomare SpA - Robotics & Subsea
Via Enrico Caviglia 11
20139 Milano ITALY

Tel +39-02535751
Fax +39-0255211952
E-mail: [EMAIL PROTECTED]
Web: http://www.tecnomare.it
----- Original Message -----
From: Vipul Taneja <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 06, 2001 7:44 PM
Subject: (ROSE) C++ Reverse Engineering



During Analyzing phase of reverse engineering, I get followng errors.
I guess, it's not able to identify the standard containers in STL.
Any clue, how can i get rid of these errors?


12:29:53|  ***   "\ccatexttable01.h", line 46:8;  Can't find anything named
'vector'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 53:12;  Can't find anything named
'vector'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 54:12;  The name 'Tokens' does
not denote a class definition  [3Qn]
12:29:53|  ***   "\ccatexttable01.h", line 56:12;  Can't find anything named
'vector'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 60:12;  Can't find anything named
'vector'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 61:12;  The name 'TableRows' does
not denote a class definition  [3Qn]
12:29:53|  ***   "\ccatexttable01.h", line 63:12;  Can't find anything named
'map'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 64:12;  Can't find anything named
'pair'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 65:12;  The name
'TableIndexedView' does not denote a class definition  [3Qn]
12:29:53|  ***   "\ccatexttable01.h", line 65:30;  Can't find anything named
'iterator'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 66:12;  Can't find anything named
'map'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 67:12;  Can't find anything named
'pair'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 68:12;  The name 'MapIdxView'
does not denote a class definition  [3Qn]
12:29:53|  ***   "\ccatexttable01.h", line 102:32;  Can't find anything
named 'InputStream'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 103:32;  Can't find anything
named 'Token'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 104:32;  Can't find anything
named 'Tokens'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 105:32;  Can't find anything
named 'TokenPos'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 106:32;  Can't find anything
named 'TableKey'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 108:32;  Can't find anything
named 'TableRowData'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 109:32;  Can't find anything
named 'TableRows'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 110:32;  Can't find anything
named 'TableRowPos'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 112:32;  Can't find anything
named 'TableIndexedView'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 113:32;  Can't find anything
named 'PairIdxRow'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 114:32;  Can't find anything
named 'ItIndexedView'  [3Qm]
12:29:53|  ***   "\ccatexttable01.h", line 115:32;  Can't find anything
named 'MapIdxView'  [3Qm]
12:29:54|  ***   "\ccatexttable01.h", line 116:32;  Can't find anything
named 'PairIdxView'  [3Qm]

Thanks,
Vipul
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: 
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to