|
From: takeshi i. <tak...@gm...> - 2009-03-22 06:13:48
|
Hi Mario!
I tried 'make' in logic/iec/.
Thw error message is
main.cc: In function 'int main(int, char**)':
main.cc: 99: error: 'strcmp' was not declared iin this sope
make: *** [main.o] error
At this point, 'make' stopped, and main.o wasn't made.
So, I add '#include <string.h>' in main.cc.
This time, the first error disappeared, and main.o was created.
But next error concerning string operation occurs in generate_cc.cc.
That is
generate_cc.cc: 112: error: 'strcasecmp' was not declared iin this sope
What is happening ?
Ikeya
|