【发布时间】:2014-07-29 12:20:24
【问题描述】:
使用带有代码块的 Cygwin 的默认设置,我收到以下错误。
"NameScanner - Debug" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
Nothing to be done.
我尝试了他们的custom installation instructions 并在默认文件cstdlib 上给了我这个错误
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\cwchar|249|error: `::wcstold' has not been declared|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\cwchar|265|error: `__gnu_cxx::wcstold' has not been declared|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\cstdlib|181|error: `::strtold' has not been declared|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\cstdlib|200|error: `__gnu_cxx::strtold' has not been declared|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|44|error: `_UPPER' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|45|error: `_LOWER' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|46|error: `_ALPHA' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|47|error: `_DIGIT' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|48|error: `_HEX' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|49|error: `_SPACE' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|50|error: `_BLANK' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|50|error: `_PUNCT' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|50|error: `_ALPHA' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|50|error: `_DIGIT' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|51|error: `_PUNCT' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|51|error: `_ALPHA' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|51|error: `_DIGIT' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|52|error: `_CONTROL' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|53|error: `_PUNCT' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|54|error: `_ALPHA' was not declared in this scope|
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\include\c++\3.4.2\mingw32\bits\ctype_base.h|54|error: `_DIGIT' was not declared in this scope|
C:\...\NameScanner\name.cpp|3|regex: No such file or directory|
C:\...\NameScanner\name.cpp||In constructor `Name::Name(std::string)':|
C:\...\NameScanner\name.cpp|19|error: `regex_match' undeclared (first use this function)|
C:\...\NameScanner\name.cpp|19|error: (Each undeclared identifier is reported only once for each function it appears in.)|
||=== Build finished: 24 errors, 0 warnings ===|
任何帮助表示赞赏。
【问题讨论】:
标签: c++ cygwin codeblocks toolchain