home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progpas / pxsc.arj / ERRTEXT < prev    next >
Text File  |  1991-02-27  |  13KB  |  339 lines

  1. {*                                        }
  2. {*  FILE:  errtext                        }
  3. {*  errormessages of p88                  }
  4. {*  last modification:  18.02.91  13:10   }
  5.  
  6. ; ***** infos: *****
  7. 11   No statement found.
  8. 12   Comment exceeds line.
  9. ; ***** warnings: *****
  10. 101   A local priority definition will be valid in the whole source file.
  11. 102   GLOBAL in the use clause of a program is ignored.
  12. ; stm.c
  13. 111   ':' expected behind 'ELSE' in case-statement.
  14. ;arrx.c
  15. 120 Type @ was assigned to the subarray.
  16. ; seman.c
  17. 131   In standard Pascal this parameter must be a variable.
  18. 171   Further Parameters ignored.
  19. 451   CIRCLE-USE !!     Module @ uses itself. This may cause an error.
  20. 902   Source line tooo lloonngg.
  21. 903   Symbol tooo lloonngg.
  22. ;
  23. ; ****** errors: *****
  24. ; decl.c
  25. 1001  Unsatisfied forward-reference
  26. 1002  Type-identifier expected
  27. 1004  A component type must not be a file type.
  28. 1005  A component type must not be a dynamic array.
  29. 1006  Index range of a dynamic array must be integer type.
  30. 1007  Do not use #-expressions in index ranges.
  31. 1008  '=', '+', '*' or '^' expected.
  32. 1009  The string data type is not yet implemented.
  33. 1010  The string length must be integer.
  34. 1011  Integer is not allowed as index type.
  35. 1012         ******unbesetzt***********
  36. 1013  The type of the constant is incompatible.
  37. 1014  'end' , ')' or ';' expected in type-definition
  38. 1015  Type identifier expected, @ found.
  39. 1016  Missing selection part in variant record declaration
  40. 1017         ******unbesetzt***********
  41. 1018  Type identifier or subrange expected.
  42. 1019  Incompatible subrange bounds.
  43. 1020  '..' expected.
  44. 1021         ******unbesetzt***********
  45. 1022  Identifier already declared
  46. 1023  A global specification is only allowed in a module declaration.
  47. 1024  Too many index ranges for dynamic array.
  48. 1025  Too few index ranges for dynamic array.
  49. 1026  A program parameter must be file type.
  50. 1027         ******unbesetzt***********
  51. 1028         ******unbesetzt***********
  52. 1029  A file parameter must be a var parameter.
  53. 1030  The first formal parameter of READ and WRITE must be FILE type.
  54. 1031  READLN and WRITELN must have only one file parameter.
  55. 1032  A procedure must not have a result type.
  56. 1033  " : resulttype" missing.
  57. 1034  Too many formal parameters in operator.
  58. 1035  Too few formal parameters for a dyadic operator.
  59. 1036  Too many formal parameters for a monadic operator.
  60. 1037  Priority definition missing for operator symbol.
  61. 1038  Operator symbol expected.
  62. 1039     **********unbesetzt**************
  63. 1040  An Operator must have formal parameters.
  64. 1041  Filetype not allowed as operator result
  65. 1042  The left operand of the assignment operator must be a VAR parameter.
  66. 1043  The external name must be an Identifier or a string constant.
  67. 1044  A global specification is only allowed in a module declaration.
  68. 1045  Label number expected.
  69. 1046  Real constant conversion already defined.
  70. 1047  Module name should be identical with the filename.
  71. 1050  File must not have dynamic components.
  72. 1051  Identifier declared more than once in a record-definition.
  73. 1052  Forward declared types must be record-types.
  74. 1053  This @ identifier occurs on both sides of its definition.
  75. 1054  Dynamic arrays are not allowed in this context.
  76. 1055  This identifier is already declared as a @ .
  77. 1056  This type must be a record type since this identifier occurs in its definition.
  78. 1057  Missing assignment to function result.
  79. ; stm.c
  80. 1101  READ,READLN,WRITE or WRITELN expected
  81. 1102  file input not declared
  82. 1103  file output not declared
  83. 1104  ';' expected.
  84. 1105  The type of the constant is incompatible.
  85. 1106    ********** unbesetzt ***************
  86. 1107  Condition must be boolean expression
  87. 1108  Label has been already used
  88. 1109  Undeclared label.
  89. 1110    ********* unbesetzt ************
  90. 1111  Invalid statement. A function call or an operator is not a statement.
  91. 1112  Identifier not declared.
  92. 1113  Left side must be a record data type.
  93. 1114  Left side must be a variable.
  94. 1115  Too many temporary variables in one with-statement would lead to memory fault,please use several nested with-statements.
  95. 1116  A statement has been generated in a while expression, please use auxiliary variables.
  96. 1117  Missing @ in statement.
  97. 1118    ********** unbesetzt ************
  98. ; syntax.c
  99. 1201 Operand expected.
  100. 1202 Dyadic Operator expected.
  101. 1203 Illegal symbol, left side is not a variable.
  102. 1204 Identifier expected.
  103. 1205 Left side is not a variable.
  104. 1206 Index missing.
  105. 1207 ')' expected.
  106. 1208 Expression missing.
  107. 1209 Dyadic Operator or ')' expected.
  108. 1210 ']' expected.
  109. 1211 '(' inserted.
  110. 1212 Illegal symbol.
  111. 1213 Identifier not declared.
  112. 1214 ']' missing.
  113. 1215 ')' missing.
  114. 1216 Expression missing.
  115. 1217 Loop variable not declared.
  116. ; former pars.c
  117. 1298 @ expected.
  118. 1299 Identifier expected.
  119. ; seman.c
  120. 1401 Expression of type @ cannot be a variable parameter.
  121. 1402 Constant identifier expected.
  122. 1403 Constant expected.
  123. 1404 A signed Constant must be integer or real.
  124. 1407 Too many temporary variables in one function call would lead to memory fault,please use temporal assignments.
  125. 1408 Incompatible set element type.
  126. 1409 This Identifier is declared as a constant or a variable and must not have arguments.
  127. 1410 Illegal recursive call.
  128. 1411 Illegal procedure call in expression.
  129. 1412 Illegal use of function at the beginning of statement.
  130. 1413 Left side is neither a pointer nor a file type.
  131. 1414 Left side is not a record type.
  132. 1415 No such record component found.
  133. 1416 Identifier is not an array Variable.
  134. 1417 Is not an Array type.
  135. 1418 Dotprecision constants are not yet implemented.
  136. 1419 Integer-valued interval constants are not yet implemented. Use function INTVAL.
  137. 1420 Unallowed access to hidden data type @ .
  138. 1421 This subroutine can not be passed as an actual parameter.
  139. 1422 Too many arguments.
  140. ; arrx.c
  141. 1501 Bound is not integer.
  142. 1502 The index must be integer
  143. 1503 Index  type mismatch.
  144. 1504 Too many indices.
  145. 1505 Must be at least one index.
  146. 1506 That type of subarrays has not been implemented yet.
  147. 1507 No more than 2-D arrays are allowed in DP-expressions.
  148. 1508 Static subarrays have not been implemented yet
  149. ; std.c
  150. 1601 Scalar data type expected, @ found.
  151. 1602 This Parameter must be a Variable.
  152. 1603 Arrays' sizes must be equal.
  153. 1604 Dimension specified must be an integer constant >=1.
  154. 1605 Dimension specification exeeds the number of dimensions.
  155. 1606 In that context expressions are not implemented yet.
  156. 1607 No Operator declared for operand type@
  157. 1608 Assignment of files is not declared.
  158. 1609 This standard routine is not defined.
  159. 1610 No function @ declared without arguments.
  160. 1611 No such function declared with argument type@
  161. 1612 No procedure @ declared without arguments.
  162. 1613 No such procedure declared with argument type@
  163. 1614 No procedure READ declared with argument type@
  164. 1615 No procedure READLN declared with argument type@
  165. 1616 No procedure WRITE declared with argument type@
  166. 1617 No procedure WRITELN declared with argument type@
  167. ; errecy.c
  168. 1701 Erroneous source-code too erroneous, not properly recovered. Source code skipped as far as shown position.
  169. ; dp_error.c
  170. 2001 Invalid type of variable.
  171. 2002 Dotexpressions may not be nested.
  172. 2003 Illegal symbol in dotexpression.
  173. 2004 Invalid type of named constant.
  174. 2005 Too many function arguments.
  175. 2006 Invalid type of function argument.
  176. 2007 Argument must be of type matrix.
  177. 2008 Argument must be of type vector.
  178. 2009 Arguments may not differ in structure.
  179. 2010 Loop variable within nested 'SUM' loops used twice.
  180. 2011 Invalid basetype of dotexpression result.
  181. 2012 Invalid structure of dotexpression result.
  182. 2013 Operands may not differ in structure.
  183. 2014 Multiplication of dotprecision variables not allowed.
  184. 2015 Structures of factors in a multiplication do not match.
  185. 2016 Integer assignment expected.
  186. 2017 Left and right side of ':=' may not differ in type.
  187. 2018 Variable expected.
  188. 2019 Invalid operand.
  189. 2020 Function or variable argument expected.
  190. 2021 Invalid basetype of variable.
  191. 2022 Invalid structure of variable.
  192. 2023 'TO' or 'DOWNTO' expected.
  193. 2024 Argument(s) missing in function.
  194. 2025 Bad syntax in dotexpression.
  195. 2026 Integer expression expected.
  196. 2027 Argument(s) missing in function.
  197. 2028 Bad syntax of function call.
  198. ; module.c
  199. 4101 No priority declared for operator @.
  200. 4102 Type @ is not yet declared.
  201. 4103 The operator @ is already declared with a different priority.
  202. 4104 Unsatisfied forward reference in module @
  203. 4105 Timestamp error. Recompile module @ !
  204. 4106 The interface-file was compiled with an older version of PXSC.
  205. 4107 The operator @
  206. ; bintab.c
  207. 5001 Integer constant exceeds integer range.
  208. 5002 Unexpected EOF.
  209. 5003 This parameter must be a variable.
  210. ; idtab.c
  211. 5201 Redeclaration of subprogram in same block with equal parameter list.
  212. 5202 Overloading functions with different result types.
  213. 5203 @ is already declared.
  214. 5204 Redeclaration of @
  215. 5205 @ is already declared as a procedure.
  216. 5206 @ is already declared as a function.
  217. 5207 Redeclaration of subprogram @ in same block with equal parameter list.
  218. 5208 Type mismatch between result type of declaration and definition of @.
  219. 5209 @ is already declared.
  220. 5210 Ambiguous parameter types in subprogram call.
  221. 5211 Unsatisfied forward reference on subroutine @.
  222. 5212 Label has been referenced but not defined.
  223. ; optab.c
  224. 5301 Redeclaration of operator @.
  225. 5302 Ambiguous operands' types in  operator call.
  226. 5303 Unsatisfied forward reference on operator @.
  227. ; scan.c
  228. 8001 Missing fraction part of real constant.
  229. 8002 Missing exponent of real constant.
  230. 8003 A string constant must not exceed a line.
  231. 8004 Illegal character: ord(@)
  232. ;
  233. ; ***** check errors: *****
  234.  
  235. ; decl.c
  236. 9001 dynatyp: not type nor var.
  237.  
  238. ; seman.c
  239. 9011 recclistfnd: Node is not idlist.
  240. 9012 Unknown symbol in seman: @
  241. 9015 reccfnd: Data type is not record.
  242. 9016 reccfnd: Data type is not a variant record.
  243. 9021 Searching upwards: Not a right son.
  244. 9022 @ cannot append at binprev.
  245.  
  246. ; module.c
  247. 9451 @
  248. 9452 unexpected case-label @ found.
  249. 9453 an operator is not a type.
  250. 9454 igentype : @ found.
  251. 9455 error occured in @.
  252. 9456 case-labels in the interface-file are not yet implemented.
  253. 9457 unexpected char @ in interface-file.
  254. 9458 unexpected char in @ : 'E' found, "END." not found.
  255.  
  256. ; bintab.c:
  257. 9501 binalloc: Undeleted node in freelist: @
  258. 9502 Node to be overwritten is found in tree.
  259. 9503 binidcreate : symc = &
  260. 9504 @ : binprev == NIL.
  261. 9505 @ : bincurr == NIL.
  262. 9506 @ : father == NIL.
  263. 9507 @ : binprev is not a right son of his father
  264. 9508 @ : bincurr->father != NIL
  265. 9509 @ : bincurr->right != NIL
  266. 9510 @ : bincurr->pt.left != NIL
  267. 9511 @ : binprev->pt.left != NIL
  268. 9512 @ : p == NIL.
  269. 9513 binexchange: left is not binptr.
  270. 9514 binexchange: right is not binptr.
  271. 9515 @ : binprev->right != NIL
  272. 9516 @ : q == NIL.
  273. 9517 @ : q->father != NIL
  274. 9518 @ : q->right != NIL
  275. 9519 @ : q->pt.left != NIL
  276. 9520 Fehler bei bininsert !
  277. 9521 bindelete: node doesn't exist.
  278. 9522 Father node must exist in bindelete.
  279. 9523 Cannot delete node @
  280. 9524 Father not found in bindelete.
  281. 9525 binldelete: Not a list node.
  282. 9526 binldelete: Unlinking left son.
  283. 9527 binlside : left son already exists.
  284. 9528 @ : sym == NIL.
  285. 9529 @ : cannot link.
  286. 9530 binupsym : Knoten kein Symbolknoten !
  287. 9531 binupid : no identifier node.
  288. 9532 binupblk : Knoten kein Block-knoten !
  289. 9533 binupblk : blk == NIL.
  290. 9534 binupvalue : Knoten kein Value-knoten !
  291. 9535 binupcharp : Knoten keine String- /Real-konstante
  292. 9536 binupcharp : charp == NIL.
  293. 9537 binupop : Knoten kein Opptr-knoten !
  294. 9538 binupop : op == NIL.
  295. 9539 binupdate : cont == NIL.
  296. 9540 gofather : binprev->father == NIL.
  297. 9541 goleft : binprev->pt.left kein binptr.
  298. 9542 goleft : binprev->pt.left == NIL.
  299. 9543 goright : binprev->right kein binptr.
  300. 9544 goright : binprev->right == NIL.
  301. 9545 binfather : NIL pointer
  302. 9546 binleft : p->pt.left kein binptr.
  303. 9547 binright : p->right kein binptr.
  304. 9548 bincont : no list node.
  305. 9549 binnext : kein 'next'-knoten
  306. 9550 binvalue : No Value-node !
  307. 9551 bincharp : keine String- /Real-konstante
  308. 9552 bintemp : tempsym == NIL.
  309. 9553 tempdecl : Illegal bindecl @
  310. 9554 @ : invalid father.
  311. 9555 baptize : Root of declaration not found.
  312. 9556 binappend : right son already exists.
  313. 9557 @ : not a right-son node.
  314. 9558 @ : not a left-son node.
  315. 9559 freecheck: Freed node detected.
  316.  
  317. ; blktab
  318. 9601 NULL-Pointer assignment in blkflag.
  319. ; idtab.c
  320. 9621 Error in @.
  321. 9622 NULL-pointer assignment in @
  322. 9623 Illegal use of @
  323. 9624 NIL pointer in @
  324. 9625 No identifier in idroutins.
  325. 9626 NULL-pointer in uniquename.
  326. ; optab
  327. 9641 NULL-Pointer access in opflag.
  328. 9642 Error in opfnd.
  329. 9643 Error in opins.
  330. 9644 optypl : Cannot find left typ of @.
  331. ;
  332. ; ***** fatal errors *****
  333. 30000 Insufficient memory. Compilation aborted.
  334. 30001 Error in writing file @  --  Probably disk is full. Compilation aborted.
  335. 30002 Unexpected end of file while importing module @. Probably disk was full when exporting. Compilation aborted.
  336. 30002 Error in creating temporary interface-file. Compilation aborted.
  337. 30003 Module @ not found. Compilation aborted.
  338. 30004 Too many names to rename with moduniquename.
  339.