Hello,
I successfully compiled XPCOM standalone on Debian GNU/Linux 3.0 using these instructions : http://lxr.mozilla.org/seamonkey/source/xpcom/doc/xpcom-standalone.html Everything compiles fine, however when I try to run "nsTestSample" I get : -- Type Manifest File: /home/rhelmer/src/mozilla/dist/bin/components/xpti.dat nsNativeComponentLoader: autoregistering begins. nsNativeComponentLoader: autoregistering succeeded nNCL: registering deferred (0) ###!!! ASSERTION: can't get memory manager!: 'gMemory', file nsMemory.cpp, line 60 Break: at file nsMemory.cpp, line 60 Segmentation fault -- I found this message, but removing the DEFINEs ( I found it in two Makefiles ) did not seem to make a difference : http://www.mail-archive.com/mozilla-xpcom@;mozilla.org/msg02659.html ( I did just do another "make" though, not a "make clean" first ). Any and all help is greatly appreciated. Thanks, Rob
