Diego Novillo wrote:
I need to build dehydra with spidermonkey 1.7.  Things seem to work
fine, but I had to patch dehydra.c to stop it from using
JSVERSION_LATEST (it's not defined in my copy).

I suppose this should not be harmful?
1.7 is ancient and wont work. You need spidermonkey that was released with firefox 3.5. I just tested the 3.5 package for ubuntu and it works.

./configure --js-libs=/usr/lib/xulrunner-1.9.1.1pre/ 
--js-headers=/usr/include/xulrunner-1.9.1.1pre/unstable


Is all you need once correct CXX is in the path. I used the xulrunner-1.9.1-dev package. You'll have to adjust the paths a bit depending on which 1.9.1 xulrunner package you'll be using.

Taras
_______________________________________________
dev-static-analysis mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-static-analysis

Reply via email to