Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Trouble Compiling sfml 2.0 on Win 7 for Code::Blocks  (Read 3194 times)

0 Members and 1 Guest are viewing this topic.

diegonolan

  • Newbie
  • *
  • Posts: 26
    • View Profile
Trouble Compiling sfml 2.0 on Win 7 for Code::Blocks
« on: January 06, 2012, 07:35:35 am »
I am going through the tutorial and when I hit finish on the configure part for the cmake it tells me I am missing the libgmp-3.dll file.  I've looked in the MinGW folder at is there so I don't really know what is going. I've uninstalled and installed cmake and it doesn't seem to work.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Trouble Compiling sfml 2.0 on Win 7 for Code::Blocks
« Reply #1 on: January 06, 2012, 07:49:26 am »
Can you post a screenshot of the error please?
Laurent Gomila - SFML developer

diegonolan

  • Newbie
  • *
  • Posts: 26
    • View Profile
Trouble Compiling sfml 2.0 on Win 7 for Code::Blocks
« Reply #2 on: January 06, 2012, 07:55:48 am »


Here you go, sir.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Trouble Compiling sfml 2.0 on Win 7 for Code::Blocks
« Reply #3 on: January 06, 2012, 08:00:21 am »
I think that your MinGW installation is corrupt.
Laurent Gomila - SFML developer

diegonolan

  • Newbie
  • *
  • Posts: 26
    • View Profile
Trouble Compiling sfml 2.0 on Win 7 for Code::Blocks
« Reply #4 on: January 06, 2012, 08:03:08 am »
hmmm, reinstalled it between my first and second post.  That seems to be why it changed from -3 to 10.dll.  I'll reinstall it again and see if that helps.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Trouble Compiling sfml 2.0 on Win 7 for Code::Blocks
« Reply #5 on: January 06, 2012, 08:06:05 am »
But does this file exist or not (in your MinGW folder)?
Laurent Gomila - SFML developer

diegonolan

  • Newbie
  • *
  • Posts: 26
    • View Profile
Trouble Compiling sfml 2.0 on Win 7 for Code::Blocks
« Reply #6 on: January 06, 2012, 08:11:50 am »
yes, it is there in the bin folder

diegonolan

  • Newbie
  • *
  • Posts: 26
    • View Profile
Trouble Compiling sfml 2.0 on Win 7 for Code::Blocks
« Reply #7 on: January 06, 2012, 08:39:58 am »

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Trouble Compiling sfml 2.0 on Win 7 for Code::Blocks
« Reply #8 on: January 06, 2012, 09:50:25 am »
Your MinGW/bin folder must be in the PATH environment variable, as explained in the tutorial.
Laurent Gomila - SFML developer