代码块中的内部错误
Internal Error in codeblocks
我的代码编译得很好,直到最近我开始使用一对 stl 贴图,然后它们出现了一些问题。
每次我编译之前编译得很好的任何文件时,我都会收到错误
无论其功能如何,每个文件都会出现相同的错误。这是一些内部错误。
每次我尝试编译代码时,这个文件 stl_functions.h 都会自动打开。
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32.4.1\include\c++\bits\stl_function.h|143|error: declaration of 'class _Tp'|
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32.4.1\include\c++\bits\stl_function.h|134|error: shadows template parm 'class _Tp'|
||More errors follow but not being shown.|
||Edit the max errors limit in compiler options...|
||=== Build finished: 50 errors, 0 warnings ===|
我遇到了大约 50 个重复性错误,但我只显示了几个。
我到处都在寻找这种错误,但我似乎找不到解决办法。
任何帮助将不胜感激。
您是否偶然尝试编辑标准 header?重新安装 MinGW/Code::Blocks,它应该会再次工作。
我的代码编译得很好,直到最近我开始使用一对 stl 贴图,然后它们出现了一些问题。
每次我编译之前编译得很好的任何文件时,我都会收到错误
无论其功能如何,每个文件都会出现相同的错误。这是一些内部错误。 每次我尝试编译代码时,这个文件 stl_functions.h 都会自动打开。
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32.4.1\include\c++\bits\stl_function.h|143|error: declaration of 'class _Tp'|
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32.4.1\include\c++\bits\stl_function.h|134|error: shadows template parm 'class _Tp'|
||More errors follow but not being shown.|
||Edit the max errors limit in compiler options...|
||=== Build finished: 50 errors, 0 warnings ===|
我遇到了大约 50 个重复性错误,但我只显示了几个。 我到处都在寻找这种错误,但我似乎找不到解决办法。 任何帮助将不胜感激。
您是否偶然尝试编辑标准 header?重新安装 MinGW/Code::Blocks,它应该会再次工作。