David C. Rankin wrote:
Those are linker errors. They are not seeing whatever was supposed to provide static_QUType_ptr. I know krecipes will use several backends like MySQL (now MariaDB), so there may be a change to a backend that no longer provides definition and declaration of static_QUType_ptr.
What that is -- unfortunately I do not know, but perhaps someone more up to date to the changes there may know.
I had this, when I failed (note missing submodule)
$ cat kplayer/.git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://anonymous@scm.trinitydesktop.org/scm/git/kplayer fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
When I have this it works (of course submodules checked out)
$ cat kplayer/.git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://mirror.git.trinitydesktop.org/gitea/TDE/kplayer.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master [submodule "admin"] url = http://system@scm.trinitydesktop.org/scm/git/tde-common-admin [submodule "cmake"] url = http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake
only question left is the ssl one