I get the following errors:
Adding client.mk options from /home/anirvana/comm-1.9.1/.mozconfig:
MOZ_OBJDIR=$(TOPSRCDIR)/objdir-sb-release
MOZ_MAKE_FLAGS=-j4
make[1]: Entering directory `/home/anirvana/comm-1.9.1'
Generating /home/anirvana/comm-1.9.1/configure using autoconf
cd /home/anirvana/comm-1.9.1;
Generating /home/anirvana/comm-1.9.1/mozilla/configure using autoconf
cd /home/anirvana/comm-1.9.1/mozilla;
Generating /home/anirvana/comm-1.9.1/mozilla/js/src/configure using
autoconf
cd /home/anirvana/comm-1.9.1/mozilla/js/src;
cd /home/anirvana/comm-1.9.1/objdir-sb-release
/home/anirvana/comm-1.9.1/configure
/bin/sh: /home/anirvana/comm-1.9.1/configure: not found
*** Fix above errors and then restart with "make -f
client.mk build"
make[1]: *** [configure] Error 1
make[1]: Leaving directory `/home/anirvana/comm-1.9.1'
make: *** [/home/anirvana/comm-1.9.1/objdir-sb-release/Makefile] Error
2
anirvana@ubuntu:~/comm-1.9.1$
Please help me out.What should i do?
Not sure if this is still true with MozillaBuild/MinGW, but with Cygwin
it was a problem to locate the source folder inside your home folder.
Frank
I am also facing the same issue with Ubuntu 9.10 32 bit. How do I
build, my .mozconfig is
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-sb-debug
ac_add_options --enable-application=calendar
ac_add_options --enable-debug
ac_add_options --disable-optimize
M