CMAKE libintl-8.dll is missing from your computer










3














I've been looking for solutions, and honestly I'm stuck.



Screenshot



I'm trying to install Box2D, as you can see by the file paths.



Anyway, this prompt appears several times before the following:



Screenshot



The CXX compiler identification is unknown
Check for working CXX compiler: C:/MinGW/bin/g++.exe
Check for working CXX compiler: C:/MinGW/bin/g++.exe -- broken
CMake Error at C:/Program Files/CMake/share/cmake-3.6/Modules/CMakeTestCXXCompiler.cmake:54 (message):
The C++ compiler "C:/MinGW/bin/g++.exe" is not able to compile a simple
test program.

It fails with the following output:

Change Dir: C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeTmp



Run Build Command:"C:/MinGW/bin/mingw32-make.exe" "cmTC_31089/fast"

C:/MinGW/bin/mingw32-make.exe -f CMakeFilescmTC_31089.dirbuild.make
CMakeFiles/cmTC_31089.dir/build


mingw32-make.exe[1]: Entering directory
'C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeTmp'


Building CXX object CMakeFiles/cmTC_31089.dir/testCXXCompiler.cxx.obj


C:MinGWbing++.exe -o CMakeFilescmTC_31089.dirtestCXXCompiler.cxx.obj
-c
C:UsersalexmDocumentsBox2DBuildCMakeFilesCMakeTmptestCXXCompiler.cxx



CMakeFilescmTC_31089.dirbuild.make:64: recipe for target
'CMakeFiles/cmTC_31089.dir/testCXXCompiler.cxx.obj' failed


mingw32-make.exe[1]: ***
[CMakeFiles/cmTC_31089.dir/testCXXCompiler.cxx.obj] Error 1


mingw32-make.exe[1]: Leaving directory
'C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeTmp'


Makefile:125: recipe for target 'cmTC_31089/fast' failed


mingw32-make.exe: *** [cmTC_31089/fast] Error 2






CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:3 (project)


Configuring incomplete, errors occurred!
See also "C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeError.log".


So, there's the error. I'm trying to install it on code::blocks with MinGW, I've currently got 2 copies of MinGW installed, one that's located in the code::blocks folder and the other is in my root drive, I installed MinGW seperately to fix this problem.



This is my first time using CMake, I'm trying to get it to work with my sfml project on code::blocks in C++.



Apologies if I missed anything, if you spot any information you'd need don't hesitate to comment!










share|improve this question























  • I would start investigating the first error. I mean is libintl-8.dll is missing from your computer?? Look at the path for C:/MinGW/bin
    – drescherjm
    Aug 8 '16 at 17:03











  • You're stuck? You didn't put libintl into google and pick any of the hundreds of hits?
    – stark
    Aug 8 '16 at 17:04










  • It is in both MinGW directories (The one in code::blocks installation folder and the one in the MinGW root folder)
    – genfy
    Aug 8 '16 at 17:05










  • Then is C:MinGWbin part of your windows PATH environment variable?
    – drescherjm
    Aug 8 '16 at 17:06











  • Apologies about the late reply, this was in fact one of the issues. My PATH had the directory C:MinGW for some reason.
    – genfy
    Aug 17 '16 at 17:20















3














I've been looking for solutions, and honestly I'm stuck.



Screenshot



I'm trying to install Box2D, as you can see by the file paths.



Anyway, this prompt appears several times before the following:



Screenshot



The CXX compiler identification is unknown
Check for working CXX compiler: C:/MinGW/bin/g++.exe
Check for working CXX compiler: C:/MinGW/bin/g++.exe -- broken
CMake Error at C:/Program Files/CMake/share/cmake-3.6/Modules/CMakeTestCXXCompiler.cmake:54 (message):
The C++ compiler "C:/MinGW/bin/g++.exe" is not able to compile a simple
test program.

It fails with the following output:

Change Dir: C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeTmp



Run Build Command:"C:/MinGW/bin/mingw32-make.exe" "cmTC_31089/fast"

C:/MinGW/bin/mingw32-make.exe -f CMakeFilescmTC_31089.dirbuild.make
CMakeFiles/cmTC_31089.dir/build


mingw32-make.exe[1]: Entering directory
'C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeTmp'


Building CXX object CMakeFiles/cmTC_31089.dir/testCXXCompiler.cxx.obj


C:MinGWbing++.exe -o CMakeFilescmTC_31089.dirtestCXXCompiler.cxx.obj
-c
C:UsersalexmDocumentsBox2DBuildCMakeFilesCMakeTmptestCXXCompiler.cxx



