When you fix build issues, are you removing the obj directory, or just restarting the build again?
Mike Mark Healey wrote: > On Sun, 9 Jun 2002 05:05:13, Michael Kaply > <[EMAIL PROTECTED]> wrote: > > > Mark Healey wrote: > > > > > > When I try to build I get the following errors: > > > > > > .. > > > sed: can't read F: No such file or directory > > > sed: can't read > > > F:/mozsrc/mozilla/directory/c-sdk//mozsrc/mozilla/directory/c-sd > > > k/ldap/libraries/libssldap/Makefile.in: No such file or directory > > > gmake: *** [build] Error 255 > > > In file included from F:/mozsrc/mozilla/config/mkdepend/cppsetup.c:28: > > > F:/mozsrc/mozilla/config/mkdepend/def.h:29: X11/Xos.h: No such file or > > > directory > > > > > > F:/mozsrc/mozilla/config/mkdepend/def.h:30: X11/Xfuncproto.h: No such > > > file or di > > > rectory > > > gmake.exe[4]: *** [cppsetup.] Error 1 > > > gmake.exe[3]: *** [export] Error 2 > > > gmake.exe[2]: *** [export] Error 2 > > > gmake.exe[1]: *** [all] Error 2 > > > > > > The first two lines are preceeded by similiar lines for different > > > non-existing directories. > > > > > > It was suggested that I was using an old version of PWD. I followed > > > the link of the Mozilla page build instructions and it appears that I > > > have the correct one. > > > > > > I'd really like to get this working. I have some minor code changes > > > I'd like to submit but I want to try them out before I do so. > > > > > > Mark Healey > > > marknews(the 'at' thing)healeyonline.com > > > > can you post your .mozconfig file? > > I always like to make everything works with the defaults before doing > anything different, so I just copied the one from the web page. Here > it is: > > # sh > # Build configuration script > # > # See http://www.mozilla.org/build/unix.html for build instructions. > # > > # Options for client.mk. > mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj > > # Options for 'configure' (same as command-line options). > #ac_add_options --disable-tests > #ac_add_options --enable-optimize > #ac_add_options --disable-debug > ac_add_options --enable-crypto > ac_add_options --with-extensions=all > > Mark Healey > marknews(the 'at' thing)healeyonline.com
