<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Well... that got us further...</p>
<p>
<blockquote type="cite">Scanning dependencies of target
newstufftest_autogen<br>
[ 63%] Automatic MOC and RCC for target newstufftest<br>
[ 63%] Built target newstufftest_autogen<br>
Scanning dependencies of target newstufftest<br>
[ 63%] Building CXX object
src/tests/CMakeFiles/newstufftest.dir/newstufftest.cpp.o<br>
/home/derek/Downloads/tellico-3.4.2/src/tests/newstufftest.cpp:31:10:
fatal error: QDBusConnection: No such file or directory<br>
#include <QDBusConnection><br>
^~~~~~~~~~~~~~~~~<br>
compilation terminated.<br>
src/tests/CMakeFiles/newstufftest.dir/build.make:62: recipe for
target
'src/tests/CMakeFiles/newstufftest.dir/newstufftest.cpp.o'
failed<br>
make[2]: ***
[src/tests/CMakeFiles/newstufftest.dir/newstufftest.cpp.o] Error
1<br>
CMakeFiles/Makefile2:2747: recipe for target
'src/tests/CMakeFiles/newstufftest.dir/all' failed<br>
make[1]: *** [src/tests/CMakeFiles/newstufftest.dir/all] Error 2<br>
Makefile:140: recipe for target 'all' failed<br>
make: *** [all] Error 2<br>
</blockquote>
<br>
</p>
<div class="moz-signature"><br>
<br>
<br>
✞ Derek Tombrello (KM4JAG)<br>
<a href="www.RobotsAndComputers.com">www.RobotsAndComputers.com</a><br>
<br>
<br>
<!-- <img src="http://www.RobotsAndComputers.com/images/rebelflag-small.jpg"><br>
Southern Pride<br>
<br> -->
<i>
"First they came for the Communists, but I was not a Communist
so I did not speak out.<br>
Then they came for the Socialists and the Trade Unionists, but I
was neither, so I did not speak out.<br>
Then they came for the Jews, but I was not a Jew so I did not
speak out.<br>
And when they came for me, there was no one left to speak out
for me."<br>
</i>
<br>
<br>
<br>
</div>
<div class="moz-cite-prefix">On 12/2/21 9:06 PM, Robby Stephenson
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CACFDV66PT+nhQT6fib27+zfWJcBVeYz-ra9gFa7K3faGr+DLGA@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div dir="ltr">On Mon, Nov 29, 2021 at 10:41 PM Derek Tombrello
<<a href="mailto:RebelTaz@robotsandcomputers.com"
moz-do-not-send="true">RebelTaz@robotsandcomputers.com</a>>
wrote:<br>
</div>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div>
<p>Just to be sure, I deleted the folder and re-extracted
the archive again. I am using this - <a
href="https://techbase.kde.org/Projects/Tellico/Compiling"
target="_blank" moz-do-not-send="true">https://techbase.kde.org/Projects/Tellico/Compiling</a>
- as to how to build tellico, a guide I've used
successfully several times for previous versions. as per
the guide, I'm creating a "build" directory in the
tellico-3.4.2 directory, changing to that "build"
directory and running the cmake and make commands from
there. When you say "you're starting the build from the
top directory", do you mean that I should be running the
cmake and make commands from the tellico-3.4.2 directory
directly instead</p>
</div>
</blockquote>
<div>I think this may be from Ubuntu having an older version
of some KDE build settings. If you open the CMakeLists.txt
in the top directory and add<br>
</div>
<div>set(CMAKE_AUTORCC ON)<br>
</div>
<div><br>
</div>
<div>after the cmake_minimum_required line, then try to
compile again (and yes, sounds like you're doing it
correctly from the directions).</div>
<div><br>
</div>
<div>Robby</div>
</div>
</div>
</blockquote>
</body>
</html>