Subj : file pratom.h not found when compiling with JS_THREADSAFE under MS To : netscape.public.mozilla.jseng From : Philip Oswald Date : Fri May 28 2004 09:40 pm Hello there I get a compiler error when trying to compile spidermonkey (1.5 rc 6) under Visual Studio 6 with the macro JS_THREADSAFE defined. Building without JS_THREADSAFE works fine. The problem is that jslock.h is trying to do a #include "pratom.h", but i can't find that file anywhere... Do i have to fix something in the preprocessor definitions? The only thing i changed there is adding JS_THREADSAFE and changing the output file names from js32.lib/dll to something different. Thanks a lot in advance! .