Hi Shaping,

 

Hi Slava.

 

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.

 

I copied

 

sqlite3.exe

sqlite3.def

sqlite3.dll

 

to my Factor working directory, and evaluated load-all again.  I get the
same:

 

 

==== webapps.site-watcher:

 

The image refers to a library or symbol that was not found at load time

 

 

I see a reference in basis\db\sqlite\ffi\ffi.factor to "sqlite3.dll".  This
is the only reference to the file in the entire Factor working directory, if
you don't count the .so versions.  I need the .dll; I'm running W7U.  How do
I debug this?

 

Jim earlier said that the three files need to go in the Factor working
directory.  How can I place a breakpoint, to debug the loading of the DLL?
There is no full path mentioned in the code (that I can see) for the DLL,
like there is for the .dylib.

 

 

Shaping 

 

 

 

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

------------------------------------------------------------------------------
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