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

Author Topic: Cmake problem  (Read 5151 times)

0 Members and 1 Guest are viewing this topic.

torenf

  • Newbie
  • *
  • Posts: 29
    • View Profile
    • Email
Re: Cmake problem
« Reply #15 on: October 24, 2014, 05:13:49 pm »
I dont get it...

torenf

  • Newbie
  • *
  • Posts: 29
    • View Profile
    • Email
Re: Cmake problem
« Reply #16 on: October 24, 2014, 05:57:45 pm »
Do u have a GCC MinGW for Version 4.9?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Cmake problem
« Reply #17 on: October 24, 2014, 06:07:33 pm »
If you mean precompiled SFML libraries for MinGW gcc 4.9, look here: http://www.nightlybuilds.ch/project/show/1/SFML/
Laurent Gomila - SFML developer

torenf

  • Newbie
  • *
  • Posts: 29
    • View Profile
    • Email
Re: Cmake problem
« Reply #18 on: October 24, 2014, 09:06:48 pm »
OK now i downloaded the TDM and it Builts!
But i have an other Error :D
The programm shuts down if i start it....

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: Cmake problem
« Reply #19 on: October 24, 2014, 11:17:03 pm »
That's really not enough information for anyone to help you.

Shuts down how?
Success exit code? Failure exit code? Crash dump?
Have you tried stepping through the program in a debugger to see what happens?
Are there any error messages?
You need to both do some work to figure it out yourself as well as provide enough info for people to be able to help you. Just saying that the program "shuts down" says nothing.

torenf

  • Newbie
  • *
  • Posts: 29
    • View Profile
    • Email
Re: Cmake problem
« Reply #20 on: October 25, 2014, 01:40:10 pm »
Ok so if i start to compile the programm he begins but then he says "the program crashed" and stops Compiling.
And if i set a Break Point and start debbuging he starts with debbuging but he stops too with debbuging.
I think i have false libs or something like that...
« Last Edit: October 25, 2014, 01:44:32 pm by torenf »

torenf

  • Newbie
  • *
  • Posts: 29
    • View Profile
    • Email
Re: Cmake problem
« Reply #21 on: October 28, 2014, 04:11:32 pm »
Ok its working!