I am trying to build gpgme-1.3.2 on an Ubuntu 12.04. I've already built libgpg-error-1.10 and libassuan-2.0.3. The commands were simply:
./configure && make && make check && sudo make install
Both libraries built succesful and make check
gave me no fails.
However make check
on my gpgme built gave me 22 of 22 failing checks, although there were no built errors. I used the same command I used for building the other two libraries.