On Jan 8, 2005, at 9:04 AM, Noemi Millman wrote:
What is this crypto, and what are the instructions for setting it up? Does anyone have detailed instructions for setting up .mozconfig?
This is sort of cruft from the older instructions, which had users make a .mozconfig from scratch. Now that it's mostly just sourcing $topsrcdir/camino/config/mozconfig it's not the sort of thing a casual builder is likely to have to deal with.
In that case, are these .mozconfig instructions up to date? Is there anything wrong or missing? Also, does it matter in what order the flags appear in .mozconfig?
[snip]
To build in debug mode, add the following two lines instead: ac_add_options --disable-optimize ac_add_options --enable-debug
[snip]
I'm not up on all the changes for the new build, but I'm almost positive that the 'instead' shouldn't be there.
7) How do you set up Xcode for an optimized vs. a debug build?
Select 'Deployment' or 'Development' as a build style
Where in Xcode (in which menus/dialogs/whatever) is this option found?
There's an 'active build style' toolbar item.
8) How does one set up CVS within Xcode to pull code from the Camino repository?
Um... that probably wouldn't be a terribly good idea in most cases, since in general it's good to update general Mozilla code and Camino code at the same time in case something changed in Mozilla that required changes in Camino, and the Camino Xcode project doesn't know about all the other Mozilla code.
So CVS checkout should be done from the command line or another client rather than from Xcode? Are the following instructions accurate?
% setenv CVSROOT :pserver:[EMAIL PROTECTED]:/cvsroot
[snip]
Yes, doing it from the command line is probably easiest. For bash (the default shell for recent OS X) that would be
$ export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot
% make -f client.mk checkout MOZ_CO_PROJECT=macbrowser
[I take it this just checks out all required files without actually running a build.]
Yes
-Stuart
_______________________________________________ Camino mailing list [email protected] http://mozdev.org/mailman/listinfo/camino
