opencog / opencog

A framework for integrated Artificial Intelligence & Artificial General Intelligence (AGI)

Home Page:http://wiki.opencog.org/w/Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflict between `cogserver` and `opencog` repos

glicerico opened this issue · comments

There is a conflict between the building and installation of the opencog and cogserver repos.
If cogserver is built+installed first and opencog later, then one cannot call the cogserver:

Unbound variable: start-cogserver

If cogserver is built+installed after opencog, cogserver works fine, but there's a problem with the lg parser:

opencog/nlp/lg-parse.scm:8:0: In procedure module-lookup: Unbound variable: opencog-ext-path-lg-parse

merged; doe sit fix it?