198 | | ---- |
| 198 | == Error Messages == #error messages |
| 199 | |
| 200 | === The source fails to build displaying the following error message === |
| 201 | |
| 202 | wcc386 -bt=os2 -mf -bd -bm -d1 -olirs -s -sg -j -wx -zfp -zgp -zq -hd |
| 203 | arccnrs.c |
| 204 | F:\OS2TK45\h\libc\stdarg.h(83): Warning! W138: No newline at end of file |
| 205 | F:\OS2TK45\h\libc\stdlib.h(544): Warning! W138: No newline at end of file |
| 206 | F:\OS2TK45\h\libc\string.h(378): Warning! W138: No newline at end of file |
| 207 | F:\OS2TK45\h\libc\time.h(136): Warning! W138: No newline at end of file |
| 208 | F:\OS2TK45\h\libc\direct.h(92): Warning! W138: No newline at end of file |
| 209 | F:\OS2TK45\h\libc\share.h(49): Warning! W138: No newline at end of file |
| 210 | F:\OS2TK45\h\libc\process.h(215): Warning! W138: No newline at end of file |
| 211 | arccnrs.c(183): Error! E1071: Type of parameter 3 does not agree with |
| 212 | previous definition |
| 213 | arccnrs.c(183): Note! N2003: source conversion type is 'void |
| 214 | *(*)(unsigned long __p1,unsigned long __p2,void *__p3,void *__p4)' |
| 215 | arccnrs.c(183): Note! N2004: target conversion type is 'void |
| 216 | *(_Syscall *)(unsigned long __p1,unsigned long __p2,void *__p3,void |
| 217 | *__p4)' |
| 218 | arccnrs.c(610): Error! E1011: Symbol 'SH_DENYWR' has not been declared |
| 219 | arccnrs.c(610): Warning! W102: Type mismatch (warning) |
| 220 | |
| 221 | Since FM/2 now uses the OpenWatcom Warp Toolkit, I had to modify my config.sys statement moving the OpenWatcom entries ahead of the IBM Toolkit entries. |
| 222 | |
| 223 | ---- |