Good evening everyone, I was trying to get all the tests of opencog, cogserver, etc working. I ran into Cogserver's CythonServer Test# 5 with the following error:
*Failure: ImportError (/usr/local/lib/opencog/libstorage-types.so: undefined symbol: _ZN7opencog13TYPE_SET_LINKE) ... ERROR* more precisely in: *cogserver/tests/cython/server/test_agent_finder.py ", line 3, in <module> * *from opencog.agent_finder import find_subclasses* so i went to see the test_agent_finder.py file and the cogserver import was after the from opencog.agent_finder *from opencog.agent_finder import find_subclassesimport opencog.cogserver* Inverting them I solved. I don't know if it's an error and/or it's already fixed .. I pulled all repo a few days ago. (Extra: I'm following the developments of the github branches and, obviously, all my build folders and their file are uncommited, why aren't they added to gitignore?) Thanks. Have a good time -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/opencog/50a3ae30-32fe-4c75-ba40-c30c4bdaefd0n%40googlegroups.com.
