Discussion:
Building threadsafe Spidermonkey
(too old to reply)
Jenny
2006-10-07 06:31:25 UTC
Permalink
Hi
I have problems in compiling Spidermonkey using JS_THREADSAFE
option in Linux. I have created a mozilla directory structure. Placed
js, nsprpub,dist under mozilla folder.As the documentation says I have
downloaded nspr libraries and headers and put them in mozilla/dist
folder. Then tried to compile using gmake -f Makefile.ref
JS_THREADSAFE=1. It gives compiler errors. Am I doing something wrong
here? Can anybody help me please? If I want to compile threadsafe
without having the mozilla directory structure, how do I do it?
I have searched in the mailing list. I could find only few
references to the README. Thanks in advance.

Regards
Jenny
v***@gmail.com
2006-11-30 13:22:41 UTC
Permalink
Post by Jenny
Hi
I have problems in compiling Spidermonkey using JS_THREADSAFE
option in Linux. I have created a mozilla directory structure. Placed
js, nsprpub,dist under mozilla folder.As the documentation says I have
downloaded nspr libraries and headers and put them in mozilla/dist
folder. Then tried to compile using gmake -f Makefile.ref
JS_THREADSAFE=1. It gives compiler errors. Am I doing something wrong
here? Can anybody help me please? If I want to compile threadsafe
without having the mozilla directory structure, how do I do it?
I have searched in the mailing list. I could find only few
references to the README. Thanks in advance.
Regards
Jenny
Could you mention what compilation errors you are getting? try putting
nspr headers and libraries in mozilla/dist/Linux_All_DBG.OBJ folder and
see if it works?

Loading...