nspr

NSPR locks with timeout.

I am using NSPR as my cross-platform threading library and using these locks: PRLock and PRRWLock. I want a timeout in the lock functions. So that, it should wait for 45 seconds, and if it is not able to acquire a lock within that time, the call should come out with an error. Then we can report error to the user within 45 seconds. How ...

jsprf.c:644: error: incompatible types in assignment

Hey guys, Can you help me with this error I encountered while building Spidermonkey in PPC? make -f Makefile.ref cat: ../../dist/Linux_All_DBG.OBJ/nspr/Version: No such file or directory cd editline; make -f Makefile.ref all make[1]: Entering directory `/units/ spidermonkey-1.8-next-wip/src/editline' make[1]: Nothing to be don...

how to cross-compile NSPR?

Do you guys have any advices on how to cross-compile NSPR in PowerPC? I am using Linux but I shouldn't be using the redhat linux's default gcc but the Powerpc's gcc. Thanks! ...

Spidermonkey pointing to a NSPR/DIST directory, HELP!

Hey guys, I've been trying to cross-compile Spidermonkey and I am stuck with the problem wherein prtypes.h(NSPR) is unrecognizable. I alread triedy modifying Makefile.ref/config.mk/jsconfig.mk to point to a desired NSPR/DIS directory. I must have missed some basic steps because it still won't make things work. Do you have any ideas on h...