Dave and Natalie wrote:
> 
> least configure finished and now is compiling. Should finish sometime tonight <gr>

One thing you'll have to fix: at the end of
nsprpub/pr/src/md/os2/os2misc.c there's an #ifndef XP_OS2_VACPP block of
pseudo-asm that builds but should be #if 0'd out or you won't get a
launch.

> Henry how do you setup an object directory without using client.mk?

I use client.mk for pull_all, then just create a directory off mozilla,
cd into it and run ../configure. Here I actually have the objdirs and
src on different partitions, link them on a TVFS drive and build on
that. After running configure I build manually with "gmake export" and
then "gmake libs", mainly because I expect breaks. Otherwise, if you get
a break on the libs loop it needlessly redoes the export loop. I only
use "gmake all" once I know I have a build I can walk away from (though
there appears to be a cosmic law that when I leave the room, a failure
is bound to occur),

h~

Reply via email to