CMakeFilescmTC_31089.dirbuild.make:64: recipe for target
'CMakeFiles/cmTC_31089.dir/testCXXCompiler.cxx.obj' failed


mingw32-make.exe[1]: ***
[CMakeFiles/cmTC_31089.dir/testCXXCompiler.cxx.obj] Error 1


mingw32-make.exe[1]: Leaving directory
'C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeTmp'


Makefile:125: recipe for target 'cmTC_31089/fast' failed


mingw32-make.exe: *** [cmTC_31089/fast] Error 2






CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:3 (project)


Configuring incomplete, errors occurred!
See also "C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeError.log".


So, there's the error. I'm trying to install it on code::blocks with MinGW, I've currently got 2 copies of MinGW installed, one that's located in the code::blocks folder and the other is in my root drive, I installed MinGW seperately to fix this problem.



This is my first time using CMake, I'm trying to get it to work with my sfml project on code::blocks in C++.



Apologies if I missed anything, if you spot any information you'd need don't hesitate to comment!










share|improve this question























  • I would start investigating the first error. I mean is libintl-8.dll is missing from your computer?? Look at the path for C:/MinGW/bin
    – drescherjm
    Aug 8 '16 at 17:03











  • You're stuck? You didn't put libintl into google and pick any of the hundreds of hits?
    – stark
    Aug 8 '16 at 17:04










  • It is in both MinGW directories (The one in code::blocks installation folder and the one in the MinGW root folder)
    – genfy
    Aug 8 '16 at 17:05










  • Then is C:MinGWbin part of your windows PATH environment variable?
    – drescherjm
    Aug 8 '16 at 17:06











  • Apologies about the late reply, this was in fact one of the issues. My PATH had the directory C:MinGW for some reason.
    – genfy
    Aug 17 '16 at 17:20













3












3








3







I've been looking for solutions, and honestly I'm stuck.



Screenshot



I'm trying to install Box2D, as you can see by the file paths.



Anyway, this prompt appears several times before the following:



Screenshot



The CXX compiler identification is unknown
Check for working CXX compiler: C:/MinGW/bin/g++.exe
Check for working CXX compiler: C:/MinGW/bin/g++.exe -- broken
CMake Error at C:/Program Files/CMake/share/cmake-3.6/Modules/CMakeTestCXXCompiler.cmake:54 (message):
The C++ compiler "C:/MinGW/bin/g++.exe" is not able to compile a simple
test program.

It fails with the following output:

Change Dir: C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeTmp



Run Build Command:"C:/MinGW/bin/mingw32-make.exe" "cmTC_31089/fast"

C:/MinGW/bin/mingw32-make.exe -f CMakeFilescmTC_31089.dirbuild.make
CMakeFiles/cmTC_31089.dir/build


mingw32-make.exe[1]: Entering directory
'C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeTmp'


Building CXX object CMakeFiles/cmTC_31089.dir/testCXXCompiler.cxx.obj


C:MinGWbing++.exe -o CMakeFilescmTC_31089.dirtestCXXCompiler.cxx.obj
-c
C:UsersalexmDocumentsBox2DBuildCMakeFilesCMakeTmptestCXXCompiler.cxx



CMakeFilescmTC_31089.dirbuild.make:64: recipe for target
'CMakeFiles/cmTC_31089.dir/testCXXCompiler.cxx.obj' failed


mingw32-make.exe[1]: ***
[CMakeFiles/cmTC_31089.dir/testCXXCompiler.cxx.obj] Error 1


mingw32-make.exe[1]: Leaving directory
'C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeTmp'


Makefile:125: recipe for target 'cmTC_31089/fast' failed


mingw32-make.exe: *** [cmTC_31089/fast] Error 2






CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:3 (project)


Configuring incomplete, errors occurred!
See also "C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeError.log".


So, there's the error. I'm trying to install it on code::blocks with MinGW, I've currently got 2 copies of MinGW installed, one that's located in the code::blocks folder and the other is in my root drive, I installed MinGW seperately to fix this problem.



This is my first time using CMake, I'm trying to get it to work with my sfml project on code::blocks in C++.



Apologies if I missed anything, if you spot any information you'd need don't hesitate to comment!










share|improve this question















I've been looking for solutions, and honestly I'm stuck.



Screenshot



I'm trying to install Box2D, as you can see by the file paths.



Anyway, this prompt appears several times before the following:



Screenshot



