gcc編譯錯誤表

来源:https://www.cnblogs.com/dln1993/archive/2018/07/27/9378741.html
-Advertisement-
Play Games

轉載:http://blog.163.com/panda_sha/blog/static/4782819620108743351655/ conversion from %s to %s not supported by iconv”iconv 不支持從 %s 到 %s 的轉換” iconv_ope ...


轉載:http://blog.163.com/panda_sha/blog/static/4782819620108743351655/

conversion from %s to %s not supported by iconv”
iconv 不支持從 %s 到 %s 的轉換”

iconv_open”
iconv_open”

no iconv implementation, cannot convert from %s to %s”
沒有 iconv 的實現,無法從 %s 轉換到 %s”

character 0x%lx is not in the basic source character set\n”
字元 0x%lx 不在基本源字元集中\n”

converting to execution character set”
轉換到可執行文件的字元集”

character 0x%lx is not unibyte in execution character set”
字元 0x%lx 在執行字元集中不是單位元組的”

Character %x might not be NFKC”
字元 %x 可能不是 NFKC”

universal character names are only valid in C++ and C99″
Unicode 字元名只在 C++ 和 C99 中有效”

the meaning of ‘\\%c’ is different in traditional C”
‘\\%c’的意義與在傳統 C 中不同”

In _cpp_valid_ucn but not a UCN”
在 _cpp_valid_ucn 中但不是一個 UCN”

incomplete universal character name %.*s”
不完全的 Unicode 字元名 %.*s”

%.*s is not a valid universal character”
%.*s 不是一個有效的 Unicode 字元”

‘$’ in identifier or number”
‘$’出現在標識符或數字中”

universal character %.*s is not valid in an identifier”
Unicode 字元 %.*s 在標識符中無效”

universal character %.*s is not valid at the start of an identifier”
Unicode 字元 %.*s 在標識符開頭無效”

converting UCN to source character set”
將 UCN 轉換到源字元集”

converting UCN to execution character set”
將 UCN 轉換到執行字元集”

the meaning of ‘\\x’ is different in traditional C”
‘\\x’的意義與在傳統 C 中不同”

\\x used with no following hex digits”
\\x 後沒有 16 進位數字”

hex escape sequence out of range”
16 進位轉義序列越界”

octal escape sequence out of range”
8 進位轉義序列越界”

the meaning of ‘\\a’ is different in traditional C”
‘\\a’的意義與在傳統 C 中不同”

non-ISO-standard escape sequence, ‘\\%c’”
非 ISO 標準的轉義序列,‘\\%c’”

unknown escape sequence: ‘\\%c’”
未知的轉義序列:‘\\%c’”

unknown escape sequence: ‘\\%s’”
未知的轉義序列:‘\\%s’”

converting escape sequence to execution character set”
將轉義序列轉換到執行字元集”

character constant too long for its type”
字元常量大小超出其類型”

multi-character character constant”
多位元組字元常量”

empty character constant”
空的字元常量”

failure to convert %s to %s”
無法從 %s 轉換到 %s”

extra tokens at end of #%s directive”
#%s 指示的末尾有多餘的標識符”

#%s is a GCC extension”
#%s 是一個 GCC 擴展”

#%s is a deprecated GCC extension”
#%s 是一個已過時的 GCC 擴展”

suggest not using #elif in traditional C”
建議在傳統 C 中不使用 #elif”

traditional C ignores #%s with the # indented”
當 # 有縮進時傳統 C 忽略 #%s”

suggest hiding #%s from traditional C with an indented #”
建議使用縮進的 # 以讓 #%s 對傳統 C 不可見”

embedding a directive within macro arguments is not portable”
將一個指示嵌入巨集參數中是不可移植的”

style of line directive is a GCC extension”
line 指示的風格是一個 GCC 擴展”

invalid preprocessing directive #%s”
無效的預處理指示 #%s”

\”defined\” cannot be used as a macro name”
“defined”不能被用作巨集名”

