<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">
<div class="moz-cite-prefix">Hi Tobias,</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">my last successful build was:</div>
<div class="moz-cite-prefix">KPhotoAlbum: v6.1.0-69-gd3c8e9ddf<br>
KDE Frameworks: 6.19.0<br>
Qt: Using 6.9.2 and built against 6.9.2<br>
TUXEDO OS (Xcb)<br>
Build ABI: x86_64-little_endian-lp64<br>
Kernel: linux 6.14.0-117036-tuxedo</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">(I thought) by build script erases
all previous files (now it does!):</div>
<div class="moz-cite-prefix"> # werfe alle lokalen changes weg<br>
git checkout master<br>
git reset --hard<br>
# hole die aktuelle Version<br>
git pull<br>
# wechsle ins build-Verz.<br>
cd build<br>
# lösche cmake-Reste ### Das reicht nicht (19.12.2025)!<br>
#rm -rf C* c*<br>
# lösche alles<br>
rm -rf * <br>
# doit!<br>
cmake -DCMAKE_INSTALL_PREFIX=/usr/local
-DCMAKE_BUILD_TYPE=RelWithDebInfo ..<br>
make -j12<br>
# teste Demo<br>
export LANG=C<br>
./bin/kphotoalbum --demo<br>
export LANG=de_DE<br>
./bin/kphotoalbum --demo<br>
<br>
</div>
<div class="moz-cite-prefix">With the update, the build went
through:</div>
<div class="moz-cite-prefix"> KPhotoAlbum: v6.1.0-98-gbe3f000f5<br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">There are, however, some warnings:</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix"><span style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;">kphotoalbum/Settings/VideoPlayerSelectorDialog.cpp:75:23:
warning: this statement may fall throu</span><br>
gh [-Wimplicit-fallthrough=]<span
style="color:#000000;background-color:#ffffff;">
</span><br>
<span style="color:#000000;background-color:#ffffff;"> 75 |
candidate = m_qtmm;</span><span
style="color:#000000;background-color:#ffffff;">
</span><br>
<span style="color:#000000;background-color:#ffffff;"> |
~~~~~~~~~~^~~~~~~~</span><span
style="color:#000000;background-color:#ffffff;">
</span><br>
<span style="color:#000000;background-color:#ffffff;">/home/usr/src/kphotoalbum-git/kphotoalbum/Settings/VideoPlayerSelectorDialog.cpp:76:9:
note: here</span><span
style="color:#000000;background-color:#ffffff;">
</span><br>
<span style="color:#000000;background-color:#ffffff;"> 76 |
case VideoBackend::Phonon:</span><span
style="color:#000000;background-color:#ffffff;">
</span><br>
<span style="color:#000000;background-color:#ffffff;"> |
^~~~</span><br>
<span style="color:#000000;background-color:#ffffff;"></span><br>
</span>Thanks for the tipp!</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Andreas</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Am 19.12.25 um 12:03 schrieb Tobias
Leupold:<br>
</div>
<blockquote type="cite" cite="mid:3859785.MHq7AAxBmi@ginuog">
<blockquote type="cite">
<pre wrap="" class="moz-quote-pre">...</pre>
</blockquote>
<pre wrap="" class="moz-quote-pre">looks like some stray old temporary build files cause this (moc version
mismatch, I suppose you have a newer Qt version than 6.8.2?).
Have you tried in a new, empty build directory?
Cheers, Tobias
</pre>
</blockquote>
</div>
<br>
</body>
</html>