Author Topic: libintl-8.dll is missing!!  (Read 19806 times)

Offline PeterDeFord

  • Single posting newcomer
  • *
  • Posts: 3
libintl-8.dll is missing!!
« on: September 23, 2015, 05:51:31 pm »

Hello! I installed CodeBlocks in Windows 8 and when opening the program I get an error that says: "The program can't start because libintl-8.dll is missing from your computer".

The program can still open, but I cannot Build/Compile anything.

Do you have any recommendations to solve this problem?


Regards,
Peter De Ford

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: libintl-8.dll is missing!!
« Reply #1 on: September 23, 2015, 06:21:31 pm »
Fix your Compiler installation.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline PeterDeFord

  • Single posting newcomer
  • *
  • Posts: 3
Re: libintl-8.dll is missing!!
« Reply #2 on: September 23, 2015, 06:53:06 pm »

To be more clear, I have installed CodeBlocks many times in Windows 8 and 10 using the file: "codeblocks-13.12mingw-setup", but always get the same error!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: libintl-8.dll is missing!!
« Reply #3 on: September 23, 2015, 07:25:40 pm »
What happens if you try to build using the command line?
Have you read this http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F or any other FAQ entry?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline PeterDeFord

  • Single posting newcomer
  • *
  • Posts: 3
Re: libintl-8.dll is missing!!
« Reply #4 on: September 24, 2015, 12:42:34 am »

Thanks! I just copied libintl-8.dll from:

C:\Program Files (x86)\CodeBlocks\MinGW\bin

into

C:\MinGW\bin

and it worked!

Offline scarphin

  • Lives here!
  • ****
  • Posts: 644
Re: libintl-8.dll is missing!!
« Reply #5 on: September 24, 2015, 02:30:02 am »
Which mingw installation are you using? I gues the one from cb? If yes, just switch your system path to that one instead of copying.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: libintl-8.dll is missing!!
« Reply #6 on: September 24, 2015, 02:30:47 am »
This means that you have a separate installation of MinGW or TDM compiler.
And you're mixing them. Keep in mind that old versions of the compiler have the *:/mingw hardcoded, so it is generally advised to not put any mingw compiler in such a path.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]