KDB release needed
*KDB no longer compiles with current Qt. The master branch does compile. Can we get a release of KDB? I can make one if that works OK.* *15:47:47* /workspace/build/src/KDb.cpp: In function ‘QString KDb::escapeBLOB(const QByteArray&, KDb::BLOBEscapingType)’:*15:47:47* /workspace/build/src/KDb.cpp:1638:37: error: use of deleted function ‘QCharRef& QCharRef::operator=(char)’*15:47:47* 1638 | str[new_length++] = '\\'; *Jonathan*
Re: KDB release needed
Similarly kreport doesn't compile with current libmarble for the maps plugins which makes Kexi unhappy to compile. Can we get (or can I make) a new release of this? Jonathan On Thu, 25 Aug 2022 at 14:01, Jonathan Riddell wrote: > > *KDB no longer compiles with current Qt. The master branch does compile. > Can we get a release of KDB? I can make one if that works OK.* > > > *15:47:47* /workspace/build/src/KDb.cpp: In function ‘QString > KDb::escapeBLOB(const QByteArray&, KDb::BLOBEscapingType)’:*15:47:47* > /workspace/build/src/KDb.cpp:1638:37: error: use of deleted function > ‘QCharRef& QCharRef::operator=(char)’*15:47:47* 1638 | > str[new_length++] = '\\'; > > > > *Jonathan* > > >
Re: KDB release needed
Hi Jonathan Wow, thats a blast from the past .. i'll try and get kreport building for you! Im also using kdb on SailfishOS, but i'd never notice a build error as we're stuck on Qt 5.6 there! Adam On Thu, 25 Aug 2022 at 14:17, Jonathan Riddell wrote: > > Similarly kreport doesn't compile with current libmarble for the maps plugins > which makes Kexi unhappy to compile. Can we get (or can I make) a new > release of this? > > Jonathan > > > On Thu, 25 Aug 2022 at 14:01, Jonathan Riddell wrote: >> >> KDB no longer compiles with current Qt. The master branch does compile. >> Can we get a release of KDB? I can make one if that works OK. >> >> >> 15:47:47 /workspace/build/src/KDb.cpp: In function ‘QString >> KDb::escapeBLOB(const QByteArray&, KDb::BLOBEscapingType)’: >> 15:47:47 /workspace/build/src/KDb.cpp:1638:37: error: use of deleted >> function ‘QCharRef& QCharRef::operator=(char)’ >> 15:47:47 1638 | str[new_length++] = '\\'; >> >> Jonathan >> >>