Hi!
(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?