compiling nightly problem

Discussion about official Mozilla Firefox builds
Post Reply
agamid
Posts: 190
Joined: January 16th, 2003, 9:32 pm

compiling nightly problem

Post by agamid »

has anyone been able to compile a recent nightly on a gcc-3 system lately? I don't know if it has anything to do with gcc-3, but I have been getting build errors lately.

c++ -o nsImageDocument.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI -I../../../../dist/include/xpcom -I../../../../dist/include/string -I../../../../dist/include/gfx -I../../../../dist/include/layout -I../../../../dist/include/widget -I../../../../dist/include/dom -I../../../../dist/include/necko -I../../../../dist/include/htmlparser -I../../../../dist/include/locale -I../../../../dist/include/view -I../../../../dist/include/js -I../../../../dist/include/intl -I../../../../dist/include/webshell -I../../../../dist/include/docshell -I../../../../dist/include/caps -I../../../../dist/include/util -I../../../../dist/include/uconv -I../../../../dist/include/pref -I../../../../dist/include/uriloader -I../../../../dist/include/prefetch -I../../../../dist/include/rdf -I../../../../dist/include/chardet -I../../../../dist/include/nkcache -I../../../../dist/include/appcomps -I../../../../dist/include/lwbrk -I../../../../dist/include/imglib2 -I../../../../dist/include/xpconnect -I../../../../dist/include/unicharutil -I../../../../dist/include/commandhandler -I../../../../dist/include/composer -I../../../../dist/include/content -I../../../../dist/include -I/home/linux/mozilla/dist/include/nspr -I./../../base/src -I./../../../base/src -I./../../content/src -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -frtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -mmmx -march=pentium3 -O3 -pipe -fomit-frame-pointer -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -ffunction-sections -O3 -march=pentium3 -mmmx -pipe -fomit-frame-pointer -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../../mozilla-config.h nsImageDocument.cpp
../../../../dist/include/xpcom/nsCOMPtr.h: In instantiation of `nsDerivedSafe<nsStyleContext>':
nsImageDocument.cpp:602: instantiated from here
../../../../dist/include/xpcom/nsCOMPtr.h:185: base `nsStyleContext' with only
non-default constructor in class without a constructor
make[6]: *** [nsImageDocument.o] Error 1
make[6]: Leaving directory `/home/linux/mozilla/content/html/document/src'
make[5]: *** [libs] Error 2
make[5]: Leaving directory `/home/linux/mozilla/content/html/document'
make[4]: *** [libs] Error 2
make[4]: Leaving directory `/home/linux/mozilla/content/html'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/home/linux/mozilla/content'
make[2]: *** [tier_9] Error 2
make[2]: Leaving directory `/home/linux/mozilla'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/linux/mozilla'
make: *** [build] Error 2
agamid
Posts: 190
Joined: January 16th, 2003, 9:32 pm

Post by agamid »

okay. I don't know what went wrong, but I reupdated my sources and rebuilt it, and this time, it builds fine.

but when I try to run phoenix, I get a small window that says "Alert" in the titlebar... and that's it. it creates a new .phoenix dir with the default profile fine.

(yes, I deleted my old profile)

anyone see this?
agamid
Posts: 190
Joined: January 16th, 2003, 9:32 pm

Post by agamid »

okay. this is really kooky. I just rebuilt everything again, and this time it works... hrm.... oh well.
Post Reply