Re: can not build mozilla in macosx
Javier Pedemonte <[email protected]> Tue, 18 Oct 2005 13:31:49 -0500
| Newsgroups | gmane.comp.mozilla.devel.macosx |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
You shouldn't need the X11 SDK to build on Mac. The 'cocoa' toolkit is only for Camino. Looking at your .mozconfig file, it looks like you are trying to do too much. Try something simple, such as this .mozconfig file: # Options for client.mk. mk_add_options MOZ_CO_PROJECT=suite mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-object # Options for 'configure' (same as command-line options). ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.2.8.sdk ac_add_options --enable-application=suite ac_add_options --disable-mailnews ac_add_options --disable-tests ac_add_options --enable-debug ac_add_options --disable-optimize