> Unix:
> 1) cvs co mozilla/client.mk
> 2) cd mozilla
> 3) gmake -f client.mk checkout
> 4) gmake -f client.mk checkout BUILD_MODULES=psm2
> 5) configure
> 6) gmake
> 7) configure --enable-modules=psm2
> 8) gmake BUILD_MODULES=psm2
Step 6 fails here with
gmake[3]: Entering directory `/usr/local/src/mozilla/rdf/chrome/src'
nsChromeRegistry.cpp
c++ -o nsChromeRegistry.o -c -DOSTYPE=\"SunOS5\" -DOSARCH=\"SunOS\" -DOJI
-I../../../dist/include -I../../../dist/include
-I/usr/local/src/mozilla/dist/include/nspr -I/usr/openwin/include -fPIC
-I/usr/openwin/include -fno-rtti -fno-exceptions -Wno-long-long -pthreads -O2
-Wa,-xarch=v8plus,-DULTRA_SPARC,-P,-L,-D_ASM,-D__STDC__=0,-K,PIC -DNDEBUG -DTRIMMED
-I/usr/openwin/include -DMOZILLA_CLIENT -include ../../../config-defs.h
-Wp,-MD,.deps/nsChromeRegistry.pp nsChromeRegistry.cpp
nsChromeRegistry.cpp:93: imgICache.h: No such file or directory
gmake[3]: *** [nsChromeRegistry.o] Error 1
gmake[3]: Leaving directory `/usr/local/src/mozilla/rdf/chrome/src'
gmake[2]: *** [install] Error 2
gmake[2]: Leaving directory `/usr/local/src/mozilla/rdf/chrome'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory `/usr/local/src/mozilla/rdf'
gmake: *** [install] Error 2
And indeed
$ find . -name imgICache.h
$
That's after a cvs update about 1h ago.