Hi Shaping,

A top-level form in the site-watcher vocabulary makes calls to
initialize a SQLite database. Since you do not have SQLite installed,
you get this error when the vocabulary is loaded. You can either not
call load-all, ignore the error, or install SQLite.

Slava

On Tue, Nov 16, 2010 at 1:19 AM, Shaping <shap...@charter.net> wrote:
> On Mon, Nov 15, 2010 at 4:07 PM, Shaping <shap...@charter.net> wrote:
>
>> I just completed a fresh cloning of the Factor origin repo and a build of
>
>> factor.exe. I opened the Listener, and evaluated load-all.  When the
>
>> load-all completed, I saw only this:
>
>
>
> I don't know enough about site-watcher to say what the exact problem
>
> is, but in general, missing symbol errors during load-all are minor
>
> problems, unless you intend to actually use the affected vocabularies.
>
>
>
> It's probably not very important, but I want to understand what is broken,
> and why I can't quickly see and fix it.
>
>
>
> After the load-all, I loaded each of the site-watcher vocabs: site-watcher,
> site-watcher.spider, site-watcher.email, and site-watcher.db.  I did these
> loads with require.  There were no errors.  I expected one, because I'm
> thinking that these loads are a subset of what load-all does.  There must be
> some difference between what load-all did the first time through and what I
> just did by loading/compiling the individual vocabs.
>
>
>
>
>
> Shaping
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today
> http://p.sf.net/sfu/msIE9-sfdev2dev
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to