The CXX compiler identification is unknown
Check for working CXX compiler: C:/MinGW/bin/g++.exe
Check for working CXX compiler: C:/MinGW/bin/g++.exe -- broken
CMake Error at C:/Program Files/CMake/share/cmake-3.6/Modules/CMakeTestCXXCompiler.cmake:54 (message):
The C++ compiler "C:/MinGW/bin/g++.exe" is not able to compile a simple
test program.

It fails with the following output:

Change Dir: C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeTmp



Run Build Command:"C:/MinGW/bin/mingw32-make.exe" "cmTC_31089/fast"

C:/MinGW/bin/mingw32-make.exe -f CMakeFilescmTC_31089.dirbuild.make
CMakeFiles/cmTC_31089.dir/build


mingw32-make.exe[1]: Entering directory
'C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeTmp'


Building CXX object CMakeFiles/cmTC_31089.dir/testCXXCompiler.cxx.obj


C:MinGWbing++.exe -o CMakeFilescmTC_31089.dirtestCXXCompiler.cxx.obj
-c
C:UsersalexmDocumentsBox2DBuildCMakeFilesCMakeTmptestCXXCompiler.cxx



CMakeFilescmTC_31089.dirbuild.make:64: recipe for target
'CMakeFiles/cmTC_31089.dir/testCXXCompiler.cxx.obj' failed


mingw32-make.exe[1]: ***
[CMakeFiles/cmTC_31089.dir/testCXXCompiler.cxx.obj] Error 1


mingw32-make.exe[1]: Leaving directory
'C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeTmp'


Makefile:125: recipe for target 'cmTC_31089/fast' failed


mingw32-make.exe: *** [cmTC_31089/fast] Error 2






CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:3 (project)


Configuring incomplete, errors occurred!
See also "C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeError.log".


So, there's the error. I'm trying to install it on code::blocks with MinGW, I've currently got 2 copies of MinGW installed, one that's located in the code::blocks folder and the other is in my root drive, I installed MinGW seperately to fix this problem.



This is my first time using CMake, I'm trying to get it to work with my sfml project on code::blocks in C++.



Apologies if I missed anything, if you spot any information you'd need don't hesitate to comment!







c++ mingw codeblocks






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 14 '16 at 14:32









Tim Rowland

2717




2717










asked Aug 8 '16 at 16:57









genfy

1031315




1031315











  • I would start investigating the first error. I mean is libintl-8.dll is missing from your computer?? Look at the path for C:/MinGW/bin
    – drescherjm
    Aug 8 '16 at 17:03











  • You're stuck? You didn't put libintl into google and pick any of the hundreds of hits?
    – stark
    Aug 8 '16 at 17:04










  • It is in both MinGW directories (The one in code::blocks installation folder and the one in the MinGW root folder)
    – genfy
    Aug 8 '16 at 17:05










  • Then is C:MinGWbin part of your windows PATH environment variable?
    – drescherjm
    Aug 8 '16 at 17:06











  • Apologies about the late reply, this was in fact one of the issues. My PATH had the directory C:MinGW for some reason.
    – genfy
    Aug 17 '16 at 17:20
















  • I would start investigating the first error. I mean is libintl-8.dll is missing from your computer?? Look at the path for C:/MinGW/bin
    – drescherjm
    Aug 8 '16 at 17:03











  • You're stuck? You didn't put libintl into google and pick any of the hundreds of hits?
    – stark
    Aug 8 '16 at 17:04










  • It is in both MinGW directories (The one in code::blocks installation folder and the one in the MinGW root folder)
    – genfy
    Aug 8 '16 at 17:05










  • Then is C:MinGWbin part of your windows PATH environment variable?
    – drescherjm
    Aug 8 '16 at 17:06











  • Apologies about the late reply, this was in fact one of the issues. My PATH had the directory C:MinGW for some reason.
    – genfy
    Aug 17 '16 at 17:20















I would start investigating the first error. I mean is libintl-8.dll is missing from your computer?? Look at the path for C:/MinGW/bin
– drescherjm
Aug 8 '16 at 17:03





I would start investigating the first error. I mean is libintl-8.dll is missing from your computer?? Look at the path for C:/MinGW/bin
– drescherjm
Aug 8 '16 at 17:03













You're stuck? You didn't put libintl into google and pick any of the hundreds of hits?
– stark
Aug 8 '16 at 17:04




You're stuck? You didn't put libintl into google and pick any of the hundreds of hits?
– stark
Aug 8 '16 at 17:04












