Hello Amen,

Since last time, I have redone everything. I downloaded cogutils, 
atomspace, moses and opencog again and 
did a git pull to make sure that everything was up-to-date. 
Now, I am getting what looks like the same error from a different location. 
Everytime I am getting stuck at this 
error which says getChild is not a member of octomap::OcTreeNode:
---
In file included from 
/home/gaurav/Codes/AI/OpenCog/SOFTWARE/opencog/opencog/spatial/3DSpaceMap/SpaceMapUtil.h:8:0,
                 from 
/home/gaurav/Codes/AI/OpenCog/SOFTWARE/opencog/opencog/spatial/3DSpaceMap/SpaceMapUtil.cc:8:
/home/gaurav/Codes/AI/OpenCog/SOFTWARE/opencog/opencog/spatial/3DSpaceMap/OctomapOcTree.h:
 
In member function ‘opencog::spatial::OctomapOcTreeNode* 
opencog::spatial::OctomapOcTreeNode::getChild(unsigned int)’:
/home/gaurav/Codes/AI/OpenCog/SOFTWARE/opencog/opencog/spatial/3DSpaceMap/OctomapOcTree.h:73:57:
 
error: ‘getChild’ is not a member of ‘octomap::OcTreeNode’
                 return static_cast<OctomapOcTreeNode*> 
(OcTreeNode::getChild(i));
                                                         ^
/home/gaurav/Codes/AI/OpenCog/SOFTWARE/opencog/opencog/spatial/3DSpaceMap/OctomapOcTree.h:
 
In member function ‘const opencog::spatial::OctomapOcTreeNode* 
opencog::spatial::OctomapOcTreeNode::getChild(unsigned int) const’:
/home/gaurav/Codes/AI/OpenCog/SOFTWARE/opencog/opencog/spatial/3DSpaceMap/OctomapOcTree.h:77:63:
 
error: ‘getChild’ is not a member of ‘octomap::OcTreeNode’
                 return static_cast<const OctomapOcTreeNode*> 
(OcTreeNode::getChild(i));
                                                               ^
make[2]: *** 
[opencog/spatial/CMakeFiles/SpaceMap.dir/3DSpaceMap/SpaceMapUtil.cc.o] 
Error 1
make[1]: *** [opencog/spatial/CMakeFiles/SpaceMap.dir/all] Error 2
make: *** [all] Error 2

---

If I tell you the versions of all the libraries in my installation, will 
that help?

Yours sincerely
Gaurav Gautam


On Monday, June 27, 2016 at 11:40:06 AM UTC+5:30, AmeBel wrote:
>
> update your atomspace installation
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/386fb9e6-c74d-4661-b429-c40cf30fa581%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to