Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with atom_types.h when installing opencog #14

Closed
ngeiswei opened this issue Oct 26, 2012 · 8 comments
Closed

Error with atom_types.h when installing opencog #14

ngeiswei opened this issue Oct 26, 2012 · 8 comments

Comments

@ngeiswei
Copy link
Member

make install

outputs the following error

CMake Error at opencog/atomspace/cmake_install.cmake:56 (FILE):
file INSTALL cannot find
"/home/nilg/OpenCog/opencog/opencog/atomspace/atom_types.h".
Call Stack (most recent call first):
opencog/cmake_install.cmake:41 (INCLUDE)
cmake_install.cmake:37 (INCLUDE)

@linas
Copy link
Member

linas commented Oct 26, 2012

I just did a pull request that should fix this for you.

@karlsackett
Copy link

I've got the same problem. The latest pull didn't fix it.

-- Up-to-date: /usr/local/include/opencog/atomspace/AtomTable.h
CMake Error at opencog/atomspace/cmake_install.cmake:56 (FILE):
  file INSTALL cannot find
  "/home/krs/git/opencog/opencog/atomspace/atom_types.h".
Call Stack (most recent call first):
  opencog/cmake_install.cmake:41 (INCLUDE)
  cmake_install.cmake:37 (INCLUDE)


make: *** [install] Error 1

@karlsackett
Copy link

I manually patched opencog/atomspace/CMakeLists.txt. Now I get this error:

-- Set runtime path of "/usr/local/lib/opencog/libnlp-types.so" to "/usr/local/lib/opencog"
CMake Error at opencog/nlp/types/cmake_install.cmake:56 (FILE):
  file INSTALL cannot find
  "/home/krs/git/opencog/opencog/nlp/types/atom_types.h".
Call Stack (most recent call first):
  opencog/nlp/cmake_install.cmake:38 (INCLUDE)
  opencog/cmake_install.cmake:44 (INCLUDE)
  cmake_install.cmake:37 (INCLUDE)


make: *** [install] Error 1

@linas
Copy link
Member

linas commented Oct 27, 2012

OK,

You'd need to pull from my branch, and not from somewhere else, to see my
fix, because my fix has not yet been merged. See, for example:

https://github.com/opencog/opencog/network

Per new quasi-rules, people won't generally be merging their own code, and
so I''ve not merged this

--linas

On 26 October 2012 20:04, Karl Sackett notifications@github.com wrote:

I manually patched opencog/atomspace/CMakeLists.txt. Now I get this error:

-- Set runtime path of "/usr/local/lib/opencog/libnlp-types.so" to "/usr/local/lib/opencog"
CMake Error at opencog/nlp/types/cmake_install.cmake:56 (FILE):
file INSTALL cannot find
"/home/krs/git/opencog/opencog/nlp/types/atom_types.h".
Call Stack (most recent call first):
opencog/nlp/cmake_install.cmake:38 (INCLUDE)
opencog/cmake_install.cmake:44 (INCLUDE)
cmake_install.cmake:37 (INCLUDE)

make: *** [install] Error 1


Reply to this email directly or view it on GitHubhttps://github.com//issues/14#issuecomment-9831287.

@karlsackett
Copy link

I pulled from your branch and fixed the conflict with my patch. This a new error with a missing
opencog/nlp/types/atom_types.h. Should this go in a new issue?

@linas
Copy link
Member

linas commented Oct 28, 2012

Should this go in a new issue?

No, here is fine. Anyway, I just pushed additional fixes for that.

--linas

@karlsackett
Copy link

The fixes worked. I can finally build and install opencog under Debian Linux. Thanks for your help.

@ferrouswheel
Copy link
Contributor

👯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants