opencog / atomspace

The OpenCog (hyper-)graph database and graph rewriting system
https://wiki.opencog.org/w/AtomSpace
Other
801 stars 225 forks source link

fail to compile BasicSaveUTest #164

Closed amebel closed 8 years ago

amebel commented 9 years ago
[ 51%] Building CXX object tests/persist/sql/CMakeFiles/BasicSaveUTest.dir/BasicSaveUTest.cpp.o
In file included from /atomspace/build/tests/persist/sql/BasicSaveUTest.cpp:24:0:
/atomspace/tests/persist/sql/BasicSaveUTest.cxxtest:36:42: fatal error: opencog/nlp/types/atom_types.h: No such file or directory
 #include <opencog/nlp/types/atom_types.h>
                                          ^
compilation terminated.
make[3]: *** [tests/persist/sql/CMakeFiles/BasicSaveUTest.dir/BasicSaveUTest.cpp.o] Error 1
make[2]: *** [tests/persist/sql/CMakeFiles/BasicSaveUTest.dir/all] Error 2
make[1]: *** [CMakeFiles/tests.dir/rule] Error 2
make: *** [tests] Error 2

I think this has to be moved to opencog, and add scheme binding test in its place, right ? @linas

amebel commented 9 years ago

reason I am suggestining moving is because it depends on the cogserver and nlp atom-types.

jswiergo commented 9 years ago

This is atom storage test, so it seems to me atomspace repo is good place for it. The dependency on cogserver and nlp-types looks quite easy to cut. I will fix it when my time allows.

amebel commented 9 years ago

thanks

jswiergo commented 9 years ago

done #167