Используя настройки по умолчанию для Cygwin с кодовыми блоками, я получаю следующую ошибку.
"NameScanner - Debug" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
Nothing to be done.
Я попробовал их пользовательские инструкции по установке и это дало мне эту ошибку на 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 ===|
любой помощь приветствуется.
Я предлагаю вам удалить все, скачать этот версия кодовых блоков и ее установка. Это уже идет со всем, что вам нужно (это будет GCC).