Re: [opencog-dev] unbound Variable cog-satisfying-set and loading scm file

2016-09-21 Thread vishnupriyaa31
What can i do to fix this this unbound variable cog satisfying set ? I also tried running the script from Hansonrobotics head, since it will build and everything for us. Hoping that there may not be any error But i could not run this, it also threw error Verifying checksums.

Re: [opencog-dev] unbound Variable cog-satisfying-set and loading scm file

2016-09-18 Thread vishnupriyaa31
Yeah i removed the line (load-from-path "opencog.scm"). But still got the same unbound variable error. :-(( I guess you did this, because you found instructions suggesting this, somewhere... where? Those instructions need to be fixed. I followed the instructions as in

Re: [opencog-dev] unbound Variable cog-satisfying-set and loading scm file

2016-09-17 Thread Linas Vepstas
On Sat, Sep 17, 2016 at 10:49 AM, wrote: > when i did ldd -r /usr/local/lib/opencog/libquery.so, i got few > undefined symbols, which i think probably linkage errors. > > undefined symbol: _ZN7opencog14EvaluationLink15do_eval_scratchEPNS_ >

Re: [opencog-dev] unbound Variable cog-satisfying-set and loading scm file

2016-09-15 Thread Linas Vepstas
On Thu, Sep 15, 2016 at 10:28 AM, wrote: > Hello, > > my ~/.guile has > > (use-modules (ice-9 readline)) (activate-readline) > (add-to-load-path "/usr/local/share/opencog/scm") > (add-to-load-path ".") > (use-modules (opencog)) > (use-modules (opencog query)) >

[opencog-dev] unbound Variable cog-satisfying-set and loading scm file

2016-09-15 Thread vishnupriyaa31
Hello, my ~/.guile has (use-modules (ice-9 readline)) (activate-readline) (add-to-load-path "/usr/local/share/opencog/scm") (add-to-load-path ".") (use-modules (opencog)) (use-modules (opencog query)) (use-modules (opencog exec)) (load-from-path "opencog.scm") 1. When i run, -->(define