Re: [opencog-dev] Re: Building OpenCog Error

2017-06-18 Thread AmeBel
Partially done in https://github.com/opencog/ocpkg/pull/86 On Sunday, June 18, 2017 at 12:36:56 PM UTC+8, linas wrote: > > why not just make a snapshot of the existing one, and rename it to > octool-14.04 ? > > On Sat, Jun 17, 2017 at 11:27 PM, AmeBel > wrote: > >>

Re: [opencog-dev] Re: Building OpenCog Error

2017-06-17 Thread Linas Vepstas
why not just make a snapshot of the existing one, and rename it to octool-14.04 ? On Sat, Jun 17, 2017 at 11:27 PM, AmeBel wrote: > Yes, octool hasn't been updated for 16.04. I will do that in the coming > weeks, it seems more people are using 16.04 > > On Sunday, June

Re: [opencog-dev] Re: Building OpenCog Error

2017-06-17 Thread AmeBel
Yes, octool hasn't been updated for 16.04. I will do that in the coming weeks, it seems more people are using 16.04 On Sunday, June 18, 2017 at 11:11:25 AM UTC+8, linas wrote: > > Hey Mike, > > opencog works just great great with 16.04 or even bleeding-edge debian > usntable. However, octool

Re: [opencog-dev] Re: Building OpenCog Error

2017-06-17 Thread Linas Vepstas
Hey Mike, opencog works just great great with 16.04 or even bleeding-edge debian usntable. However, octool probably does not. -linas p.s. just because you can walk doesn't mean you don't have a broken bone. Just thought I'd mention that. On Wed, Jun 14, 2017 at 2:54 PM, Michael Duncan

Re: [opencog-dev] Re: Building OpenCog Error

2017-06-14 Thread 'Nil Geisweiller' via opencog
I've never used octool, I rely on cmake to detect what is missing, maybe try to install cogutil, atomspace and opencog, and install whichever package cmake tells you is missing. Nil On 06/14/2017 09:08 PM, karthikbm2...@gmail.com wrote: Hello Dmitry, If I am right, Building OpenCog is the

[opencog-dev] Re: Building OpenCog Error

2017-06-14 Thread Michael Duncan
i don't think opencog dependencies have been figured out yet for ubuntu 16.04. try with 14.04. On Wednesday, June 14, 2017 at 1:59:52 PM UTC-4, karthi...@gmail.com wrote: > > Hello, I am using Ubuntu 16.04 docker container on a windows machine. > > On Tuesday, 13 June 2017 21:16:21 UTC-7,

[opencog-dev] Re: Building OpenCog Error

2017-06-14 Thread karthikbm2007
Hello, I am using Ubuntu 16.04 docker container on a windows machine. On Tuesday, 13 June 2017 21:16:21 UTC-7, AmeBel wrote: > > > Hi, what os are you using? > > On Wednesday, June 14, 2017 at 6:53:03 AM UTC+8, karthi...@gmail.com > wrote: >> >> Hello, >> >> I am following the tutorial @ >>

[opencog-dev] Re: Building OpenCog Error

2017-06-14 Thread Dmitry Ponyatov
I have this like problem, try do decrease make -j N -- I have i7 system but too low RAM available (6Gb) for full make -j8, su -j4 works ok -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails

[opencog-dev] Re: Building OpenCog Error

2017-06-14 Thread Dmitry Ponyatov
Try to use my Makefile script: https://github.com/ponyatov/cog I've got core systemn build but have some problems with configuration. For default BUILD use make PREFIX=/usr/local packages cogutils atomspace opencog -- You received this message because you are subscribed to the Google Groups

[opencog-dev] Re: Building OpenCog Error

2017-06-13 Thread AmeBel
Hi, what os are you using? On Wednesday, June 14, 2017 at 6:53:03 AM UTC+8, karthi...@gmail.com wrote: > > Hello, > > I am following the tutorial @ > http://wiki.opencog.org/w/Building_OpenCog_(Hands_On) to build OpenCog. > After I run the command ./octool -rsdpcalv I get below error : > > [