\”%s\” cannot be used as a macro name as it is an operator in C++”
“%s”不能被用作巨集名,因為它是 C++ 中的一個操作符”

no macro name given in #%s directive”
#%s 指示中未給出巨集名”

macro names must be identifiers”
巨集名必須是標識符”

undefining \”%s\”"
取消對“%s”的定義”

missing terminating > character”
缺少結尾的 > 字元”

#%s expects \”FILENAME\” or ”
#%s 需要 \”FILENAME\” 或 ”

empty filename in #%s”
#%s 中文件名為空”

#include nested too deeply”
#include 嵌套過深”

#include_next in primary source file”
#include_next 出現在主源文件中”

invalid flag \”%s\” in line directive”
line 指示中有無效的標記“%s””

unexpected end of file after #line”
#line 後未預期的文件結束”

\”%s\” after #line is not a positive integer”
#line 後的“%s”不是一個正整數”

line number out of range”
行號超出範圍”

\”%s\” is not a valid filename”
“%s”不是一個有效的文件名”

\”%s\” after # is not a positive integer”
# 後的“%s”不是一個正整數”

invalid #%s directive”
無效的 #%s 指示”

registering pragmas in namespace \”%s\” with mismatched name expansion”
在命名空間“%s”中註冊 pragma 時名稱擴展不匹配”

registering pragma \”%s\” with name expansion and no namespace”
pragma “%s”被註冊為一個命名擴展,而沒有命名空間”

registering \”%s\” as both a pragma and a pragma namespace”
“%s”既被註冊為一個pragma 又被註冊為一個 pragma 命名空間”

#pragma %s %s is already registered”
#pragma %s %s 已經被註冊”

#pragma %s is already registered”
#pragma %s 已經被註冊”

registering pragma with NULL handler”
pragma 註冊為被 NULL 處理”

#pragma once in main file”
#pragma once 出現在主文件中”

invalid #pragma push_macro directive”
無效的 #pragma push_macro 指示”

invalid #pragma pop_macro directive”
無效的 #pragma pop_macro 指示”

invalid #pragma GCC poison directive”
無效的 #pragma GCC poison 指示”

poisoning existing macro \”%s\”"
對已存在的巨集“%s”投毒”

#pragma system_header ignored outside include file”
#pragma system_heade 在包含文件外被忽略”

cannot find source file %s”
找不到源文件 %s”

current file is older than %s”
當前文件早於 %s”

_Pragma takes a parenthesized string literal”
_Pragma 需要一個括起的字元串字面常量”

#else without #if”
#else 沒有匹配的 #if”

#else after #else”
#else 出現在 #else 後”

the conditional began here”
條件自此開始”

#elif without #if”
#elif 沒有匹配的 #if”
#elif after #else”
#elif 出現在 #else 後”

#: directives.c:1960
#endif without #if”
#endif 沒有匹配的 #if”

missing ‘(‘ after predicate”
謂詞後缺少‘(’”

missing ‘)’ to complete answer”
完整的答案缺少‘)’”

predicate’s answer is empty”
謂詞的答案為空”

assertion without predicate”
斷言後沒有謂詞”

predicate must be an identifier”
謂詞必須是一個標識符”

\”%s\” re-asserted”
重斷言“%s””

unterminated #%s”
未終止的 #%s”

unterminated comment”
未結束的註釋”

stdout”
stdout”

%s: %s”
%s:%s”

too many decimal points in number”
數字中有太多小數點”

fixed-point constants are a GCC extension”
定點常量是一個 GCC 擴展”

invalid digit \”%c\” in binary constant”
二進位常量中有無效數字“%c””

invalid digit \”%c\” in octal constant”
8 進位常量中有非法字元“%c””

invalid prefix \”0b\” for floating constant”
浮點常量的“0b”首碼無效”

use of C99 hexadecimal floating constant”
使用 C99 式的 16 進位浮點常量”

exponent has no digits”
指數部分沒有數字”

hexadecimal floating constants require an exponent”
16 進位浮點常量需要指數部分”

