Compilation error: “stddef.h: No such file or directory”

后端 未结 6 1055
醉梦人生
醉梦人生 2020-11-28 10:11

Whenever I try to compile this code it always ends up with this error:

    In file included from /usr/include/wchar.h:6:0,
             from /usr/lib/gcc/i68         


        
6条回答
  •  伪装坚强ぢ
    2020-11-28 10:41

    This problem was solved for me as I installed codeblocks with mingw compiler then I copied the mingw folder from codeblocks to C drive and added C\mingw\bin to the environment variables.

提交回复
热议问题