Undefined Symbol when running under hython

   1607   0   0
User Avatar
Member
7 posts
Joined: July 2005
Offline
I am working on a dso that includes a custom primitive type and associated renderer, and I get an undefined symbol when loading the dso under hython, but not when loading it under hescape or houdini:

undefined symbol: _ZN12GR_Primitive16renderDecorationEP9RE_Render13GR_DecorationRK18GR_DecorationParms

I'm building using the makefiles provided with Houdini 13.0.224. I did just notice the final linking step does not include $(HLIBINC) and $(HLIBS) by default, but fixing that in my makefile does not help this problem any.

Thoughts?
  • Quick Links