CMAKE libintl-8.dll is missing from your computer
I've been looking for solutions, and honestly I'm stuck.
I'm trying to install Box2D, as you can see by the file paths.
Anyway, this prompt appears several times before the following:
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
add a comment |
I've been looking for solutions, and honestly I'm stuck.
I'm trying to install Box2D, as you can see by the file paths.
Anyway, this prompt appears several times before the following:
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
I would start investigating the first error. I mean islibintl-8.dll
is missing from your computer?? Look at the path forC:/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
add a comment |
I've been looking for solutions, and honestly I'm stuck.
I'm trying to install Box2D, as you can see by the file paths.
Anyway, this prompt appears several times before the following:
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
I've been looking for solutions, and honestly I'm stuck.
I'm trying to install Box2D, as you can see by the file paths.
Anyway, this prompt appears several times before the following:
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
c++ mingw codeblocks
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 islibintl-8.dll
is missing from your computer?? Look at the path forC:/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
add a comment |
I would start investigating the first error. I mean islibintl-8.dll
is missing from your computer?? Look at the path forC:/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
add a comment |
3 Answers
3
active
oldest
votes
Go to system variables and add
C:Program Files (x86)CodeBlocksMinGWbin
to your path
add a comment |
You should run Cmake as admin. I had the same problem, worked for me
add a comment |
You download libintl-8.dll
and copy to C:MinGWbin
:
https://www.dll-files.com/libintl-8.dll.html
It worked for me.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Go to system variables and add
C:Program Files (x86)CodeBlocksMinGWbin
to your path
add a comment |
Go to system variables and add
C:Program Files (x86)CodeBlocksMinGWbin
to your path
add a comment |
Go to system variables and add
C:Program Files (x86)CodeBlocksMinGWbin
to your path
Go to system variables and add
C:Program Files (x86)CodeBlocksMinGWbin
to your path
answered Dec 28 '16 at 10:10
Ahmed Ramzy
3241413
3241413
add a comment |
add a comment |
You should run Cmake as admin. I had the same problem, worked for me
add a comment |
You should run Cmake as admin. I had the same problem, worked for me
add a comment |
You should run Cmake as admin. I had the same problem, worked for me
You should run Cmake as admin. I had the same problem, worked for me
answered Aug 14 '17 at 3:22
QuirkyProgrammer
111
111
add a comment |
add a comment |
You download libintl-8.dll
and copy to C:MinGWbin
:
https://www.dll-files.com/libintl-8.dll.html
It worked for me.
add a comment |
You download libintl-8.dll
and copy to C:MinGWbin
:
https://www.dll-files.com/libintl-8.dll.html
It worked for me.
add a comment |
You download libintl-8.dll
and copy to C:MinGWbin
:
https://www.dll-files.com/libintl-8.dll.html
It worked for me.
You download libintl-8.dll
and copy to C:MinGWbin
:
https://www.dll-files.com/libintl-8.dll.html
It worked for me.
edited Nov 11 at 9:00
JulianSoto
93313
93313
answered Jun 15 at 1:37
Dung Vu
1,6381618
1,6381618
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
I would start investigating the first error. I mean is
libintl-8.dll
is missing from your computer?? Look at the path forC:/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