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. For more options, visit https://groups.google.com/d/optout.
