
13.12.2009, 02:09
|
|
Новичок
Регистрация: 12.12.2009
Сообщений: 13
Провел на форуме: 51050
Репутация:
0
|
|
# gcc -pthread list.c -o list
list.c:1:22: iostream.h: No such file or directory
list.c:3:21: fstream.h: No such file or directory
list.c: In function `main':
list.c:6: error: syntax error before ':' token
list.c:7: error: syntax error before ':' token
list.c:8: error: syntax error before ':' token
list.c:9: error: syntax error before ':' token
list.c:10: error: `uinFile' undeclared (first use in this function)
list.c:10: error: (Each undeclared identifier is reported only once
list.c:10: error: for each function it appears in.)
list.c:11: error: syntax error before ':' token
list.c:14: error: `passFile' undeclared (first use in this function)
list.c:15: error: syntax error before ':' token
list.c:18: error: `sourceFile' undeclared (first use in this function)
list.c:19: error: syntax error before ':' token
list.c:23: error: `line' undeclared (first use in this function)
list.c:24: error: `pass' undeclared (first use in this function)
list.c:26: error: `uin' undeclared (first use in this function)
list.c:29: error: `source' undeclared (first use in this function)
list.c:30: error: `std' undeclared (first use in this function)
list.c:30: error: syntax error before ':' token
|
|
|