[Alephmodular-devel] Tag: xcode-transitional
Status: Pre-Alpha
Brought to you by:
brefin
From: Br'fin <br...@ma...> - 2003-11-02 19:15:13
|
I created a branch of AM referenced as xcode-transitional ( cvs update -dP -r xcode-transitional ) And I've been working on tweaking and tuning the project. Right now it is setup to compile with a native target against the 10.3 SDK and deploy with a target of 10.2. We may very well need to tweak things to compile and run on 10.1 if we find that our code doesn't. (There's solutions, it's just not nice and easy to setup automagically and get all the benefits of XCode) I've also setup a precompiled prefix header (marathon2/Support/prefix_header.pch) which definitely improves compile times for the native target. Most of the stuff that's in the header is used nearly globally as it is and should be fairly static. As it is, I haven't managed to get ZeroLink to work. I get one undefined symbol relating to the destructor of ofstream of ostream ( __ZTv0_n12_NSoD0Ev ) I don't know what is missing or how to debug and fix this. I'd like to fix the problem for completeness sake and to ensure it's not causing other problems during normal deployment builds where everything is linked normally. For now I've disabled ZeroLink. FixAndContinue is enabled, but isn't operational. For C++, Apple documentation indicates that FixAndContinue requires ZeroLink. :/ Pointers on this matter would be appreciated as I haven't been able to dig anything up. And of course I'd be much obliged if anyone wanted to double-check the XCode version of the project against their own attempts and notes. -Jeremy Parsons |