[SOLVED] static class TypeHandle GeomVertexData::CacheEntry?

Hi,

(1)I’m seing this issue when building my app.
It doesn’t show up when building Panda.

Btw. it seems that a sibling issue was quoted in the past at [[Solved]Unresolved tokens and ext symbols linking Panda3D...)

(2)I don’t have C:\Panda3D-1.8\include\parser-inc on path
but I do have C:\Panda3D-1.8\python\include since at a certain point I include dtoolbase.h which needs pyconfig.h…

Oh, I see, in my code I should then make sure that I have
#undef HAVE_PYTHON
which I can’t remember to have needed in the past months…