Hi Joe, Did you actually check that Factor bootstraps with your patch? It looks like it tries to call dlerror before it's been compiled. It's a chicken and egg problem. You'll need to move dlerror into the VM to fix this.
On Tue, Sep 13, 2011 at 9:53 AM, Joe Groff <[email protected]> wrote: > > On Sep 13, 2011, at 9:17 AM, Doug Coleman wrote: > >> alien.syntax depends on alien.libraries, and alien.libraries.unix depends on >> alien.syntax >> >> It's causing bootstrap to fail; not sure how we want to fix it. > > Fixed it by eliminating the alien.syntax dependency in alien.libraries.unix. > > -Joe > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > Learn about the latest advances in developing for the > BlackBerry® mobile platform with sessions, labs & more. > See new tools and technologies. Register for BlackBerry® DevCon today! > http://p.sf.net/sfu/rim-devcon-copy1 > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > > ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA Learn about the latest advances in developing for the BlackBerry® mobile platform with sessions, labs & more. See new tools and technologies. Register for BlackBerry® DevCon today! http://p.sf.net/sfu/rim-devcon-copy1 _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
