Subj : SpiderMonkey - Building with JS_ARENAMETER To : netscape.public.mozilla.jseng From : sajidraza@hotmail.com (S. Raza) Date : Tue Mar 16 2004 08:27 pm I wanted to check out the arena metering facilities in SpiderMonkey. Following the directions, I compiled using -DJS_ARENAMETER. Unfortunately, line 756 of jsinterpret.c refused to compile: the symbol 'pool' isn't defined for the function call JS_ArenaCountAllocation(). I switched it to &(cx->stackPool), worked fine then. Building on Linux 2.4/x86/GCC3.2.3 using JS1.5-rc6. -S. Raza .