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

Author Topic: Deploying for older versions of OSX? (e.g. 10.6 and/or 10.5)  (Read 7309 times)

0 Members and 1 Guest are viewing this topic.

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Deploying for older versions of OSX? (e.g. 10.6 and/or 10.5)
« Reply #15 on: March 08, 2012, 05:47:41 pm »
Yep, cmake team is working on it. http://public.kitware.com/Bug/view.php?id=12621  :wink:
SFML / OS X developer

pacifistcottage

  • Newbie
  • *
  • Posts: 13
    • View Profile
Deploying for older versions of OSX? (e.g. 10.6 and/or 10.5)
« Reply #16 on: March 08, 2012, 06:05:46 pm »
Quote from: "Hiura"
Yep, cmake team is working on it. http://public.kitware.com/Bug/view.php?id=12621  :wink:


Awesome! In the meantime, will manually editing the CmakeLists.txt file fix the issue? It seems like if I just update the "CMAKE_OSX_SYSROOT" settings section to point to the new SDKs location, it should be okay.

Or am I misunderstanding how CMake works? I have really never dug much into editing CMake files...

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Deploying for older versions of OSX? (e.g. 10.6 and/or 10.5)
« Reply #17 on: March 08, 2012, 06:18:51 pm »
Indeed I could modify cmake script to make it work for Xcode 4.3 however, this would be useless once cmake is updated.
SFML / OS X developer

pacifistcottage

  • Newbie
  • *
  • Posts: 13
    • View Profile
Deploying for older versions of OSX? (e.g. 10.6 and/or 10.5)
« Reply #18 on: March 08, 2012, 06:22:31 pm »
Quote from: "Hiura"
Indeed I could modify cmake script to make it work for Xcode 4.3 however, this would be useless once cmake is updated.


Nope, I understand completely. I really just meant could I modify it, as I need to compile SFML for 10.6 compatibility and have already upgraded to 4.3. :(

Until CMake gets updated, it will have to suffice. Thanks again!