Thank you for your help and your batch file. I have changed the directory
names in the batch file, changed the path as you suggested and tried again
but with the same result. After trying some more minutes i went in one of
the subdirectories (nsprpub) and just entered 'gmake' at the prompt - and
everything got compiled! Only when i use nmake i get the problems...
Any more ideas? I don't want to run gmake manually in every subdirectory, i
don't think i would get very far with that (obviously i am not so
experienced in reading makefiles).
Chris
"Topics Man" <[EMAIL PROTECTED]> wrote in message
9crik4$[EMAIL PROTECTED]">news:9crik4$[EMAIL PROTECTED]...
> Try:
>
> 1) Checking that no Mozilla-related environment variables have trailing
> whitespace
> 2) Remove anything not needed by Mozilla from your path (eg. Oracle)
> 3) Put your NT directories (C:\WINNT\..) at the *end* of your path
> 4) Using only the standard NT CMD.EXE command shell (in case you're using
> something else)
>
> I always use a special command line session under NT to build Moz, and
have
> a batch file (run when I click its icon) to set the necessary environment.
> I've attached it as a reference for you (it definately produces a working
> build environment), but obviously for my own directory structure.
>
> I've found that it is sometimes a bitch to figure out what to do to fix
> build problems, but its always possible to make it build once you suss the
> problem(s), and things are then generally OK for future builds with new
> source.
>
> Cheers,
> Chris
>