There is a check for octomap when compiling the C++ code. There's no run-time check. I'm not sure what a good fix for this is. --linas
On Sun, Jan 7, 2018 at 8:27 AM, Eyob <[email protected]> wrote: > Ok, I solved it myself. What was missing was octomap ( > https://github.com/OctoMap/octomap/wiki/Compilation-and- > Installation-of-OctoMap). > > Seems the spactime and/or spatial component of opencog needed that > dependency. > > I wonder that dependency need to be listed at https://github.com/opencog/ > opencog > > On Sunday, January 7, 2018 at 12:56:17 AM UTC+3, Eyob wrote: >> >> When I ran the below in guile before running ghost >> >> (use-modules (opencog eva-behavior)) >> >> it raises the following error below but I think what is missing is the >> module (opencog pointmem). How do I install pointmem?? >> >> >> Here is the error >> >> >> scheme@(guile-user)> (use-modules (opencog eva-behavior)) >> ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 >> ;;; or pass the --no-auto-compile argument to disable. >> ;;; compiling /usr/local/share/opencog/scm/opencog/eva-behavior.scm >> ;;; compiling /usr/local/share/opencog/scm/opencog/eva-model/time-map.scm >> ;;; WARNING: compilation of >> /usr/local/share/opencog/scm/opencog/eva-model/time-map.scm >> failed: >> ;;; ERROR: no code for module (opencog pointmem) >> ;;; WARNING: compilation of >> /usr/local/share/opencog/scm/opencog/eva-behavior.scm >> failed: >> ;;; ERROR: no code for module (opencog pointmem) >> While compiling expression: >> ERROR: In procedure module-lookup: Unbound variable: eva-get-logger >> > -- > You received this message because you are subscribed to the Google Groups > "opencog" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/opencog. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/opencog/8e05ed1a-7c56-4c96-a658-d4b6a640ce0b%40googlegroups.com > <https://groups.google.com/d/msgid/opencog/8e05ed1a-7c56-4c96-a658-d4b6a640ce0b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- *"The problem is not that artificial intelligence will get too smart and take over the world," computer scientist Pedro Domingos writes, "the problem is that it's too stupid and already has." * -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/CAHrUA34bW2oo0tuem05c%3D49AZMqdEZNCS_FjeZ9o6e4vfYdMNg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
