mingw吧 关注:1,423贴子:4,658

回复:npMingw64集成包(c入门最贴心的编译器+编辑器)

只看楼主收藏回复

你下载32位系统的?


IP属地:江苏来自Android客户端53楼2018-01-07 15:24
收起回复
    @初吻给了烟屁 如果XP包能用,希望回个信息给我.不想在XP上花时间了,但希望至少让它能用.


    IP属地:江苏54楼2018-01-07 16:46
    收起回复
      多谢,刚回来的时候重新下载安装也是不行,报别的错误,好像是找不到头文件,后来我又把系统重新g一次就好了,多谢多谢


      IP属地:广东来自iPhone客户端55楼2018-01-08 00:26
      收起回复
        NPP_EXEC: "c/c++编译"
        NPP_SAVE: E:\main.c
        CD: E:\
        Current directory: E:\
        NPP_RUN: cmd /c taskkill /f /t /im "main.exe"
        NPP_RUN: cmd /c del /f /q *.o
        NPP_RUN: cmd /c del /f /q "main.exe"
        SET: $(gcc)=$(NPP_DIRECTORY)\mingw64\bin\gcc.exe
        $(GCC) = E:\work\npMingw64\mingw64\bin\gcc.exe
        SET: $(g++)=$(NPP_DIRECTORY)\mingw64\bin\g++.exe
        $(G++) = E:\work\npMingw64\mingw64\bin\g++.exe
        SET: $(include)=-I$(NPP_DIRECTORY)\mingw64\include
        $(INCLUDE) = -IE:\work\npMingw64\mingw64\include
        SET: $(lib)= -L$(NPP_DIRECTORY)\mingw64\lib -lwinmm
        $(LIB) = -LE:\work\npMingw64\mingw64\lib -lwinmm
        SET: $(flag)= -Wall -g -mwindows -mconsole
        $(FLAG) = -Wall -g -mwindows -mconsole
        SET: $(res)=
        $(RES) =
        IF: .c==.c THEN
        CD: E:\work\npMingw64\mingw64\bin
        Current directory: E:\work\npMingw64\mingw64\bin
        E:\work\npMingw64\mingw64\bin\gcc.exe -Wall -g -mwindows -mconsole "E:\\main.c" -IE:\work\npMingw64\mingw64\include -LE:\work\npMingw64\mingw64\lib -lwinmm -o "E:\\main.exe"
        Process started (PID=3768) >>>
        E:\\main.c: In function 'main':
        E:\\main.c:8:2: error: too few arguments to function 'putchar'
        putchar();
        ^~~~~~~
        In file included from E:\\main.c:1:0:
        E:/work/npMingw64/mingw64/x86_64-w64-mingw32/include/stdio.h:533:15: note: declared here
        int __cdecl putchar(int _Ch);
        ^~~~~~~
        <<< Process finished (PID=3768). (Exit code 1)
        IF: "1"=="0" then
        ELSE
        "编译失败"
        CON_COLOUR: bg= 0 fg= 0
        ENDIF
        ENDIF
        CD: E:\
        Current directory: E:\
        ================ READY ================


        56楼2018-01-08 14:09
        收起回复
          顶一下


          IP属地:福建57楼2018-01-08 14:23
          回复
            019版更新,双击错误直接跳转到该文件该行。


            IP属地:江苏来自Android客户端58楼2018-01-08 18:53
            收起回复


              IP属地:江苏59楼2018-01-08 20:25
              收起回复
                打算新年前更新一次。有了一些绝妙的主义,hoho


                IP属地:江苏来自Android客户端60楼2018-01-11 14:02
                收起回复
                  主题换不了啊,而且要输入getchar()似乎对于新手不好上路。因为编程本来就在于效率,可不可以在选项中选择去掉getchar等一些更实用的选项。


                  61楼2018-01-11 20:53
                  收起回复
                    已下载


                    来自Android客户端62楼2018-01-11 21:59
                    回复
                      v020开放测试
                      集成了一个命令行环境ConEmu


                      IP属地:江苏63楼2018-01-12 10:39
                      回复
                        原来组织在这里啊,我去官方下载的mingw-get,里面版本只到6.3,好像2013年起就没有更新了,这里都7.2了,下载来试试。谢谢楼主


                        地城之光10级进阶
                        角色等级达到10级,去领取
                        活动截止:2100-01-01
                        去徽章馆》
                        64楼2018-01-12 17:16
                        收起回复
                          楼主大大,报错undefined reference to `SDL_Init',在哪里增加参数把sdl2的库给加进去?


                          地城之光10级进阶
                          角色等级达到10级,去领取
                          活动截止:2100-01-01
                          去徽章馆》
                          65楼2018-01-12 20:34
                          收起回复
                            Process started (PID=6612) >>>
                            D:\程序\npMingw64\code\new 3.c:2:12: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:13: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:14: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:15: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:16: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:17: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:18: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:19: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:20: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:21: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:22: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:23: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:24: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:25: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:26: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:27: error: stray '\241' in program
                            void main()
                            ^
                            D:\程序\npMingw64\code\new 3.c:2:6: warning: return type of 'main' is not 'int' [-Wmain]
                            void main()
                            ^~~~
                            <<< Process finished (PID=6612). (Exit code 1)
                            IF: "1"=="0" then
                            ELSE
                            "编译失败"
                            ENDIF
                            ENDIF
                            CD: D:\程序\npMingw64\code
                            Current directory: D:\程序\npMingw64\code
                            ================ READY ================
                            编译完一个New1 一个new2 然后后面正常的编程都不行了。全是提示错误(其他编译软件都可以正常运行)。。重命名也没有用。


                            66楼2018-01-13 12:36
                            收起回复
                              非常好的资源贴,已收藏,我能否提个建议,就是好多人说运行程序黑框一闪而过,能否像vs一样,提供两种运行方式,一种是正常运行,一种是最后会暂停程序,并输出“按任意键继续”的提示,希望被采纳


                              IP属地:上海来自Android客户端67楼2018-01-14 09:14
                              收起回复