[cfe-dev] (Partial) Success compiling Adium
David Smith
catfish.man at gmail.com
Tue Feb 10 15:37:50 PST 2009
After andersca's exception handling changes recently, AIUtilities (a
framework of various GUI widgets, categories, and utility classes that
we use in Adium) compiles successfully with clang. This time I
doublechecked that it was actually running clang before getting
excited ;)
Timing results indicate that I don't have PTH working yet, but
ignoring that it's looking good:
GCC with PCH: real 0m19.376s
GCC without PCH: real 0m50.649s
CCC without PTH: real 0m33.290s
The main Adium application isn't compiling yet, but I'm not entirely
certain why. It seems to be running into assertion failures in
xcodebuild among other things, which makes it hard to determine what's
actually going on.
David
More information about the cfe-dev
mailing list