<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[cmake issues trying to open messaging-app]]></title><description><![CDATA[<p dir="auto">I wanted to try my luck building messaging-app and see if I can help with some of the bugs, I haven't used cmake before.(will start to learn it though).<br />
In the meantime can someone help me with this issue?</p>
<p dir="auto">I have installed every libnotify I could find with apt install.<br />
I am trying to open it with Ubuntu SDK(installed from ppa) on Ubuntu 16.04.</p>
<p dir="auto">Running "/home/adi/.config/QtProject/qtcreator/ubuntu-sdk/device-armhf/cmake /home/adi/Ubuntu-workspace/messaging-app '-GCodeBlocks - Unix Makefiles' -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_CXX_COMPILER:STRING=/usr/bin/arm-linux-gnueabihf-gcc -DQT_QMAKE_EXECUTABLE:STRING=/usr/bin/qt5-qmake-arm-linux-gnueabihf" in /home/adi/Ubuntu-workspace/messaging-app-debug.<br />
-- Removing build artifacts<br />
-- The C compiler identification is GNU 4.9.2<br />
-- The CXX compiler identification is GNU 4.9.2<br />
-- Check for working C compiler: /var/lib/lxd/containers/device-armhf/rootfs/usr/bin/arm-linux-gnueabihf-gcc<br />
-- Check for working C compiler: /var/lib/lxd/containers/device-armhf/rootfs/usr/bin/arm-linux-gnueabihf-gcc -- works<br />
-- Detecting C compiler ABI info<br />
-- Detecting C compiler ABI info - done<br />
-- Check for working CXX compiler: /var/lib/lxd/containers/device-armhf/rootfs/usr/bin/arm-linux-gnueabihf-gcc<br />
-- Check for working CXX compiler: /var/lib/lxd/containers/device-armhf/rootfs/usr/bin/arm-linux-gnueabihf-gcc -- works<br />
-- Detecting CXX compiler ABI info<br />
-- Detecting CXX compiler ABI info - done<br />
-- Could NOT find Lcov (missing:  LCOV_EXECUTABLE GENHTML_EXECUTABLE)<br />
-- Could NOT find gcovr (missing:  GCOVR_EXECUTABLE)<br />
-- Found PkgConfig: arm-linux-gnueabihf-pkg-config (found version "0.28")<br />
-- checking for module 'libnotify'<br />
--   package 'libnotify' not found<br />
CMake Error at /var/lib/lxd/containers/device-armhf/rootfs/usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:345 (message):<br />
A required package was not found<br />
Call Stack (most recent call first):<br />
/var/lib/lxd/containers/device-armhf/rootfs/usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:399 (_pkg_check_modules_internal)<br />
CMakeLists.txt:47 (pkg_check_modules)</p>
<p dir="auto">-- Found Gettext: /var/lib/lxd/containers/device-armhf/rootfs/usr/bin/msgmerge (found version "0.19.2")<br />
CMake Warning at tests/qml/CMakeLists.txt:18 (message):<br />
Qml tests disabled: xvfb-run not found<br />
-- Configuring incomplete, errors occurred!<br />
See also "/home/adi/Ubuntu-workspace/messaging-app-debug/CMakeFiles/CMakeOutput.log".</p>
]]></description><link>https://forums.ubports.com/topic/748/cmake-issues-trying-to-open-messaging-app</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 09:21:51 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/748.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Nov 2017 19:38:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to cmake issues trying to open messaging-app on Sun, 03 Dec 2017 19:30:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vadrian89" aria-label="Profile: vadrian89">@<bdi>vadrian89</bdi></a> can you try doing an <code>apt-get update &amp;&amp; apt-get upgrade</code> within the container? If that doesn't change anything then you must be still missing a library needed for compiling.</p>
]]></description><link>https://forums.ubports.com/post/5695</link><guid isPermaLink="true">https://forums.ubports.com/post/5695</guid><dc:creator><![CDATA[bhdouglass]]></dc:creator><pubDate>Sun, 03 Dec 2017 19:30:06 GMT</pubDate></item><item><title><![CDATA[Reply to cmake issues trying to open messaging-app on Sat, 02 Dec 2017 15:07:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bhdouglass" aria-label="Profile: bhdouglass">@<bdi>bhdouglass</bdi></a> made a new container through Ubuntu SDK IDE (desktop kit this time) and I still have the same issue.</p>
]]></description><link>https://forums.ubports.com/post/5668</link><guid isPermaLink="true">https://forums.ubports.com/post/5668</guid><dc:creator><![CDATA[vadrian89]]></dc:creator><pubDate>Sat, 02 Dec 2017 15:07:57 GMT</pubDate></item><item><title><![CDATA[Reply to cmake issues trying to open messaging-app on Tue, 28 Nov 2017 16:16:54 GMT]]></title><description><![CDATA[<p dir="auto">I'm not sure, but your container might be a little messed up (my go-to is usually to rebuild it). You might have unintentionally messed it up by installing non-armhf stuff.</p>
]]></description><link>https://forums.ubports.com/post/5580</link><guid isPermaLink="true">https://forums.ubports.com/post/5580</guid><dc:creator><![CDATA[bhdouglass]]></dc:creator><pubDate>Tue, 28 Nov 2017 16:16:54 GMT</pubDate></item><item><title><![CDATA[Reply to cmake issues trying to open messaging-app on Mon, 27 Nov 2017 20:17:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bhdouglass" aria-label="Profile: bhdouglass">@<bdi>bhdouglass</bdi></a><br />
It worked, installing armhf version of libnotify and qtpim5-dev, but now it fails at linkage:</p>
<p dir="auto">/var/lib/lxd/containers/device-armhf/rootfs/usr/lib/gcc-cross/arm-linux-gnueabihf/4.9/../../../../arm-linux-gnueabihf/bin/ld: CMakeFiles/messaging-app.dir/messagingapplication.cpp.o: undefined reference to symbol '__cxa_guard_abort@@CXXABI_1.3'<br />
/var/lib/lxd/containers/device-armhf/rootfs/usr/lib/arm-linux-gnueabihf/libstdc++.so.6: error adding symbols: DSO missing from command line<br />
collect2: error: ld returned 1 exit status<br />
make[2]: *** [src/messaging-app] Error 1<br />
make[1]: *** [src/CMakeFiles/messaging-app.dir/all] Error 2</p>
]]></description><link>https://forums.ubports.com/post/5577</link><guid isPermaLink="true">https://forums.ubports.com/post/5577</guid><dc:creator><![CDATA[vadrian89]]></dc:creator><pubDate>Mon, 27 Nov 2017 20:17:49 GMT</pubDate></item><item><title><![CDATA[Reply to cmake issues trying to open messaging-app on Sun, 26 Nov 2017 19:06:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bhdouglass" aria-label="Profile: bhdouglass">@<bdi>bhdouglass</bdi></a><br />
I have not installed the armhf version of libnotify-dev, I will let you know how it goes after I install it.</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://forums.ubports.com/post/5562</link><guid isPermaLink="true">https://forums.ubports.com/post/5562</guid><dc:creator><![CDATA[vadrian89]]></dc:creator><pubDate>Sun, 26 Nov 2017 19:06:10 GMT</pubDate></item><item><title><![CDATA[Reply to cmake issues trying to open messaging-app on Sun, 26 Nov 2017 02:53:52 GMT]]></title><description><![CDATA[<p dir="auto">Did you install the armhf version of libnotify-dev (aka <code>apt-get install libnotify-dev:armhf</code>) in your container? (I assume you are compiling for armhf).</p>
]]></description><link>https://forums.ubports.com/post/5560</link><guid isPermaLink="true">https://forums.ubports.com/post/5560</guid><dc:creator><![CDATA[bhdouglass]]></dc:creator><pubDate>Sun, 26 Nov 2017 02:53:52 GMT</pubDate></item><item><title><![CDATA[Reply to cmake issues trying to open messaging-app on Sat, 25 Nov 2017 10:29:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a></p>
<p dir="auto">I installed in the container made by Ubuntu SDK all you mentioned except qt5 which it says it doesn't find package and now I get:</p>
<p dir="auto">[12:02:03] ii click-reviewers-tools 0.44~16.04.1</p>
<p dir="auto">Running "/home/adi/.config/QtProject/qtcreator/ubuntu-sdk/device-armhf/cmake /home/adi/Ubuntu-workspace/messaging-app '-GCodeBlocks - Unix Makefiles' -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_CXX_COMPILER:STRING=/usr/bin/arm-linux-gnueabihf-gcc -DQT_QMAKE_EXECUTABLE:STRING=/usr/bin/qt5-qmake-arm-linux-gnueabihf" in /tmp/qtc-cmake-3EW5Qr.<br />
-- The C compiler identification is GNU 4.9.2<br />
-- The CXX compiler identification is GNU 4.9.2<br />
-- Check for working C compiler: /var/lib/lxd/containers/device-armhf/rootfs/usr/bin/arm-linux-gnueabihf-gcc<br />
-- Check for working C compiler: /var/lib/lxd/containers/device-armhf/rootfs/usr/bin/arm-linux-gnueabihf-gcc -- works<br />
-- Detecting C compiler ABI info<br />
-- Detecting C compiler ABI info - done<br />
-- Check for working CXX compiler: /var/lib/lxd/containers/device-armhf/rootfs/usr/bin/arm-linux-gnueabihf-gcc<br />
-- Check for working CXX compiler: /var/lib/lxd/containers/device-armhf/rootfs/usr/bin/arm-linux-gnueabihf-gcc -- works<br />
-- Detecting CXX compiler ABI info<br />
-- Detecting CXX compiler ABI info - done<br />
-- Found Lcov: /var/lib/lxd/containers/device-armhf/rootfs/usr/bin/lcov<br />
-- Found gcovr: /var/lib/lxd/containers/device-armhf/rootfs/usr/bin/gcovr<br />
CMake Warning at CMakeLists.txt:42 (find_package):<br />
By not providing "FindQt5Versit.cmake" in CMAKE_MODULE_PATH this project<br />
has asked CMake to find a package configuration file provided by<br />
"Qt5Versit", but CMake did not find one.</p>
<p dir="auto">Could not find a package configuration file provided by "Qt5Versit" with<br />
any of the following names:</p>
<pre><code>Qt5VersitConfig.cmake
qt5versit-config.cmake
</code></pre>
<p dir="auto">Add the installation prefix of "Qt5Versit" to CMAKE_PREFIX_PATH or set<br />
"Qt5Versit_DIR" to a directory containing one of the above files.  If<br />
"Qt5Versit" provides a separate development package or SDK, be sure it has<br />
been installed.</p>
<p dir="auto">-- Found PkgConfig: arm-linux-gnueabihf-pkg-config (found version "0.28")<br />
-- checking for module 'libnotify'<br />
--   package 'libnotify' not found<br />
CMake Error at /var/lib/lxd/containers/device-armhf/rootfs/usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:345 (message):<br />
A required package was not found<br />
Call Stack (most recent call first):<br />
/var/lib/lxd/containers/device-armhf/rootfs/usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:399 (_pkg_check_modules_internal)<br />
CMakeLists.txt:47 (pkg_check_modules)</p>
<p dir="auto">-- Found Gettext: /var/lib/lxd/containers/device-armhf/rootfs/usr/bin/msgmerge (found version "0.19.2")<br />
-- Configuring incomplete, errors occurred!<br />
CMake Warning at /var/lib/lxd/containers/device-armhf/rootfs/usr/lib/arm-linux-gnueabihf/cmake/Qt5Core/Qt5CoreMacros.cmake:273 (find_package):<br />
See also "/tmp/qtc-cmake-3EW5Qr/CMakeFiles/CMakeOutput.log".<br />
Could not find a package configuration file provided by "Qt5Versit" with<br />
any of the following names:</p>
<pre><code>Qt5VersitConfig.cmake
qt5versit-config.cmake
</code></pre>
<p dir="auto">Add the installation prefix of "Qt5Versit" to CMAKE_PREFIX_PATH or set<br />
"Qt5Versit_DIR" to a directory containing one of the above files.  If<br />
"Qt5Versit" provides a separate development package or SDK, be sure it has<br />
been installed.<br />
Call Stack (most recent call first):<br />
src/CMakeLists.txt:21 (qt5_use_modules)</p>
<p dir="auto">CMake Error at /var/lib/lxd/containers/device-armhf/rootfs/usr/lib/arm-linux-gnueabihf/cmake/Qt5Core/Qt5CoreMacros.cmake:275 (message):<br />
Can not use "Versit" module which has not yet been found.<br />
Call Stack (most recent call first):<br />
src/CMakeLists.txt:21 (qt5_use_modules)</p>
<p dir="auto">*** cmake process exited with exit code 1.</p>
<p dir="auto">It still doesn't find libnotify despite it being installed but now it also has issues with Qt5Versit....<br />
I saw your issue right before creating making mine, but nothing comes to mind which could help you......are you sure the qml file is being deployed though?</p>
]]></description><link>https://forums.ubports.com/post/5557</link><guid isPermaLink="true">https://forums.ubports.com/post/5557</guid><dc:creator><![CDATA[vadrian89]]></dc:creator><pubDate>Sat, 25 Nov 2017 10:29:31 GMT</pubDate></item><item><title><![CDATA[Reply to cmake issues trying to open messaging-app on Sat, 25 Nov 2017 09:43:09 GMT]]></title><description><![CDATA[<p dir="auto">@3arn0wl</p>
<p dir="auto">Thank you very much.</p>
]]></description><link>https://forums.ubports.com/post/5556</link><guid isPermaLink="true">https://forums.ubports.com/post/5556</guid><dc:creator><![CDATA[vadrian89]]></dc:creator><pubDate>Sat, 25 Nov 2017 09:43:09 GMT</pubDate></item><item><title><![CDATA[Reply to cmake issues trying to open messaging-app on Fri, 24 Nov 2017 18:57:08 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=eeff4b5fc81" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /> Well I'm really pleased that you're getting on board with UT development. Good luck with it all.</p>
]]></description><link>https://forums.ubports.com/post/5555</link><guid isPermaLink="true">https://forums.ubports.com/post/5555</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Fri, 24 Nov 2017 18:57:08 GMT</pubDate></item><item><title><![CDATA[Reply to cmake issues trying to open messaging-app on Thu, 23 Nov 2017 09:03:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vadrian89" aria-label="Profile: vadrian89">@<bdi>vadrian89</bdi></a><br />
to make it compile , this is what i've done:</p>
<pre><code>sudo apt install libnotify-dev
sudo apt install qt5
sudo apt install qtpim5-dev
sudo apt install lcov
sudo apt install gcovr
</code></pre>
<p dir="auto">but see below app discussion: <a href="https://forums.ubports.com/topic/745/core-apps-dev-help-get-started">link</a>, i have a Path problem when launching messaging-app</p>
<p dir="auto">if you are in a lxd container, need to install trough <code>lxc exec name_of_your_container  -- apt install ...</code></p>
]]></description><link>https://forums.ubports.com/post/5538</link><guid isPermaLink="true">https://forums.ubports.com/post/5538</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Thu, 23 Nov 2017 09:03:46 GMT</pubDate></item><item><title><![CDATA[Reply to cmake issues trying to open messaging-app on Wed, 22 Nov 2017 19:39:34 GMT]]></title><description><![CDATA[<p dir="auto">@3arn0wl said in <a href="/post/5528">cmake issues trying to open messaging-app</a>:</p>
<blockquote>
<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/vadrian89" aria-label="Profile: vadrian89">@<bdi>vadrian89</bdi></a> What would be great from my point of view would be if you could get qtox working on the phone.</p>
</blockquote>
<p dir="auto">I'm not at a point that I can do that, at the moment I'm caught up in a lot of learning.<br />
Besides trying to learn my way through Ubuntu Touch development I am also on an online course for another programming language and with work I stop everything at 22:00.<br />
I have looked at the application you mentioned and from the looks of it, it can be done though a bit hard because it needs a port for the UI, but still I'm not qualified to take a charge on developing it, sorry.</p>
]]></description><link>https://forums.ubports.com/post/5531</link><guid isPermaLink="true">https://forums.ubports.com/post/5531</guid><dc:creator><![CDATA[vadrian89]]></dc:creator><pubDate>Wed, 22 Nov 2017 19:39:34 GMT</pubDate></item><item><title><![CDATA[Reply to cmake issues trying to open messaging-app on Wed, 22 Nov 2017 08:59:06 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/vadrian89" aria-label="Profile: vadrian89">@<bdi>vadrian89</bdi></a> What would be great from my point of view would be if you could get qtox working on the phone.</p>
]]></description><link>https://forums.ubports.com/post/5528</link><guid isPermaLink="true">https://forums.ubports.com/post/5528</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 22 Nov 2017 08:59:06 GMT</pubDate></item></channel></rss>