Tag Results for 'mozilla'

checking MOZ_PANGO_LIBS... -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for gnome-vfs-2.0 >= 2.0 gnome-vfs-module-2.0 >= 2.0... checking for gconf-2.0 >= 1.2.1... checking for libgnome-2.0 >= 2.0... checking for libgnomeui-2.0 >= 2.2.0... checking for dbus-glib-1 >= 0.60... yes
checking MOZ_DBUS_GLIB_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking MOZ_DBUS_GLIB_LIBS... -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
checking for snd_pcm_open in -lasound... no
configure: error: Ogg support on Linux requires the alsa library
*** Fix above errors and then restart with "make -f client.mk build"
make[1]: *** [configure] Error 1

Disable OGG support in your .mozconfig via

ac_add_options --disable-ogg

. If you want OGG support install libasound2-dev via

sudo apt-get install libasound2-dev

.

Mozilla build error: nsinstall: Bad file number

make[4]: execvp: /d/programs/mozilla-build/moztools/bin/nsinstall: Bad file number
make[4]: *** [export] Error 127
make[4]: Leaving directory `/d/src/moz-hg/fx-trunk-optimized/config'
make[3]: *** [export_tier_base] Error 2
make[3]: Leaving directory `/d/src/moz-hg/fx-trunk-optimized'
make[2]: *** [tier_base] Error 2
make[2]: Leaving directory `/d/src/moz-hg/fx-trunk-optimized'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/d/src/moz-hg/fx-trunk-optimized'
make: *** [build] Error 2

In a Windows build this error is the result of not compiling as an administrator. Make sure you are using an elevated command prompt in Windows Vista or start MSYS command prompt as an administrator.