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

Author Topic: OpenAl error building SFML 2.0 on OSX Lion  (Read 1753 times)

0 Members and 1 Guest are viewing this topic.

GloryFish

  • Newbie
  • *
  • Posts: 3
    • View Profile
OpenAl error building SFML 2.0 on OSX Lion
« on: August 11, 2011, 06:32:38 pm »
Hi there. I'm having an issue installing SFML 2.0 on OSX Lion with Xcode 4.

Following this: http://www.sfml-dev.org/tutorials/2.0/compile-with-cmake.php I have run cmake and am now running make. make errors out when building sfml-audio

The error output is here: https://gist.github.com/1140083

I am using the latest version of SFML from github. I'm not sure what my next step should be, any tips?

Let me know if I can provide any more useful info.

Thanks!

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
OpenAl error building SFML 2.0 on OSX Lion
« Reply #1 on: August 11, 2011, 07:21:35 pm »
Is this a customized OpenAL version ?

How did you installed Lion ? With a fresh installation or an update from SL ?

Are you using Xcode 4.1 ?

This is strange because it works fine for me.
SFML / OS X developer

GloryFish

  • Newbie
  • *
  • Posts: 3
    • View Profile
OpenAl error building SFML 2.0 on OSX Lion
« Reply #2 on: August 11, 2011, 07:24:48 pm »
This is a Snow Leopard install upgraded to Lion. I haven't modified the default OpenAL framework in any way. Running Xcode 4.1.

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
OpenAl error building SFML 2.0 on OSX Lion
« Reply #3 on: August 11, 2011, 07:40:55 pm »
"""Maybe""" you can try 'make clean' and deleting cmake's cache... honestly I've no idea.
SFML / OS X developer