Hello. I've been trying to compile the new Firefox 1.0.6 on my Sarge system, but I end up having the following error messages:
-------------------------------------------------- ./../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/pref -I../../../dist/include/uconv -I../../../dist/include/unicharutil -I../../../dist/include/gfx -I../../../dist/include -I/home/ronald/build/firefox106/mozilla-firefox-1.0.6/dist/include/nspr -I/usr/include -I/usr/include -I/usr/include -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -pipe -w -O2 -DDEBIAN -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/nsFreeType.pp nsFreeType.cpp In file included from nsFreeType.h:39, from nsFreeType.cpp:48: ./../../dist/include/gfx/nsIFreeType2.h:95: error: type specifier omitted for parameter `FTC_Scaler' ./../../dist/include/gfx/nsIFreeType2.h:95: error: error de decodificación before `,' token In file included from nsFreeType.cpp:48: nsFreeType.h:110: error: type specifier omitted for parameter `FTC_Scaler' nsFreeType.h:146: error: type specifier omitted for parameter `FTC_Scaler' nsFreeType.h:146: error: error de decodificación before `,' token nsFreeType.cpp:295: error: type specifier omitted for parameter `FTC_Scaler' nsFreeType.cpp:295: error: error de decodificación before `,' token nsFreeType.cpp: En member function `virtual nsresult nsFreeType2::ManagerLookupSize(...)': nsFreeType.cpp:299: error: `manager' undeclared (first use this function) nsFreeType.cpp:299: error: (Each undeclared identifier is reported only once for each function it appears in.) nsFreeType.cpp:299: error: `scaler' undeclared (first use this function) nsFreeType.cpp:299: error: `size' undeclared (first use this function) make[5]: *** [nsFreeType.o] Error 1 make[5]: Leaving directory `/home/ronald/build/firefox106/mozilla-firefox-1.0.6/gfx/src/freetype' make[4]: *** [libs] Error 2 make[4]: Leaving directory `/home/ronald/build/firefox106/mozilla-firefox-1.0.6/gfx/src' make[3]: *** [libs] Error 2 make[3]: Leaving directory `/home/ronald/build/firefox106/mozilla-firefox-1.0.6/gfx' make[2]: *** [tier_9] Error 2 make[2]: Leaving directory `/home/ronald/build/firefox106/mozilla-firefox-1.0.6' make[1]: *** [default] Error 2 make[1]: Leaving directory `/home/ronald/build/firefox106/mozilla-firefox-1.0.6' make: *** [build-stamp] Error 2 ronaldace:/home/ronald/build/firefox106/mozilla-firefox-1.0.6# ------------------------------------------ Anyone knows how can I get past through this, or where could I find a precompiled package for Sarge? Thanks in advance! Ronald