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 ; mkdir opencog/build ; cd opencog/build ;\
PATH=*/home/ponyatov/cog/cmake/bin*:/home/ponyatov/jdk1.8.0_131/bin:/usr/
local/bin:/usr/bin:/bin:/usr/games /home/ponyatov/cog/cmake/bin/cmake -
DCMAKE_INSTALL_PREFIX:PATH=/home/ponyatov/opencog ..

I use CMAKE_INSTALL_PREFIX for install all opencog system at user home 
directory


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'
: No such file or directory

and /home/ponyatov/opencog/share/opencog/scm/opencog.scm contains strange 
strings looks like hardcoded opencode prefix:

; lib64 is used by various versions of CentOS
(define path "/usr/local/lib/opencog:/usr/local/lib64/opencog")



-- 
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...@googlegroups.com.
To post to this group, send email to opencog@googlegroups.com.
Visit this group at https://groups.google.com/group/opencog.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/opencog/62c107ae-5aac-42ad-8a81-64abab7ae33e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to