Hi all, In my attempts to examine a problem with an incorrectly interpreted email address, I'm trying to build Qt Messaging Framework (QMF) [1] which seems to be the place where the interesting things happen. Specifically I would like to run the unit tests. However, QMF doesn't seem to be as easy to build as most other packages in mer-core. Since there is no rpm folder in the repo, I assume that the project is a so called "dumb package" [2], so I installed dependencies manually and ran
rpmbuild --define "_topdir `pwd`" --define "_sourcedir `pwd`" -bb *.spec in the platform SDK, and it compiled for a while but finally failed with In file included from statusmonitor.cpp:52:0: statusmonitor.h: In constructor '{anonymous}::Q_QGS_StatusMonitorInstance::innerFunction()::Holder::Holder()': statusmonitor.h:110:5: error: 'StatusMonitor::StatusMonitor()' is private StatusMonitor(); ^ Shouldn't stuff in the mer-core repos build without compiler errors? Am I missing something? /Erik [1] https://git.merproject.org/mer-core/qmf [2] https://sailfishos.org/wiki/Building_packages#Dumb_packages _______________________________________________ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org