|
From: Sean M. <se...@ro...> - 2008-09-02 17:08:54
|
James, Thanks for your review and commit of our patch! I've attached one minor followup patch. Basically, it wraps the .m files in #if QUESA_OS_COCOA. The reason is that we'd like to be able to compile Quesa with absolutely no Obj-C code. Why? Well, our application uses garbage collection and so any libraries we link with need to also support GC. Since Quesa has not been tested with GC, the best thing is to just not build any of the Cocoa stuff (which is unneeded in our case). (A quick look at Quesa's Obj-C code suggests that some changes are needed to support GC, we can discuss that too if anyone is interested...) Cheers, -- ____________________________________________________________ Sean McBride, B. Eng se...@ro... Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada |