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/a19f8ed1-6df7-4ade-875c-f8ae3827860a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
