Hi
I have small problem with building Firefox on OpenSUSE 10.2.
rpmbuild --rebuild --target i586 mozilla-xulrunner192-1.9.2.0-2.1.src.rpm
the problem is with:
c++ -o nsRDFResource.o -c -I…/…/dist/system_wrappers -include /mnt/install/TS/BUILD/mozilla/config/gcc_hidden.h -DMOZ_ENABLE_GTK2 -DMOZ_PLUGINS -DMOZ_XPFE_COMPONENTS -DMOZ_XPINSTALL -DMOZ_JSDEBUGGER -DMOZ_PREF_EXTENSIONS -DMOZ_AUTH_EXTENSION -DMOZ_PERMISSIONS -DMOZ_UNIVERSALCHARDET -DMOZ_FILEVIEW -DMOZ_ENABLE_POSTSCRIPT -DMOZ_SPELLCHECK -DMOZ_ZIPWRITER -DMOZILLA_INTERNAL_API -DOSTYPE=“Linux2.6.18.8-0” -DOSARCH=Linux -D_IMPL_NS_COM -D_IMPL_NS_STRINGAPI -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -I/mnt/install/TS/BUILD/mozilla/intl/unicharutil/util -I/mnt/install/TS/BUILD/mozilla/config -I/mnt/install/TS/BUILD/mozilla/widget/src/windows -I/mnt/install/TS/BUILD/mozilla/widget/src/build -I/mnt/install/TS/BUILD/mozilla/toolkit/library -I. -I…/…/dist/include -I…/…/dist/include/nsprpub -I/usr/include/nspr4 -I/usr/include/nss3 -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -pedantic -O2 -g -m32 -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -Os -fno-strict-aliasing -gstabs+ -fno-strict-aliasing -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions -DMOZILLA_CLIENT -include …/…/mozilla-config.h -Wp,-MD,.deps/nsRDFResource.pp nsRDFResource.cpp
make[4]: *** No rule to make target ../../staticlib/components/libsystem-pref.a', needed by
libxul.so’. Stop.
make[4]: Leaving directory /mnt/install/TS/BUILD/obj/toolkit/library' make[3]: *** [libs_tier_toolkit] Error 2 make[3]: Leaving directory
/mnt/install/TS/BUILD/obj’
make[2]: *** [tier_toolkit] Error 2
make[2]: Leaving directory /mnt/install/TS/BUILD/obj' make[1]: *** [default] Error 2 make[1]: Leaving directory
/mnt/install/TS/BUILD/obj’
make: *** [build] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.22484 (%build)
my libs:
glib 2.22.4
gtk+ 2.18.6
pango 1.26
cairo 1.8.8
any idea?