Jared Hanson �crit: > Well, I don't know if I'm home free, but I got around the problem. It > was as simple as changing the following line in .mozconfig: > > ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.2.8.sdk > > to: > > ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.3.0.sdk
Your camino builds won't work on 10.2.x and earlier systems. You don't have the 10.2.8 SDK because you've upgarded Xcode to 1.1 and did not do a fresh install of it. You should have a 10.2.7 sdk lying around instead of the 10.2.8, use that one in order to build a 10.2.x/10.1.x compatible camino.app. Ludovic -- http://perso.hirlimann.net/~ludo/blog/ _______________________________________________ Camino mailing list [EMAIL PROTECTED] http://mozdev.org/mailman/listinfo/camino
