Page 1 of 1

2.7.6: undefined reference to 'vtable for X509ParserListener

Posted: Mon Jun 13, 2016 6:03 pm
by dnishimura
One of the functions in class X509ParserListener in X509Parser.h was not assigned as an abstract function.

virtual bool clearAltNames();

After setting it to an abstract function, the link error went away.

Re: 2.7.6: undefined reference to 'vtable for X509ParserList

Posted: Wed Jun 15, 2016 2:09 pm
by dciliske
Yup. This got fixed upstream, but not backported.

Re: 2.7.6: undefined reference to 'vtable for X509ParserList

Posted: Thu Jun 16, 2016 6:11 pm
by dnishimura
Is 2.7.6 a beta build then?