invalid suffix \”%.*s\” on floating constant”
浮點常量的“%.*s”尾碼無效”

traditional C rejects the \”%.*s\” suffix”
傳統 C 不接受“%.*s”尾碼”

suffix for double constant is a GCC extension”
雙精度常量尾碼是一個 GCC 擴展”

invalid suffix \”%.*s\” with hexadecimal floating constant”
十六進位浮點常量的“%.*s”尾碼無效”

decimal float constants are a GCC extension”
十進位浮點常量是一個 GCC 擴展”

invalid suffix \”%.*s\” on integer constant”
整數常量的“%.*s”尾碼無效”

use of C++0x long long integer constant”
使用 C++0x long long 整數常量”

imaginary constants are a GCC extension”
虛數常量是一個 GCC 擴展”

binary constants are a GCC extension”
二進位常量是一個 GCC 擴展”

integer constant is too large for its type”
整數常量值超出其類型”

integer constant is so large that it is unsigned”
整數常量太大,認定為 unsigned”

missing ‘)’ after \”defined\”"
“defined” 後出現‘)’”

operator \”defined\” requires an identifier”
操作符“defined”需要一個標識符”

(\”%s\” is an alternative token for \”%s\” in C++)”
(在 C++ 中“%s”會是“%s”的替代標識符)”

this use of \”defined\” may not be portable”
使用“defined”可能不利於移植”

floating constant in preprocessor expression”
浮點常量出現在預處理表達式中”

imaginary number in preprocessor expression”
預處理表達式中出現虛數”

\”%s\” is not defined”
“%s”未定義”

assertions are a GCC extension”
斷言是一個 GCC 擴展”

assertions are a deprecated extension”
斷言是一個已過時的 GCC 擴展”

missing binary operator before token \”%s\”"
標識符“%s”前缺少二元運算符”

token \”%s\” is not valid in preprocessor expressions”
標識符“%s”在預處理表達式中無效”

missing expression between ‘(‘ and ‘)’”
‘(’與‘)’之間缺少表達式”

%s with no expression”
%s 後沒有表達式”

operator ‘%s’ has no right operand”
操作符‘%s’沒有右操作數”

operator ‘%s’ has no left operand”
操作符‘%s’沒有左操作數”

‘:’ without preceding ‘?’”
‘:’前沒有‘?’”

unbalanced stack in %s”
%s 中堆棧不平衡”

impossible operator ‘%u’”
不可能的操作‘%u’”

missing ‘)’ in expression”
表達式中缺少‘)’”

‘?’ without following ‘:’”
‘?’後沒有‘:’”

integer overflow in preprocessor expression”
預處理表達式中整數溢出”

