Hey, > I have many problems with gpgme compiling and it looks like, it is not > able to use the qt5 env provided in kdesrcbuildrc, but system one. And > then, fails to compile. > > how to solve this issue ?
You should first check if you are using the uptodate repo for gpgme from git://git.gnupg.org/gpgme.git As gpgme is not anymore a KDE product you do not need to build gpgme anymore from within kdesrc-build. But if you need gpgme master branch, than ask Andre as he is part of upstream gpgme. hefee > bin/sh ../../../libtool --tag=CXX --mode=compile g++ -std=c++11 > -DHAVE_CONFIG_H -I. -I/home/sancelot/kdesrc/gpgme/lang/qt/src -I../../.. > -I/home/sancelot/kdesrc/gpgme/lang/cpp/src -I../../../src > -I/usr/include/qt5/QtCore -I/usr/include/qt5 -fpic > -I/home/sancelot/kde-latest/include -I/home/sancelot/UTILS/include > -DBUILDING_QGPGME -g -O2 -Wall -Wextra -Wno-shadow -MT job.lo -MD -MP > -MF .deps/job.Tpo -c -o job.lo > /home/sancelot/kdesrc/gpgme/lang/qt/src/job.cpp > libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. > -I/home/sancelot/kdesrc/gpgme/lang/qt/src -I../../.. > -I/home/sancelot/kdesrc/gpgme/lang/cpp/src -I../../../src > -I/usr/include/qt5/QtCore -I/usr/include/qt5 -fpic > -I/home/sancelot/kde-latest/include -I/home/sancelot/UTILS/include > -DBUILDING_QGPGME -g -O2 -Wall -Wextra -Wno-shadow -MT job.lo -MD -MP > -MF .deps/job.Tpo -c /home/sancelot/kdesrc/gpgme/lang/qt/src/job.cpp > -fPIC -DPIC -o .libs/job.o > In file included from /home/sancelot/kdesrc/gpgme/lang/qt/src/job.cpp:147:0: > > Regards, > > Steph