You need to put at least one virtual function into the .cpp file
(not .hpp), otherwise the linker throws the vtable away at link-time
(IIRC).
> ....
> virtual ~PressTestEngine(){};
> virtual void applyCondition(MetaBody*);
Your problem is in TranslationEngine, cf. message you got the first
time:
undefined symbol `typeinfo for TranslationEngine'
Did you compile TranslationEngine? (removing YADE_REQUIRE_FEATURE(...)
from TranslationEngine.cpp)
v/
_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help : https://help.launchpad.net/ListHelp