Приветствую вас, Гость | Суббота, 18.05.2024, 11:21
Главная ? Форум ? Новости соц.сетей ? Всё для uCoz ? Набор модераторов
Реклама
Мини-чат
Топ пользователей
Баннеробмен
Последние посты
Горячие обсуждения
  • Страница 1 из 1
  • 1
Форум » PAWNO » Проблемы с компилированием » Описание | Ошибки | Предупреждения
Описание | Ошибки | Предупреждения
L1ghT
14.03.2014, 18:23 | Сообщение # 24
Пользователи
Сообщений: 36
1

Во избежании лишних вопросов сначала просмотрите.
Код
    error 001: expected token: "%s", but found "%s" - пропущен символ "%s", но найден "%s";
     error 002: only a single statement (or expression) can follow each "case" - ;
     error 003: declaration of a local variable must appear in a compound block - ;
     error 004: function "%s" is not implemented - функция "%s" не определена;
     error 005: function may not have arguments - ;
     error 006: must be assigned to an array - ;
     error 007: operator cannot be redefined - ;
     error 008: must be a constant expression; assumed zero - ;
     error 009: invalid array size (negative or zero) - ;
     error 010: invalid function or declaration - ;
     error 011: invalid outside functions - ;
     error 012: invalid function call, not a valid address - ;
     error 013: no entry point (no public functions) - ;
     error 014: invalid statement; not in switch - ;
     error 015: "default" case must be the last case in switch statement - ;
     error 016: multiple defaults in "switch" - ;
     error 017: undefined symbol "%s" - неизвестный символ (неопределённая переменная) "%s";
     error 018: initialization data exceeds declared size - несовпадение данных в массиве с указанными рамками (увеличить размер массива);
     error 019: not a label: %s" - ;
     error 020: invalid symbol name "%s" - ошибочное название символа (начинается с цифры, например);
     error 021: symbol already defined: %s" - символ уже определён (дважды встречается new одного и того же символа);
     error 022: must be lvalue (non-constant) - ;
     error 023: array assignment must be simple assignment - ;
     error 024: "break" or "continue" is out of context - ;
     error 025: function heading differs from prototype - ;
     error 026: no matching "#if..." - ;
     error 027: invalid character constant - ;
     error 028: invalid subscript (not an array or too many subscripts): %s" - ;
     error 029: invalid expression, assumed zero - неверное выражение, нет результата;
     error 030: compound statement not closed at the end of file - составной оператор не закрыт в конце файла, поставить return 1;} в конец мода;
     error 031: unknown directive - неверная директива (подключение плагина в дефайнах, неверное установка пути инклюда и тому подобное);
     error 032: array index out of bounds (variable "%s") - ;
     error 033: array must be indexed (variable "%s") - ;
     error 034: argument does not have a default value (argument %d) - ;
     error 035: argument type mismatch (argument %d) - ;
     error 036: empty statement - ;
     error 037: invalid string (possibly non-terminated string) - незавершённая строка (обычно бывает, если забывам ставить закрывающие ковычки);
     error 038: extra characters on line - ;
     error 039: constant symbol has no size - ;
     error 040: duplicate "case" label (value %d) - несколько раз объявлен "case" с одним и тем же параметром;
     error 041: invalid ellipsis, array size is not known - ;
     error 042: invalid combination of class specifiers - ;
     error 043: character constant exceeds range for packed string - ;
     error 044: positional parameters must precede all named parameters - ;
     error 045: too many function arguments - ;
     error 046: unknown array size (variable "%s") - ;
     error 047: array sizes do not match, or destination array is too small - размеры массивов конфликтуют, либо целевой массив слишком маленький (нужно увеличить число в квадратных скобках);
     error 048: array dimensions do not match - ;
     error 049: invalid line continuation - ;
     error 050: invalid range - ;
     error 051: invalid subscript, use "[ ]" operators on major dimensions - ;
     error 052: multi-dimensional arrays must be fully initialized - ;
     error 053: exceeding maximum number of dimensions - ;
     error 054: unmatched closing brace - ;
     error 055: start of function body without function header - описание функции без заголовка (пропущен public(...));
     error 056: arrays, local variables and function arguments cannot be public (variable "%s") - ;
     error 057: unfinished expression before compiler directive - ;
     error 058: duplicate argument; same argument is passed twice - ;
     error 059: function argument may not have a default value (variable "%s") - ;
     error 060: multiple "#else" directives between "#if ... #endif" - ;
     error 061: "#elseif" directive follows an "#else" directive - ;
     error 062: number of operands does not fit the operator - ;
     error 063: function result tag of operator "%s" must be "%s" - ;
     error 064: cannot change predefined operators - ;
     error 065: function argument may only have a single tag (argument %d) - ;
     error 066: function argument may not be a reference argument or an array (argument "%s") - ;
     error 067: variable cannot be both a reference and an array (variable "%s") - ;
     error 068: invalid rational number precision in #pragma - ;
     error 069: rational number format already defined - ;
     error 070: rational number support was not enabled - ;
     error 071: user-defined operator must be declared before use (function "%s") - ;
     error 072: "sizeof" operator is invalid on "function" symbols - ;
     error 073: function argument must be an array (argument "%s") - ;
     error 074: #define %s must start with an alphabetic character - макрос %s должен начинаться с буквы;
     error 075: input line too long (after substitutions) - слишком длинная строка после интеграции параметров (возможно, много лишних пробелов, или результативные данные слишком велики для строки (по длине));
     error 076: syntax error in the expression, or invalid function call - ;
     error 077: malformed UTF-8 encoding, or corrupted file: %s - ;
     error 078: function uses both "return" and "return <value>" - ;
     error 079: inconsistent return types (array & non-array) - несовместимость типов возвращённых результатов (массив и немассив) (сопоставить данные в функции и изменить типы переменных);
     error 080: unknown symbol, or not a constant symbol (symbol "%s") - ;
     error 081: cannot take a tag as a default value for an indexed array parameter (symbol "%s") - ;
     error 082: user-defined operators and native functions may not have states - найтивы и пользоваельские операторы не могут иметь переключателей;
     error 083: a function may only belong to a single automaton (symbol "%s") - ;
     error 084: state conflict: one of the states is already assigned to another implementation (symbol "%s") - для функции %s уже определенна данная state;
     error 085: no states are defined for function "%s" - не определенна ни одна state для функции %s;
     error 086: unknown automaton "%s" - ;
     error 087: unknown state "%s" for automaton "%s" - не определен state %s, для переключения %s;
     error 088: number of arguments does not match definition - количество аргументов не совпадает с объявленными в функции;

     fatal error 100: cannot read from file: "%s" - невозможно прочитать/найти файл %s в стандартной директории;
     fatal error 107: too many error messages on one line - слишком много ошибок на одной строке (обычно из-за одного неправильного параметра);

     warning 200: symbol "%s" is truncated to 31 characters - название переменной %s обрезается до 31 символа (укоротите название переменной %s);
     warning 201: redefinition of constant/macro (symbol "%s") - двойное определение одинаковой константы (смотреть #define);
     warning 202: number of arguments does not match definition - несовпадение количества аргументов;
     warning 203: symbol is never used: "%" - символ "%" нигде не используется;
     warning 204: symbol is assigned a value that is never used: "%s" - символ создан, ему присваивается значение, но далее он не используется.
     warning 209: function "%s" should return a value - функция %s должна возвращать какое-либо значение (return 1; к примеру);
     warning 211: possibly unintended assignment - в условии использовано не сравнение, а присвоение;
     warning 213: tag mismatch - несовпадение тэгов;
     warning 215: expression has no effect - выражение не имеет эффекта;
     warning 216: nested comment - вложенный комментарий (вынесите его за функцию);
     warning 217: loose indentation - невыровненная строка (return должен быть строго под телом функции по левому краю, либо можно добавить в начало мода строку #pragma tabsize 0, но это не рекомендуется, так как иногда может не понимать и не прочитывать скобки "{" и "}");
     warning 219: local variable "%s" shadows a variable at a preceding level - переменная дважды объявлена;
     warning 224: indeterminate array size in "sizeof" expression (symbol "%s") - должен быть определён размер массива %s (если определён статиком, заменить дефайном);
     warning 225: unreachable code - невалидный код;
     warning 235: public function lacks forward declaration (symbol "%s") - необходим форвард функции %s (перед функцией пишем forward %s;
/index/8-1
Форум » PAWNO » Проблемы с компилированием » Описание | Ошибки | Предупреждения
  • Страница 1 из 1
  • 1
Поиск: