(EDIT: only cogserver doesn't have gitignore sorry) Il giorno martedì 6 ottobre 2020 alle 20:52:19 UTC+2 Michele Thiella ha scritto:
> 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/daa31d45-b067-4fcb-9e0d-be0e229222f3n%40googlegroups.com.
