Hi! I am following http://wiki.opencog.org/w/Getting_Started_with_Atoms_and_the_Scheme_Shell and I am trying to run guile (I have already compiled all the necessary components and I have started cogserver). I have made .guile file with the suggested content:
(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)) But upon starting guile I am receiving: Backtrace: In ice-9/boot-9.scm: 157: 6 [catch #t #<catch-closure 55bcf1122a60> ...] In unknown file: ?: 5 [apply-smob/1 #<catch-closure 55bcf1122a60>] In ice-9/boot-9.scm: 63: 4 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 3 [eval # #] In unknown file: ?: 2 [primitive-load "/home/osboxes/.guile"] In ice-9/eval.scm: 393: 1 [eval #<memoized e-modules> ()] In unknown file: ?: 0 [memoize-variable-access! #<memoized e-modules> #<directory # 55bcf1113c60>] ERROR: In procedure memoize-variable-access!: ERROR: Unbound variable: e-modules What to do next? OK, I know that I should debug code and find the error in my input files, configuration files of the software itself (I can do this and am ready to do this in future), but I am trying to set up my knowledge base ASAP and maybe some have already experienced something like this? -- 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/a1e54c78-53d6-4e28-9d5a-fc645558842d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
