Bo Yang wrote: > Hi, > After I compile the gcc with dehydra plugin, I am now trying to > building Dehydra.so. But I always get various errors from the JS > library. > > Firstly, I use the Ubuntu 7.10 verions sipdermonkey deb package, > but dehydra tell me that "it has a broken JS_DefineFunctions and > upgrade it". So, I choose the JS library from my firefox building > directory, that is the trunk spidermonkey library. But this time, the > js library give an assertion error (I build a debug firefox and the > spidermonkey) and a core dump. > Yeah the version that ships with ubuntu is busted, you need to build a standalone version of spidermonkey(ie not the one produced for firefox).
See http://gopalarathnam.com/weblog/2007/01/08/building-spidermonkey-on-ubuntu.html A simpler one to build is http://www.ossp.org/pkg/lib/js/, but these are older with less features. As to versions, anything >= 1.7 will do. Taras _______________________________________________ Dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
