Author Topic: how to install OpenAL.framework?  (Read 1977 times)

pyzd2000

  • Guest
how to install OpenAL.framework?
« on: 2 April 2011, 09:01:10 »
i'm new using mac os, i tried to use cmake to setup xcode project, i was following this page http://sourceforge.net/apps/trac/glestae/wiki/CompileGuideMac
but, away got problem with openAL.frameworks, cmake reported:
-----------------------------
Could NOT find CPPUNIT (missing:  CPPUNIT_INCLUDE_DIR CPPUNIT_LIBRARY)
CMake Error at CMakeLists.txt:216 (install):
  install FILES given directory "/Library/Frameworks/OpenAL.framework" to
  install.

Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
disabled doc
disabled testsuite
Configuring incomplete, errors occurred!
---------------------------
openAL has been intalled on Library/Frameworks/OpenAL.framework
could anyone tell me? how make it right?

Yggdrasil

  • Local Moderator
  • Ornithopter
  • ********
  • Posts: 408
    • View Profile
Re: how to install OpenAL.framework?
« Reply #1 on: 3 April 2011, 18:05:01 »
Sorry this was my fault. I committed months(!) ago some test code for creating bundles and asked for testing. Seems nobody every tried and i forgot about it. As no GAE developer has a mac, support for it is probably in a bad state.

Anyway the cmake error in the install rule should be gone now. Please update and try again. If you face any problem please report back so we can look into it. Btw, the compile guide for mac is a bit outdated. We are using git now, not subversion. I guess git usage on mac is similar to linux, so look at the linux guide for instructions.

pyzd2000

  • Guest
Re: how to install OpenAL.framework?
« Reply #2 on: 4 April 2011, 07:30:11 »
thank you!
It has been compiled successfully! and should use a new version of openAL.

ultifd

  • Airship
  • ********
  • Posts: 4,443
  • The Glest Video Guy :) The one and only. :P
    • View Profile
    • My Youtube Channel
Re: how to install OpenAL.framework?
« Reply #3 on: 4 April 2011, 07:45:36 »
Hi, that's great news! But GAE has switched to GIT, did you compile Git-Master or did you compile the last SVN HEAD? If you compiled the last SVN HEAD, I'm sorry but please re-clone/checkout...it should probably be fine too.
Thanks! Maybe once GAE 0.4 is released, you could compile it for the mac part of the community.  :)

pyzd2000

  • Guest
Re: how to install OpenAL.framework?
« Reply #4 on: 4 April 2011, 16:30:51 »
I used git master version for compiling.

ultifd

  • Airship
  • ********
  • Posts: 4,443
  • The Glest Video Guy :) The one and only. :P
    • View Profile
    • My Youtube Channel
Re: how to install OpenAL.framework?
« Reply #5 on: 4 April 2011, 21:59:26 »
OK, I was just making sure. Thanks!
Any issues?