-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.err
More file actions
33 lines (33 loc) · 2.37 KB
/
Copy pathhelp.err
File metadata and controls
33 lines (33 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
source\help\help.c(60): Error! E1055: Unable to open 'stdio.h'
source\help\help.c(61): Error! E1055: Unable to open 'string.h'
source\help\help.c(62): Error! E1055: Unable to open 'help.h'
source\help\help.c(63): Error! E1055: Unable to open 'config.h'
source\help\help.c(64): Error! E1055: Unable to open 'funcreg.h'
source\help\help.c(65): Error! E1055: Unable to open 'security.h'
source\help\help.c(66): Error! E1055: Unable to open 'module.h'
source\help\help.c(67): Error! E1055: Unable to open 'memmap.h'
source\help\help.c(99): Error! E1009: Expecting ',' but found '*'
source\help\help.c(99): Error! E1009: Expecting ',' but found '*'
source\help\help.c(99): Error! E1127: Type required in parameter list
source\help\help.c(103): Error! E1009: Expecting ',' but found '*'
source\help\help.c(103): Warning! W102: Type mismatch (warning)
source\help\help.c(103): Note! I2003: source conversion type is 'int'
source\help\help.c(103): Note! I2004: target conversion type is 'int const *'
source\help\help.c(106): Error! E1033: Expression for '->' must be 'pointer to struct or union'
source\help\help.c(107): Error! E1033: Expression for '->' must be 'pointer to struct or union'
source\help\help.c(107): Error! E1151: Parameter count does not agree with previous definition
source\help\help.c(107): Note! I2002: 'str_cmp_ci' defined in: source\help\help.c(86)
source\help\help.c(111): Warning! W102: Type mismatch (warning)
source\help\help.c(111): Note! I2003: source conversion type is 'int const *'
source\help\help.c(111): Note! I2004: target conversion type is 'int'
source\help\help.c(103): Warning! W202: Symbol 'HelpEntry' has been defined, but not referenced
source\help\help.c(99): Warning! W303: Parameter 'HelpEntry' has been defined, but not referenced
source\help\help.c(118): Error! E1011: Symbol 'NULL' has not been declared
source\help\help.c(118): Warning! W126: Constant must be zero for pointer compare
source\help\help.c(124): Error! E1009: Expecting ',' but found '*'
source\help\help.c(127): Warning! W131: No prototype found for function 'printf'
source\help\help.c(129): Error! E1011: Symbol 'HCAT_COUNT' has not been declared
source\help\help.c(132): Error! E1063: Missing operand
source\help\help.c(132): Warning! W111: Meaningless use of an expression
source\help\help.c(132): Error! E1009: Expecting ';' but found 'int'
source\help\help.c(132): Error! E1147: Too many errors: compilation aborted