In file included from /Mozilla/mozilla/camino/PreferencePanes/Appearance/Appearance.h:40,
from /Mozilla/mozilla/camino/PreferencePanes/Appearance/Appearance.mm:40:
/Mozilla/mozilla/camino/PreferencePanes/Shared/PreferencePaneBase.h:39: 44: PreferencePanes/PreferencePanes.h: No such file or directory
In file included from /Mozilla/mozilla/camino/PreferencePanes/Shared/PreferencePaneBase.mm: 39:
/Mozilla/mozilla/camino/PreferencePanes/Shared/PreferencePaneBase.h:39: 44: PreferencePanes/PreferencePanes.h: No such file or directory
In file included from /Mozilla/mozilla/camino/PreferencePanes/Shared/PreferencePaneBase.mm: 39:
/Mozilla/mozilla/camino/PreferencePanes/Shared/PreferencePaneBase.h:46: error: cannot find interface declaration for `NSPreferencePane', superclass of `PreferencePaneBase'
In file included from /Mozilla/mozilla/camino/PreferencePanes/Appearance/Appearance.h:40,
from /Mozilla/mozilla/camino/PreferencePanes/Appearance/Appearance.mm:40:
/Mozilla/mozilla/camino/PreferencePanes/Shared/PreferencePaneBase.h:46: error: cannot find interface declaration for `NSPreferencePane', superclass of `PreferencePaneBase'
** BUILD FAILED **
make[2]: *** [libs] Error 1
make[2]: Leaving directory `/Mozilla/mozilla/camino'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/Mozilla/mozilla/camino'
make: *** [build] Error 2
make: Leaving directory `/Mozilla/mozilla'
It seems like this should be a fairly obvious problem, but I'm at a loss. Can anyone offer any advice?
Thanks, Jared
On Mar 4, 2004, at 7:55 PM, John Goodwin wrote:
It should work. I did the same thing and after building for a few hours, it came out alright. If you set it as optimized, it will come out to around 400MB.
John
Jared Hanson wrote:
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
It's still building, so I don't know if this will work in the end, but everything is going smoothly so far. For reference, I did have a crt1.o in /usr/lib, so making the symlink had no effect, other than to redirect it to the sdk. For some reason, it appears as if the mozilla build isn't picking up on the libraries in /usr/lib.
_______________________________________________ Camino mailing list [EMAIL PROTECTED] http://mozdev.org/mailman/listinfo/camino
_______________________________________________ Camino mailing list [EMAIL PROTECTED] http://mozdev.org/mailman/listinfo/camino
