You are not logged in.
I would like to compile the newest Firefox build by myself, but it fails at this point
. . .
gcc -o xpt_dump.o -c -DOSTYPE="Linux2.6.11.12-vs2" -DOSARCH="Linux" -I../../../../dist/include/xpcom -I../../../../dist/include -I/usr/include/nspr -I/usr/X11R6/include -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -pedantic -march=i686 -O2 -pipe -Wl,-O1 -pthread -pipe -DNDEBUG -DTRIMMED -march=i686 -O2 -pipe -Wl,-O1 -I/usr/X11R6/include -include ../../../../mozilla-config.h -DMOZILLA_CLIENT -Wp,-MD,.deps/xpt_dump.pp xpt_dump.c
xpt_dump.c: In function 'XPT_DumpInterfaceDirectoryEntry':
xpt_dump.c:404: warning: format '%p' expects type 'void *', but argument 5 has type 'struct XPTInterfaceDescriptor *'
gcc: -O1: linker input file unused because linking not done
gcc: -O1: linker input file unused because linking not done
gcc -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -pedantic -march=i686 -O2 -pipe -Wl,-O1 -pthread -pipe -DNDEBUG -DTRIMMED -march=i686 -O2 -pipe -Wl,-O1 -o xpt_dump xpt_dump.o -L../../../../dist/bin -L../../../../dist/lib ../../../../dist/lib/libxpt.a -lpangoft2-1.0 -ldl -lm
/usr/lib/libc_nonshared.a(elf-init.oS)(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0): In function `__i686.get_pc_thunk.bx':
: multiple definition of `__i686.get_pc_thunk.bx'
../../../../dist/lib/libxpt.a(xpt_arena.o)(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0): first defined here
collect2: ld returned 1 exit status
make[7]: *** [xpt_dump] Error 1
make[7]: Leaving directory `/home/sven/firefox/fox/src/mozilla/xpcom/typelib/xpt/tools'
make[6]: *** [export] Error 2
make[6]: Leaving directory `/home/sven/firefox/fox/src/mozilla/xpcom/typelib/xpt/tools'
make[5]: *** [export] Error 2
make[5]: Leaving directory `/home/sven/firefox/fox/src/mozilla/xpcom/typelib/xpt'
make[4]: *** [export] Error 2
make[4]: Leaving directory `/home/sven/firefox/fox/src/mozilla/xpcom/typelib'
make[3]: *** [export] Error 2
make[3]: Leaving directory `/home/sven/firefox/fox/src/mozilla/xpcom'
make[2]: *** [tier_2] Error 2
make[2]: Leaving directory `/home/sven/firefox/fox/src/mozilla'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/sven/firefox/fox/src/mozilla'
make: *** [build] Error 2
==> ERROR: Build Failed. Aborting...
All the dependencies seem OK. I am trying to use the PKGBUILD and other stuff from the testing repo.
Offline
no problem anymore, I got the precompiled version from firefox site and my old settings, like fonts worked nicely with it.
Offline
You do realize that it's available (compiled from source) in my repo right?
·¬»· i am shadowhand, powered by webfaction
Offline
I should have been more precise in my first post - what I meant was to be able to compile the latest official stabile version - 1.0.7. I wanted to use it because of those security holes in previous versions. I can't use 1.5b because there are some extensions I like to use that do not support the 1.5 version.
Offline