You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git checkout v4.2.0
git submodule update
cmake .
make
[~/rpm/packages/digidoc4-client/DigiDoc4-Client] ➔ make
[ 2%] Built target translations_1
[ 2%] Automatic MOC for target qtsingleapplication
[ 2%] Built target qtsingleapplication_autogen
[ 5%] Built target qtsingleapplication
[ 6%] Automatic MOC for target qdigidoccommon
[ 6%] Built target qdigidoccommon_autogen
[ 27%] Built target qdigidoccommon
[ 27%] Automatic MOC for target qdigidoc4
[ 27%] Built target qdigidoc4_autogen
[ 28%] Automatic MOC for target TSLDownload
[ 28%] Built target TSLDownload_autogen
[ 29%] Built target TSLDownload
[ 30%] Building CXX object client/CMakeFiles/qdigidoc4.dir/Application.cpp.o
/home/users/glen/rpm/packages/digidoc4-client/DigiDoc4-Client/client/Application.cpp:170:7: error: ‘void DigidocConf::setTSUrl(const string&)’ marked ‘override’, but does not override
void setTSUrl(const std::string &url) override
^~~~~~~~
/home/users/glen/rpm/packages/digidoc4-client/DigiDoc4-Client/client/Application.cpp: In destructor ‘virtual Application::~Application()’:
/home/users/glen/rpm/packages/digidoc4-client/DigiDoc4-Client/client/Application.cpp:413:12: warning: possible problem detected in invocation of delete operator: [-Wdelete-incomplete]
delete d->bar;
^~~
/home/users/glen/rpm/packages/digidoc4-client/DigiDoc4-Client/client/Application.cpp:413:12: warning: invalid use of incomplete type ‘class MacMenuBar’
delete d->bar;
~~~^~~
/home/users/glen/rpm/packages/digidoc4-client/DigiDoc4-Client/client/Application.cpp:67:7: note: forward declaration of ‘class MacMenuBar’
class MacMenuBar;
^~~~~~~~~~
/home/users/glen/rpm/packages/digidoc4-client/DigiDoc4-Client/client/Application.cpp:413:12: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined
delete d->bar;
^~~
/home/users/glen/rpm/packages/digidoc4-client/DigiDoc4-Client/client/Application.cpp: In static member function ‘static void Application::setConfValue(Application::ConfParameter, const QVariant&)’:
/home/users/glen/rpm/packages/digidoc4-client/DigiDoc4-Client/client/Application.cpp:851:19: error: ‘digidoc::XmlConfCurrent’ {aka ‘class digidoc::XmlConfV2’} has no member named ‘setTSUrl’; did you mean ‘TSUrl’?
case TSAUrl: i->setTSUrl(v.isEmpty()? std::string() : v.constData()); break;
^~~~~~~~
TSUrl
make[2]: *** [client/CMakeFiles/qdigidoc4.dir/build.make:391: client/CMakeFiles/qdigidoc4.dir/Application.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:383: client/CMakeFiles/qdigidoc4.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
[~/rpm/packages/digidoc4-client/DigiDoc4-Client] ➔
➔ g++ --version
g++ (PLD-Linux) 8.2.0 20181009 (release)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The text was updated successfully, but these errors were encountered:
prepare:
The text was updated successfully, but these errors were encountered: