← Back to team overview

kicad-developers team mailing list archive

Re: I really *love* STL error messages

 

> WX_DECLARE_HASH_MAP(const char*, EDA_RECT, wxStringHash, wxStringEqual, RECT_MAP );

Probably you are not using the other hashtable named PROPERTIES, declared in hashtable.h,
because you are not defining:

USE_NEW_PCBNEW_SAVE

in your build?  Just checking to see if this other similar hashtable is building in your
environment....

Your environment is sort of a minority problem case at the moment, so I want to learn
about it.

Thanks,

Dick



Follow ups

References