It is in both MinGW directories (The one in code::blocks installation folder and the one in the MinGW root folder)
– genfy
Aug 8 '16 at 17:05




It is in both MinGW directories (The one in code::blocks installation folder and the one in the MinGW root folder)
– genfy
Aug 8 '16 at 17:05












Then is C:MinGWbin part of your windows PATH environment variable?
– drescherjm
Aug 8 '16 at 17:06





Then is C:MinGWbin part of your windows PATH environment variable?
– drescherjm
Aug 8 '16 at 17:06













Apologies about the late reply, this was in fact one of the issues. My PATH had the directory C:MinGW for some reason.
– genfy
Aug 17 '16 at 17:20




Apologies about the late reply, this was in fact one of the issues. My PATH had the directory C:MinGW for some reason.
– genfy
Aug 17 '16 at 17:20












3 Answers
3






active

oldest

votes


















4














Go to system variables and add




C:Program Files (x86)CodeBlocksMinGWbin




to your path






share|improve this answer




























    1














    You should run Cmake as admin. I had the same problem, worked for me






    share|improve this answer




























      1














      You download libintl-8.dll and copy to C:MinGWbin:



      https://www.dll-files.com/libintl-8.dll.html



      It worked for me.






      share|improve this answer






















        Your Answer






        StackExchange.ifUsing("editor", function ()
        StackExchange.using("externalEditor", function ()
        StackExchange.using("snippets", function ()
        StackExchange.snippets.init();
        );
        );
        , "code-snippets");

        StackExchange.ready(function()
        var channelOptions =
        tags: "".split(" "),
        id: "1"
        ;
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function()
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled)
        StackExchange.using("snippets", function()
        createEditor();
        );

        else
        createEditor();

        );

        function createEditor()
        StackExchange.prepareEditor(
        heartbeatType: 'answer',
        autoActivateHeartbeat: false,
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader:
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        ,
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        );



        );













        draft saved

        draft discarded


















        StackExchange.ready(
        function ()
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f38834729%2fcmake-libintl-8-dll-is-missing-from-your-computer%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        4














        Go to system variables and add




        C:Program Files (x86)CodeBlocksMinGWbin




        to your path






        share|improve this answer

























          4














          Go to system variables and add




          C:Program Files (x86)CodeBlocksMinGWbin




          to your path






          share|improve this answer























            4












            4








            4






            Go to system variables and add




            C:Program Files (x86)CodeBlocksMinGWbin




            to your path






            share|improve this answer












            Go to system variables and add




            C:Program Files (x86)CodeBlocksMinGWbin




            to your path







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Dec 28 '16 at 10:10









            Ahmed Ramzy

            3241413




            3241413























                1














                You should run Cmake as admin. I had the same problem, worked for me






                share|improve this answer

























                  1














                  You should run Cmake as admin. I had the same problem, worked for me






                  share|improve this answer























                    1












                    1








                    1






                    You should run Cmake as admin. I had the same problem, worked for me






                    share|improve this answer












                    You should run Cmake as admin. I had the same problem, worked for me







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Aug 14 '17 at 3:22









                    QuirkyProgrammer

                    111




                    111





















                        1














                        You download libintl-8.dll and copy to C:MinGWbin:



                        https://www.dll-files.com/libintl-8.dll.html



                        It worked for me.






                        share|improve this answer



























                          1














                          You download libintl-8.dll and copy to C:MinGWbin:



                          https://www.dll-files.com/libintl-8.dll.html



                          It worked for me.






                          share|improve this answer

























                            1












                            1








                            1






                            You download libintl-8.dll and copy to C:MinGWbin:



                            https://www.dll-files.com/libintl-8.dll.html



                            It worked for me.






                            share|improve this answer














                            You download libintl-8.dll and copy to C:MinGWbin:



                            https://www.dll-files.com/libintl-8.dll.html



                            It worked for me.







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Nov 11 at 9:00









                            JulianSoto

                            93313




                            93313










                            answered Jun 15 at 1:37









                            Dung Vu

                            1,6381618




                            1,6381618



























                                draft saved

                                draft discarded
















































                                Thanks for contributing an answer to Stack Overflow!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid


                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.

                                To learn more, see our tips on writing great answers.





                                Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                Please pay close attention to the following guidance:


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid


                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.

                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function ()
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f38834729%2fcmake-libintl-8-dll-is-missing-from-your-computer%23new-answer', 'question_page');

                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                How to how show current date and time by default on contact form 7 in WordPress without taking input from user in datetimepicker

                                Syphilis

                                Darth Vader #20