Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

unable to build sunbird on ubuntu linux

2 views
Skip to first unread message

anirvana

unread,
Dec 30, 2009, 5:33:38 AM12/30/09
to
Please reply to this mail.I really need urgent help:
I am trying to build sunbird using instructions on page:https://
developer.mozilla.org/en/Simple_Sunbird_build
After downloading the source using mozilla i have got a folder called
comm-1.9.1 whose size is 348.5 mb.
When i typed this command: make -f client.mk

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?

Frank Wein

unread,
Jan 3, 2010, 5:49:07 AM1/3/10
to
anirvana wrote:
> Please reply to this mail.I really need urgent help:
> I am trying to build sunbird using instructions on page:https://
> developer.mozilla.org/en/Simple_Sunbird_build
> After downloading the source using mozilla i have got a folder called
> comm-1.9.1 whose size is 348.5 mb.
> When i typed this command: make -f client.mk
>
> 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'
[...]

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

Money A PAN

unread,
Feb 18, 2010, 6:54:24 AM2/18/10
to

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

0 new messages