"‘const_iterator’ is not a member of ‘GA_Primitive’"
1877 2 1- HongMao
- Member
- 63 posts
- Joined: 8月 2013
- Offline
Was there undocumented changes to the HDK which invalidates all source code written for Houdini <= 16.0, that uses something along the lines of: “GA_Primitive::const_iterator vt;” in it? I'm trying to compile https://github.com/symek/EdgyEggs [github.com] just to see what it can do, and to use as a template to translate Houdini to libIGL, Eigen, etc. I've not made any modifications to the code, other than the makefile to supply the additional eltopo and shapeop libraries as well as the custom location Manjaro Linux gives to gcc-4.8 C libraries (nothing seems to work with c version 7.2.0), so what's with all the errors during the make?
- symek
- Member
- 1390 posts
- Joined: 7月 2005
- Offline
This is because GA_Primitive::beginVertex(const_iterator &i) [sidefx.com] was tagged as depreciated in Houdini 16.0 and removed recently. I've fixed the code for 16.5 just now, thanks! albeit I wouldn't take it as a template to anything
Cheers!
Cheers!
Edited by symek - 2017年12月4日 12:42:21
- HongMao
- Member
- 63 posts
- Joined: 8月 2013
- Offline
-
- Quick Links