[SOLVED] static class TypeHandle GeomVertexData::CacheEntry?

Thks for fixing point 1

Related to parse_inc, I just checked even with predefining:
#undef HAVE_PYTHON

I’m still getting the compiler trying to fetch stuff from parser_inc directory (and obviously screwing up the built) :

include\parser-inc\stdtypedefs.h(25): error: invalid redeclaration of type name "off_t" (declared at line 479 of "c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\wchar.h")

and so on...

I don’t understand (besides having panda1.8/python/include in my path) what’s going on here.

BTW. the only (quick) fix so far is to remove the parser_inc directory… which I didn’t have to do previously…