Re: [opencog-dev] Re: non-root build

2017-06-17 Thread Linas Vepstas
Mark, Opencog works great with pretty much any kind of linux. I personally run it on bleeding edge debian unstable. I have docker containers where its on 16.04 and 16.10 I am also currently running it on a pre-historic version of RedHat (because I have to, because its not my machine) and it works

[opencog-dev] Re: non-root build

2017-06-12 Thread Dmitry Ponyatov
Looks like opencog build captured contents of src/opencog/scm/opencog/base/core_types.scm -- 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 opencog+unsubscr...@googleg

[opencog-dev] Re: non-root build

2017-06-12 Thread Dmitry Ponyatov
Fixed some problems on opencog build using sed patching: CWD = $(CURDIR) PREFIX = $(CWD) PREFIXX = $(subst /,\/,${PREFIX}) cmake src/opencog # fix build files sed -i 's/\/usr\/local/$${CMAKE_INSTALL_PREFIX}/g' build/opencog/nlp/ sentiment/cmake_install.cmake # build & install make && make install

[opencog-dev] Re: non-root build

2017-06-11 Thread AmeBel
There is a script in https://github.com/opencog/ocpkg for debian not maintained though On Sunday, June 11, 2017 at 2:45:01 PM UTC+8, Dmitry Ponyatov wrote: > > I'm working on build scripts for opencog: https://github.com/ponyatov/cog > > cogutils & atomspace build ok (it is tiny selfcontaining pa

Re: [opencog-dev] Re: non-root build

2017-06-11 Thread Ben Goertzel
yeah we have run OpenCog on Raspberry Pi 3 ... On Sun, Jun 11, 2017 at 5:00 PM, Dmitry Ponyatov wrote: >> From my understanding, much of the development of OpenCog was done >> with the assumption that all development work is to be done with a >> specific version of Ubuntu. > > > Strange decision

Re: [opencog-dev] Re: non-root build

2017-06-11 Thread Dmitry Ponyatov
> > From my understanding, much of the development of OpenCog was done > with the assumption that all development work is to be done with a > specific version of Ubuntu. Strange decision: opencog seems more or less to be embeddable into robotic-like platforms, so is it better to use some bui

Re: [opencog-dev] Re: non-root build

2017-06-11 Thread Mark Nuzz
>From my understanding, much of the development of OpenCog was done with the assumption that all development work is to be done with a specific version of Ubuntu. There are a lot of dependencies, and install paths and available versions of such can be different between distros. So this decision fro

[opencog-dev] Re: non-root build

2017-06-11 Thread Dmitry Ponyatov
error in opencog/build/opencog/nlp/sentiment/cmake_install.cmake file generation: /usr/local/etc must be replaced by ${CMAKE_INSTALL_PREFIX}/etc what source file should I fix to do it ? -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscri

[opencog-dev] Re: non-root build

2017-06-11 Thread Dmitry Ponyatov
make install -- Up-to-date: /home/ponyatov/opencog/share/opencog/scm/opencog/nlp/ processing-utils.scm -- Up-to-date: /home/ponyatov/opencog/share/opencog/scm/opencog/nlp/ sentiment.scm -- Up-to-date: /home/ponyatov/opencog/lib/python2.7/dist-packages/sentiment/ basic_sentiment_analysis.py CMake E