Hi All, I am building firefox os for desktop.I have followed instructions given in following link.
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Using_the_B2G_desktop_client I am using -Ubuntu 13.04 -4GB ram -320GB hard disk (120Gb free space) -gcc-4.6.4 I have already install libraries or dependencies given in prerequisites. while building it enters into Entering directory `/home/subrahmanyam/desktop_firefox/build/toolkit/library' shows libxul.so & stayed there after that it gives errors. collect2: ld returned 1 exit status make[5]: *** [libxul.so] Error 1 make[5]: Leaving directory `/home/subrahmanyam/desktop_firefox/build/toolkit/library' make[4]: *** [libs_tier_platform] Error 2 make[4]: Leaving directory `/home/subrahmanyam/desktop_firefox/build' make[3]: *** [tier_platform] Error 2 make[3]: Leaving directory `/home/subrahmanyam/desktop_firefox/build' make[2]: *** [default] Error 2 make[2]: Leaving directory `/home/subrahmanyam/desktop_firefox/build' make[1]: *** [realbuild] Error 2 make[1]: Leaving directory `/home/subrahmanyam/desktop_firefox/mozilla-central' make: *** [build] Error 2 Please help me how to remove this. I have even checked with increasing swap space. I have one question what is difference between firefox os emulator & desktop client? Thanks & regards, Sainath this is full log. BUILDSTATUS TIERDIR_START toolkit/library libxul.so make[5]: Entering directory `/home/subrahmanyam/desktop_firefox/build/toolkit/library' Executing: c++ -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -Os -freorder-blocks -fomit-frame-pointer -fPIC -shared -Wl,-z,defs -Wl,--gc-sections -Wl,-h,libxul.so -o libxul.so /home/subrahmanyam/desktop_firefox/build/toolkit/library/tmp9jpm9i.list -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id -Wl,--icf=safe -Wl,-rpath-link,/home/subrahmanyam/desktop_firefox/build/dist/bin -Wl,-rpath-link,/usr/local/lib ../../dist/lib/libxpt.a -Wl,-version-script,symverscript -L../../dist/bin -L../../dist/lib ../../dist/lib/libjs_static.a -L../../dist/bin -L../../dist/lib -lcrmf -lsmime3 -lssl3 -lnss3 -lnssutil3 -lXrender ../../dist/lib/libmozsqlite3.so -lasound -L../../dist/bin -L../../dist/lib -L/home/subrahmanyam/desktop_firefox/build/dist/l ib -lnspr4 -lplc4 -lplds4 ../../dist/lib/libmozalloc.so -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -lgtk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lfreetype -lfontconfig -lgdk-x11-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lX11 -lXext -lpangoft2-1.0 -lfreetype -lfontconfig -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lfontconfig -lXt -lgthread-2.0 -lfreetype -ldl -lrt /home/subrahmanyam/desktop_firefox/build/toolkit/library/tmp9jpm9i.list: INPUT("nsUnicharUtils.o") . . . INPUT("../../media/webrtc/signaling/signaling_sipcc/cpr_linux_threads.o") INPUT("../../media/webrtc/signaling/signaling_sipcc/cpr_linux_timers_using_select.o") /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../dom/bindings/GainNodeBinding.o: file is empty /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../dom/bindings/GeolocationBinding.o: file is empty /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../dom/bindings/HTMLAnchorElementBinding.o: file is empty /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../dom/bindings/HTMLAppletElementBinding.o: file is empty /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../dom/bindings/HTMLAreaElementBinding.o: file is empty /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../dom/bindings/HTMLAudioElementBinding.o: file is empty /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../dom/bindings/HTMLBaseElementBinding.o: file is empty /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../dom/bindings/HTMLBodyElementBinding.o: file is empty /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../dom/bindings/HTMLBRElementBinding.o: file is empty /usr/bin/ld: warning: hidden symbol 'hb_ot_tags_from_script' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-ot-tag.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_ot_layout_language_get_feature_tags' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-ot-layout.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_ot_tag_to_script' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-ot-tag.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_buffer_get_length' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-buffer.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_buffer_get_direction' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-buffer.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_ot_layout_script_find_language' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-ot-layout.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_buffer_get_glyph_infos' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-buffer.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_buffer_reverse' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-buffer.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_buffer_reset' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-buffer.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_ot_layout_table_get_script_tags' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-ot-layout.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_buffer_destroy' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-buffer.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_buffer_get_glyph_positions' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-buffer.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_ot_layout_language_get_required_feature_index' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-ot-layout.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_language_to_string' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-common.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_ot_tag_from_language' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-ot-tag.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_ot_layout_script_get_language_tags' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-ot-layout.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_ot_layout_table_find_script' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-ot-layout.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_language_from_string' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-common.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_face_destroy' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-font.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_buffer_add' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-buffer.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_ot_layout_language_find_feature' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-ot-layout.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_ot_tag_to_language' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-ot-tag.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_buffer_set_direction' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-buffer.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_buffer_set_unicode_funcs' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-buffer.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'hb_buffer_create' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/harfbuzz/src/hb-buffer.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libpangoft2-1.0.so /usr/bin/ld: warning: hidden symbol 'pixman_glyph_cache_lookup' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/cairo/libpixman/src/pixman-glyph.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libcairo.so /usr/bin/ld: warning: hidden symbol 'pixman_glyph_cache_insert' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/cairo/libpixman/src/pixman-glyph.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libcairo.so /usr/bin/ld: warning: hidden symbol 'pixman_composite_glyphs' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/cairo/libpixman/src/pixman-glyph.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libcairo.so /usr/bin/ld: warning: hidden symbol 'pixman_glyph_cache_remove' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/cairo/libpixman/src/pixman-glyph.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libcairo.so /usr/bin/ld: warning: hidden symbol 'pixman_glyph_get_mask_format' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/cairo/libpixman/src/pixman-glyph.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libcairo.so /usr/bin/ld: warning: hidden symbol 'pixman_add_triangles' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/cairo/libpixman/src/pixman-trap.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libcairo.so /usr/bin/ld: warning: hidden symbol 'pixman_composite_glyphs_no_mask' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/cairo/libpixman/src/pixman-glyph.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libcairo.so /usr/bin/ld: warning: hidden symbol 'pixman_glyph_cache_thaw' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/cairo/libpixman/src/pixman-glyph.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libcairo.so /usr/bin/ld: warning: hidden symbol 'pixman_glyph_cache_freeze' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/cairo/libpixman/src/pixman-glyph.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libcairo.so /usr/bin/ld: warning: hidden symbol 'pixman_glyph_cache_create' in /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../gfx/cairo/libpixman/src/pixman-glyph.o is referenced by DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libcairo.so /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../content/html/content/src/HTMLAnchorElement.o: requires dynamic R_X86_64_PC32 reloc against 'mozilla::dom::HTMLAnchorElementBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::HTMLAnchorElement*, nsWrapperCache*)' which may overflow at runtime; recompile with -fPIC /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../content/html/content/src/HTMLAreaElement.o: requires dynamic R_X86_64_PC32 reloc against 'mozilla::dom::HTMLAreaElementBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::HTMLAreaElement*, nsWrapperCache*)' which may overflow at runtime; recompile with -fPIC /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../content/html/content/src/HTMLAudioElement.o: requires dynamic R_X86_64_PC32 reloc against 'mozilla::dom::HTMLAudioElementBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::HTMLAudioElement*, nsWrapperCache*)' which may overflow at runtime; recompile with -fPIC /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../content/html/content/src/HTMLBRElement.o: requires dynamic R_X86_64_PC32 reloc against 'mozilla::dom::HTMLBRElementBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::HTMLBRElement*, nsWrapperCache*)' which may overflow at runtime; recompile with -fPIC /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../content/html/content/src/HTMLBodyElement.o: requires dynamic R_X86_64_PC32 reloc against 'mozilla::dom::HTMLBodyElementBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::HTMLBodyElement*, nsWrapperCache*)' which may overflow at runtime; recompile with -fPIC /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../content/html/content/src/HTMLSharedElement.o: requires dynamic R_X86_64_PC32 reloc against 'mozilla::dom::HTMLBaseElementBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::HTMLSharedElement*, nsWrapperCache*)' which may overflow at runtime; recompile with -fPIC /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../content/html/content/src/HTMLSharedObjectElement.o: requires dynamic R_X86_64_PC32 reloc against 'mozilla::dom::HTMLAppletElementBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::HTMLSharedObjectElement*, nsWrapperCache*)' which may overflow at runtime; recompile with -fPIC /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../content/media/webaudio/GainNode.o: requires dynamic R_X86_64_PC32 reloc against 'mozilla::dom::GainNodeBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::GainNode*, nsWrapperCache*)' which may overflow at runtime; recompile with -fPIC /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../dom/src/geolocation/nsGeolocation.o: requires dynamic R_X86_64_PC32 reloc against 'mozilla::dom::GeolocationBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::Geolocation*, nsWrapperCache*)' which may overflow at runtime; recompile with -fPIC /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../dom/src/geolocation/nsGeolocation.o: requires dynamic R_X86_64_PC32 reloc against 'mozilla::dom::PositionErrorCallback::Call(JSContext*, JS::Handle<JSObject*>, mozilla::dom::PositionError&, mozilla::ErrorResult&)' which may overflow at runtime; recompile with -fPIC /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../dom/src/geolocation/nsGeolocation.o: requires dynamic R_X86_64_PC32 reloc against 'mozilla::dom::PositionCallback::Call(JSContext*, JS::Handle<JSObject*>, mozilla::dom::Position&, mozilla::ErrorResult&)' which may overflow at runtime; recompile with -fPIC /usr/bin/ld: error: /home/subrahmanyam/desktop_firefox/build/toolkit/library/../../dom/bindings/RegisterBindings.o: requires dynamic R_X86_64_PC32 reloc against 'mozilla::dom::GainNodeBinding::ConstructorEnabled(JSContext*, JS::Handle<JSObject*>)' which may overflow at runtime; recompile with -fPIC /usr/bin/ld: error: read-only segment has dynamic relocations ../../../../dist/include/mozilla/dom/HTMLAnchorElementBinding.h:116: error: undefined reference to 'mozilla::dom::HTMLAnchorElementBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::HTMLAnchorElement*, nsWrapperCache*)' ../../../../dist/include/mozilla/dom/HTMLAreaElementBinding.h:116: error: undefined reference to 'mozilla::dom::HTMLAreaElementBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::HTMLAreaElement*, nsWrapperCache*)' ../../../../dist/include/mozilla/dom/HTMLAudioElementBinding.h:116: error: undefined reference to 'mozilla::dom::HTMLAudioElementBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::HTMLAudioElement*, nsWrapperCache*)' ../../../../dist/include/mozilla/dom/HTMLBRElementBinding.h:116: error: undefined reference to 'mozilla::dom::HTMLBRElementBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::HTMLBRElement*, nsWrapperCache*)' ../../../../dist/include/mozilla/dom/HTMLBodyElementBinding.h:116: error: undefined reference to 'mozilla::dom::HTMLBodyElementBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::HTMLBodyElement*, nsWrapperCache*)' ../../../../dist/include/mozilla/dom/HTMLBaseElementBinding.h:108: error: undefined reference to 'mozilla::dom::HTMLBaseElementBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::HTMLSharedElement*, nsWrapperCache*)' ../../../../dist/include/mozilla/dom/HTMLAppletElementBinding.h:108: error: undefined reference to 'mozilla::dom::HTMLAppletElementBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::HTMLSharedObjectElement*, nsWrapperCache*)' ../../../dist/include/mozilla/dom/GainNodeBinding.h:119: error: undefined reference to 'mozilla::dom::GainNodeBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::GainNode*, nsWrapperCache*)' ../../../dist/include/mozilla/dom/GeolocationBinding.h:232: error: undefined reference to 'mozilla::dom::GeolocationBinding::Wrap(JSContext*, JS::Handle<JSObject*>, mozilla::dom::Geolocation*, nsWrapperCache*)' ../../../dist/include/mozilla/dom/GeolocationBinding.h:183: error: undefined reference to 'mozilla::dom::PositionErrorCallback::Call(JSContext*, JS::Handle<JSObject*>, mozilla::dom::PositionError&, mozilla::ErrorResult&)' ../../../dist/include/mozilla/dom/GeolocationBinding.h:136: error: undefined reference to 'mozilla::dom::PositionCallback::Call(JSContext*, JS::Handle<JSObject*>, mozilla::dom::Position&, mozilla::ErrorResult&)' /home/subrahmanyam/desktop_firefox/build/dom/bindings/RegisterBindings.cpp:487: error: undefined reference to 'mozilla::dom::GainNodeBinding::ConstructorEnabled(JSContext*, JS::Handle<JSObject*>)' /home/subrahmanyam/desktop_firefox/build/dom/bindings/RegisterBindings.cpp:487: error: undefined reference to 'mozilla::dom::GainNodeBinding::DefineDOMInterface(JSContext*, JS::Handle<JSObject*>, JS::Handle<long>, bool*)' /home/subrahmanyam/desktop_firefox/build/dom/bindings/RegisterBindings.cpp:492: error: undefined reference to 'mozilla::dom::HTMLAnchorElementBinding::DefineDOMInterface(JSContext*, JS::Handle<JSObject*>, JS::Handle<long>, bool*)' /home/subrahmanyam/desktop_firefox/build/dom/bindings/RegisterBindings.cpp:493: error: undefined reference to 'mozilla::dom::HTMLAppletElementBinding::DefineDOMInterface(JSContext*, JS::Handle<JSObject*>, JS::Handle<long>, bool*)' /home/subrahmanyam/desktop_firefox/build/dom/bindings/RegisterBindings.cpp:494: error: undefined reference to 'mozilla::dom::HTMLAreaElementBinding::DefineDOMInterface(JSContext*, JS::Handle<JSObject*>, JS::Handle<long>, bool*)' /home/subrahmanyam/desktop_firefox/build/dom/bindings/RegisterBindings.cpp:495: error: undefined reference to 'mozilla::dom::HTMLAudioElementBinding::DefineDOMInterface(JSContext*, JS::Handle<JSObject*>, JS::Handle<long>, bool*)' /home/subrahmanyam/desktop_firefox/build/dom/bindings/RegisterBindings.cpp:496: error: undefined reference to 'mozilla::dom::HTMLAudioElementBinding::DefineDOMInterface(JSContext*, JS::Handle<JSObject*>, JS::Handle<long>, bool*)' /home/subrahmanyam/desktop_firefox/build/dom/bindings/RegisterBindings.cpp:497: error: undefined reference to 'mozilla::dom::HTMLBRElementBinding::DefineDOMInterface(JSContext*, JS::Handle<JSObject*>, JS::Handle<long>, bool*)' /home/subrahmanyam/desktop_firefox/build/dom/bindings/RegisterBindings.cpp:498: error: undefined reference to 'mozilla::dom::HTMLBaseElementBinding::DefineDOMInterface(JSContext*, JS::Handle<JSObject*>, JS::Handle<long>, bool*)' /home/subrahmanyam/desktop_firefox/build/dom/bindings/RegisterBindings.cpp:499: error: undefined reference to 'mozilla::dom::HTMLBodyElementBinding::DefineDOMInterface(JSContext*, JS::Handle<JSObject*>, JS::Handle<long>, bool*)' collect2: ld returned 1 exit status make[5]: *** [libxul.so] Error 1 make[5]: Leaving directory `/home/subrahmanyam/desktop_firefox/build/toolkit/library' make[4]: *** [libs_tier_platform] Error 2 make[4]: Leaving directory `/home/subrahmanyam/desktop_firefox/build' make[3]: *** [tier_platform] Error 2 make[3]: Leaving directory `/home/subrahmanyam/desktop_firefox/build' make[2]: *** [default] Error 2 make[2]: Leaving directory `/home/subrahmanyam/desktop_firefox/build' make[1]: *** [realbuild] Error 2 make[1]: Leaving directory `/home/subrahmanyam/desktop_firefox/mozilla-central' make: *** [build] Error 2 _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
