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

Author Topic: [mac+xcode] fatal errors when including sfml frameworks  (Read 2268 times)

0 Members and 1 Guest are viewing this topic.

dan_reidd@hotmail.com

  • Newbie
  • *
  • Posts: 6
    • View Profile
[mac+xcode] fatal errors when including sfml frameworks
« on: August 24, 2008, 07:54:30 pm »
Hi
I have just downloaded the most recent SVN release. I have built the release using xcode on mac and it builds correctly. Although when the produced frameworks are added into a project and ran i get __dyld_dyld_fatal_error and if i continue i get a "EXC_BAD_ACCESS" signal.
I have tried removing all uses of sfml within my project and then try running and i get errors. I remove the frameworks and it compiles and runs as expected (except the missing sfml of course)
I have tried building deployment and development frameworks with no luck

If you need any more information about the problem please tell me how to get extra information about call stacks etc. as i'm still getting to grips with xcode.

Thanks for your help so far
Dan

Ceylo

  • Hero Member
  • *****
  • Posts: 2325
    • View Profile
    • http://sfemovie.yalir.org/
    • Email
[mac+xcode] fatal errors when including sfml frameworks
« Reply #1 on: August 24, 2008, 09:44:00 pm »
Did you install the frameworks ?

Which means copying them to /Library/Frameworks.
Want to play movies in your SFML application? Check out sfeMovie!

dan_reidd@hotmail.com

  • Newbie
  • *
  • Posts: 6
    • View Profile
[mac+xcode] fatal errors when including sfml frameworks
« Reply #2 on: August 24, 2008, 11:20:25 pm »
ahh that solved it thank you. This is my first time on a mac really so still getting used to it

 

anything