Hi all,
So (for fun) I forked the OS X port of Doom 3's source code on github. It is claimed to build properly on 10.7. However, it seems to be victim of some deprecations in CoreGraphics in the 10.9 APIs.
Specifically, the build complains about CGTableCount, CGMouseDelta being an unknown typenames.
My question is, how can this be fixed? Is it possible to grab the deprecated libraries somewhere and use them?
Running 10.9 and Xcode 5.0.2.
Thanks!
So (for fun) I forked the OS X port of Doom 3's source code on github. It is claimed to build properly on 10.7. However, it seems to be victim of some deprecations in CoreGraphics in the 10.9 APIs.
Specifically, the build complains about CGTableCount, CGMouseDelta being an unknown typenames.
My question is, how can this be fixed? Is it possible to grab the deprecated libraries somewhere and use them?
Running 10.9 and Xcode 5.0.2.
Thanks!
Last edited: