On 7/20/09 2:08 PM, Diego Novillo wrote: > On Mon, Jul 20, 2009 at 13:56, Benjamin Smedberg<[email protected]> wrote: > >> You can dynamically modify sys.include_path to specify additional locations >> to search for scripts, see >> https://developer.mozilla.org/En/Dehydra/Function_Reference#include%28file_.5b.2c_namespace.5d%29 >> for docs and >> http://mxr.mozilla.org/mozilla-central/source/config/static-checking.js#16 >> for an example. > > Thanks, but the problem I'm having is at initialization time. My > script never even has a chance to load because dehydra_startup() fails > to find dehydra.js: > > [...]/dehydra_builtins.c:383: Error: Cannot find include file 'dehydra.js'
So you're installing dehydra.so somewhere, and installing the libraries somewhere else? (Why?) Are you using a fixed prefix of some sort? If so, just hardcode that prefix. --BDS _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
