Welcome back at Github. I quickly fixed the FAILs mentioned in issue #59 . idleInterface is a requiredFeature. And showInterface shouldn't be in the extension data if you don't use it. minorVersion and microVersion are added with the numbers or your latest release 1.3.2 (odd minor version number!).
Optionally: -fvisibility=hidden in CFLAGS and CXXFLAGS (to get rid of the globally visible symbols)
Welcome back at Github. I quickly fixed the FAILs mentioned in issue #59 .
idleInterface
is arequiredFeature
. AndshowInterface
shouldn't be in the extension data if you don't use it.minorVersion
andmicroVersion
are added with the numbers or your latest release 1.3.2 (odd minor version number!).Optionally:
-fvisibility=hidden
in CFLAGS and CXXFLAGS (to get rid of the globally visible symbols)