Re: [opencog-dev] non-root build

2017-06-11 Thread 'Nil Geisweiller' via opencog
On 06/11/2017 09:45 AM, Dmitry Ponyatov wrote: Have lot of error reports on cmake : | failed to create symbolic link '/home/ponyatov/cog/opencog/build/opencog/scm//opencog/pln/rules/propositional/blablabla.scm':Nosuch file ordirectory | I'm also having that. I don't understand the problem

[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

[opencog-dev] Re: Speculation/musing -- possible future Common-LISP / CLASP wrapping for OpenCog and related tools

2017-06-11 Thread AmeBel
fyi http://wiki.ros.org/roslisp On Sunday, June 11, 2017 at 12:11:57 PM UTC+8, Ben Goertzel wrote: > > !!! Caveat: This post presents some speculative suggestions, not to be > interpreted > > as a definitive plan or mandate for work-to-be-done or anything like > > that; just as an

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.

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

[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

[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

[opencog-dev] non-root build

2017-06-11 Thread Dmitry Ponyatov
I'm working on build scripts for opencog: https://github.com/ponyatov/cog cogutils & atomspace build ok (it is tiny selfcontaining packages) but have problem configuring opencog core itself: I use modern cmake version built from sources (stable Debian has some anility) rm -rf opencog/build ;