missing ‘(‘ in expression”
表達式中缺少‘(’”

the left operand of \”%s\” changes sign when promoted”
“%s”的左操作數在提升時變換了符號”

the right operand of \”%s\” changes sign when promoted”
“%s”的右操作數在提升時變換了符號”

traditional C rejects the unary plus operator”
傳統 C 不接受單目 + 運算符”

comma operator in operand of #if”
#if 操作數中出現逗號”

division by zero in #if”
#if 中用零做除數”

NULL directory in find_file”
find_file 中有 NULL 目錄”

one or more PCH files were found, but they were invalid”
找到一個或多個 PCH 文件,但它們是無效的”

use -Winvalid-pch for more information”
使用 -Winvalid-pch 以獲得更多信息”

%s is a block device”
%s 是一個塊設備”

%s is too large”
%s 過大”

%s is shorter than expected”
%s 短於預期”

no include path in which to search for %s”
沒有包含路徑可供搜索 %s”

Multiple include guards may be useful for:\n”
多個防止重包含可能對其有用:\n”

cppchar_t must be an unsigned type”
cppchar_t 必須是無符號型”

preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits”
預處理算術的最高精度為 %lu 位;目標需要 %lu 位”

CPP arithmetic must be at least as precise as a target int”
CPP 算術必須至少具有目標 int 的精度”

target char is less than 8 bits wide”
目標 char 短於 8 位”

target wchar_t is narrower than target char”
目錄 wchar_t 短於目標 char”

target int is narrower than target char”
目標 int 短於目標 char”

CPP half-integer narrower than CPP character”
CPP 半整數短於 CPP 字元”

CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits”
在此宿主機上,CPP 不能處理長於 %lu 位的寬字元常量,但目標需要 %lu 位”

backslash and newline separated by space”
反斜杠和換行為空格所分隔”

backslash-newline at end of file”
反斜杠續行出現在文件末尾”

trigraph ??%c converted to %c”
三元符 ??%c 轉換為 %c”

trigraph ??%c ignored, use -trigraphs to enable”
三元符 ??%c 被忽略,請使用 -trigraphs 來啟用”

\”/*\” within comment”
“/*”出現在註釋中”

%s in preprocessing directive”
預處理指示中出現 %s”

null character(s) ignored”
忽略空字元”

`%.*s’ is not in NFKC”
‘%.*s’不在 NFKC 中”

`%.*s’ is not in NFC”
‘%.*s’不在 NFC 中”

attempt to use poisoned \”%s\”"
試圖使用有毒的“%s””

__VA_ARGS__ can only appear in the expansion of a C99 variadic macro”
__VA_ARGS__ 只能出現在 C99 可變參數巨集的展開中”

identifier \”%s\” is a special operator name in C++”
標識符“%s”是 C++ 中的一個特殊操作符”

raw string delimiter longer than 16 characters”
原始字元串分隔符長過 16 個字元”

invalid character ‘%c’ in raw string delimiter”
原始字元串分隔符中有無效字元‘%c’”

unterminated raw string”
未終止的原始字元串”

null character(s) preserved in literal”
空字元將保留在字面字元串中”

missing terminating %c character”
缺少結尾的 %c 字元”

C++ style comments are not allowed in ISO C90″
C++ 風格的註釋在 ISO C90 中不被允許”

(this will be reported only once per input file)”
(此警告為每個輸入文件只報告一次)”

multi-line comment”
多行註釋”

unspellable token %s”
無法拼出的標識符 %s”

macro \”%s\” is not used”
巨集“%s”未被使用”

invalid built-in macro \”%s\”"
無效的內建巨集“%s””

could not determine file timestamp”
無法決定文件的時間戳”

could not determine date and time”
無法決定日期與時間”

__COUNTER__ expanded inside directive with -fdirectives-only”
帶 -fdirectives-only 時 __COUNTER__ 在指示中擴展”

invalid string literal, ignoring final ‘\\’”
無效的字面字元串,忽略最後的‘\\’”

pasting \”%s\” and \”%s\” does not give a valid preprocessing token”
毗連“%s”和“%s”不能給出一個有效的預處理標識符”

ISO C99 requires rest arguments to be used”
ISO C99 需要使用剩餘的參數”

macro \”%s\” requires %u arguments, but only %u given”
巨集“%s”需要 %u 個參數,但只給出了 %u 個”

macro \”%s\” passed %u arguments, but takes just %u”
巨集“%s”傳遞了 %u 個參數,但只需要 %u 個”

unterminated argument list invoking macro \”%s\”"
調用巨集“%s”時參數列表未終止”

function-like macro \”%s\” must be used with arguments in traditional C”
類似函數的巨集“%s”在傳統 C 中必須與參數一起使用”

invoking macro %s argument %d: empty macro arguments are undefined in ISO C90 and ISO C++98″
調用巨集 %s 的參數 %d:空的巨集參數未被 ISO C90 和 ISO C++98 定義”

duplicate macro parameter \”%s\”"
重覆的巨集參數“%s””

\”%s\” may not appear in macro parameter list”
“%s”不能出現在巨集參數列表中”

macro parameters must be comma-separated”
巨集參數必須由逗號隔開”

parameter name missing”
缺少形參名”

anonymous variadic macros were introduced in C99″
匿名可變參數巨集在 C99 中被引入”

ISO C does not permit named variadic macros”
ISO C 不允許有名的可變參數巨集”

missing ‘)’ in macro parameter list”
在巨集參數表中缺少‘)’”

‘##’ cannot appear at either end of a macro expansion”
‘##’不能出現在巨集展開的兩端”

ISO C99 requires whitespace after the macro name”
ISO C99 要求巨集名後必須有空白”

missing whitespace after the macro name”
巨集名後缺少空白”

‘#’ is not followed by a macro parameter”
‘#’後沒有巨集參數”

\”%s\” redefined”
“%s”重定義”

this is the location of the previous definition”
這是先前定義的位置”

macro argument \”%s\” would be stringified in traditional C”
巨集參數“%s”將在傳統 C 中被字元串化”

invalid hash type %d in cpp_macro_definition”
cpp_macro_definition 中有無效的散列類型 %d”

while writing precompiled header”
在寫入預編譯頭時”

%s: not used because `%.*s’ is poisoned”
%s:未使用因為‘%.*s’已被投毒”

%s: not used because `%.*s’ not defined”
%s:未使用因為‘%.*s’未定義”

%s: not used because `%.*s’ defined as `%s’ not `%.*s’”
%s:未使用因為‘%.*s’被定義為‘%s’而非‘%*.s’”

%s: not used because `%s’ is defined”
%s:未使用因為‘%s’已定義”

%s: not used because `__COUNTER__’ is invalid”
%s:未使用因為‘__COUNTER__’無效”

while reading precompiled header”
在讀取預編譯頭時”

detected recursion whilst expanding macro \”%s\”"
展開巨集“%s”時檢測到遞歸”

syntax error in macro parameter list”
巨集參數列表語法錯誤”

#~ warning: ”
#~ 警告:”

#~ internal error: ”
#~ 內部錯誤:”

#~ error: ”
#~ 錯誤:”

#~ In file included from %s:%u”
#~ 在包含自 %s:%u 的文件中”

#~ ”
#~ “,\n”
#~ ” from %s:%u”
#~ ”
#~ “,\n”
#~ ” 從 %s:%u”

#~ no newline at end of file”
#~ 文件未以空白行結束”


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 優化HighCharts 利用svg導出圖片到Excel,圖片模糊問題 ...
  • 我們在創建Powerpoint文檔時,系統預設的幻燈片是空白背景的,很多時候我們需要自定義幻燈片背景,以達到美觀的文檔效果。在下麵的示例中將介紹給PowerPoint幻燈片設置背景的方法,主要包含以下三個部分: 添加純色背景 添加漸變色背景 添加圖片作為背景 所需工具 Free Spire.Pres ...
  • 很簡單,一條命令可以搞定:sudo apt-get install bcmwl-kernel-source ...
  • 什麼是tcpdump     在Linux中輸入命令man tcpdump給出的定義如下所示: 是不是感覺很懵?我們用通俗、形象、學術的表達方式來全方位描述tcpdump: 通俗的來說,tcpdump是一個抓包工具,用於抓取網路中傳輸的數據包 形象的來說,tcpdump如同國家海 ...
  • 有關邏輯捲的其他操作,請看: Linux中對邏輯捲的建立 Linux中對邏輯捲進行擴容與縮小 Linux中對邏輯捲的移除 LVM還有快照的功能,類似windows的系統還原點。其特點: 1.快照捲的容量必須與邏輯捲的容量相同 2.快照捲僅一次有效,在執行還原後就自動刪除了 首先查看捲組的信息: 可以 ...
  • 首先從官網上下載FATFS源碼(版本為0.13)網址:http://elm-chan.org/fsw/ff/00index_e.html 下載後如下文件夾: 其中documents文件夾是所有函數使用說明和擴展功能,一般不需要,source文件夾是移植需要的文件。打開source文件夾有如下文件: ...
  • 在生產中有時候會遇到一臺主機要運行多個MySQL伺服器----叫做多實例下麵演示多實例的安裝首先我們規划下基於二進位安裝1、創建mysql用戶useradd -r -s /sbin/nologin -d /app/mysql -m mysql##2、解壓下載的二進位mariadb包tar xvf m... ...
  • 今天整理了下,在centos 6.9 系統下怎麼配置多個conf文件。 step 1:在nginx.conf文件所在目錄新建conf.d目錄,即mkdir conf.d,為確保許可權能夠訪問到,so chmod 777 conf.d step 2:編輯nginx.conf文件,內容為: #user n ...
一周排行
    -Advertisement-
    Play Games
  • 示例項目結構 在 Visual Studio 中創建一個 WinForms 應用程式後,項目結構如下所示: MyWinFormsApp/ │ ├───Properties/ │ └───Settings.settings │ ├───bin/ │ ├───Debug/ │ └───Release/ ...
  • [STAThread] 特性用於需要與 COM 組件交互的應用程式,尤其是依賴單線程模型(如 Windows Forms 應用程式)的組件。在 STA 模式下,線程擁有自己的消息迴圈,這對於處理用戶界面和某些 COM 組件是必要的。 [STAThread] static void Main(stri ...
  • 在WinForm中使用全局異常捕獲處理 在WinForm應用程式中,全局異常捕獲是確保程式穩定性的關鍵。通過在Program類的Main方法中設置全局異常處理,可以有效地捕獲並處理未預見的異常,從而避免程式崩潰。 註冊全局異常事件 [STAThread] static void Main() { / ...
  • 前言 給大家推薦一款開源的 Winform 控制項庫,可以幫助我們開發更加美觀、漂亮的 WinForm 界面。 項目介紹 SunnyUI.NET 是一個基於 .NET Framework 4.0+、.NET 6、.NET 7 和 .NET 8 的 WinForm 開源控制項庫,同時也提供了工具類庫、擴展 ...
  • 說明 該文章是屬於OverallAuth2.0系列文章,每周更新一篇該系列文章(從0到1完成系統開發)。 該系統文章,我會儘量說的非常詳細,做到不管新手、老手都能看懂。 說明:OverallAuth2.0 是一個簡單、易懂、功能強大的許可權+可視化流程管理系統。 有興趣的朋友,請關註我吧(*^▽^*) ...
  • 一、下載安裝 1.下載git 必須先下載並安裝git,再TortoiseGit下載安裝 git安裝參考教程:https://blog.csdn.net/mukes/article/details/115693833 2.TortoiseGit下載與安裝 TortoiseGit,Git客戶端,32/6 ...
  • 前言 在項目開發過程中,理解數據結構和演算法如同掌握蓋房子的秘訣。演算法不僅能幫助我們編寫高效、優質的代碼,還能解決項目中遇到的各種難題。 給大家推薦一個支持C#的開源免費、新手友好的數據結構與演算法入門教程:Hello演算法。 項目介紹 《Hello Algo》是一本開源免費、新手友好的數據結構與演算法入門 ...
  • 1.生成單個Proto.bat內容 @rem Copyright 2016, Google Inc. @rem All rights reserved. @rem @rem Redistribution and use in source and binary forms, with or with ...
  • 一:背景 1. 講故事 前段時間有位朋友找到我,說他的窗體程式在客戶這邊出現了卡死,讓我幫忙看下怎麼回事?dump也生成了,既然有dump了那就上 windbg 分析吧。 二:WinDbg 分析 1. 為什麼會卡死 窗體程式的卡死,入口門檻很低,後續往下分析就不一定了,不管怎麼說先用 !clrsta ...
  • 前言 人工智慧時代,人臉識別技術已成為安全驗證、身份識別和用戶交互的關鍵工具。 給大家推薦一款.NET 開源提供了強大的人臉識別 API,工具不僅易於集成,還具備高效處理能力。 本文將介紹一款如何利用這些API,為我們的項目添加智能識別的亮點。 項目介紹 GitHub 上擁有 1.2k 星標的 C# ...