We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b77f1a commit d5c344dCopy full SHA for d5c344d
src/CMakeLists.txt
@@ -8,7 +8,7 @@ INSTALL (FILES
8
# will not load the config parameters -- that has to be done by hand.
9
INSTALL (FILES
10
psi-behavior.scm
11
-# behavior.scm
+ behavior.scm
12
express.scm
13
primitives.scm
14
cfg-tools.scm
src/btree.scm
@@ -29,8 +29,6 @@
29
(use-modules (opencog))
30
(use-modules (opencog query)) ; XXX work-around relex2logic bug
31
32
-(use-modules (opencog exec))
33
-(use-modules (opencog openpsi))
34
; Start the cogsserver. It is used by the face-tracker to poke data
35
; into the atomspace.
36
(use-modules (opencog cogserver))
0 commit comments