|
|
|
Back
Midas
Rome
Roody
Rootana
|
| Rome Analyzer Framework |
Not logged in |
 |
|
|
|
|
Message ID: 21
Entry time: 27 Nov 2004
Reply to this: 25
|
| Author: |
Ryu Sawada |
| Topic: |
Bug Report |
| Subject: |
ss_getchar |
|
|
When romeConfig.xml does not exist. Rome goes to infinite loop.
I think the problem is ss_getchar.
ROMEAnalyzer::ss_getchar does not seem to work on Linux ,because OS_UNIX is not defined.
"ends" is needed in following line.
cout << "Do you like the framework to generate a new configuration file ([y]/n) ? "<<ends;
otherwise this line does not appear before user hits keyboard. |