<?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[Can not compile a source in Ubuntu 16]]></title><description><![CDATA[<p dir="auto">Dear all,<br />
I downloaded the source of <a href="https://github.com/OpenGP/starlab" target="_blank" rel="noopener noreferrer nofollow ugc">this</a> tool. I opened  starlab_full.pro and tried to build it in my Ubuntu 16 machine but I got  this error:</p>
<pre><code>Project ERROR: CHOLMOD (suitesparse) not found! sudo apt-get install libsuitesparse-dev
18:10:44: The process "/usr/bin/qmake-qt4" exited with code 2.
Error while building/deploying project starlab_full (kit: Qt4)
When executing step "qmake"
18:10:44: Elapsed time: 00:00.
</code></pre>
<p dir="auto">I installed  libsuitesparse-dev and rebuilt but I got the same error. I modified  /core/external/cholmod-4.0.0/cholmod.prf<br />
and added</p>
<pre><code>LIBS *= -L/usr/lib/x86_64-linux-gnu
</code></pre>
<p dir="auto">Now I get this error:</p>
<pre><code>Reading starlab/surfacemesh/surfacemesh_filter_ballpivoting/surfacemesh_filter_ballpivoting.pro [starlab-build/surfacemesh/surfacemesh_filter_ballpivoting]
Project LOAD(): Feature  cannot be found.
18:18:32: The process "/usr/bin/qmake-qt4" exited with code 3.
Error while building/deploying project starlab_full (kit: Qt4)
When executing step "qmake"
</code></pre>
<p dir="auto">I am not sure what to do,  any suggestion?<br />
Thanks!</p>
]]></description><link>https://forum.qt.io/topic/88954/can-not-compile-a-source-in-ubuntu-16</link><generator>RSS for Node</generator><lastBuildDate>Thu, 05 Mar 2026 07:53:31 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/88954.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Mar 2018 17:27:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can not compile a source in Ubuntu 16 on Mon, 19 Mar 2018 17:39:07 GMT]]></title><description><![CDATA[<p dir="auto">Since this has little to nothing to do with Qt, you should probably ask the author directly: <a href="https://github.com/OpenGP/starlab/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/OpenGP/starlab/issues</a></p>
<p dir="auto">P.S.<br />
You seem like you are trying to use Qt4 while the library is for Qt5</p>
]]></description><link>https://forum.qt.io/post/448190</link><guid isPermaLink="true">https://forum.qt.io/post/448190</guid><dc:creator><![CDATA[VRonin]]></dc:creator><pubDate>Mon, 19 Mar 2018 17:39:07 GMT</pubDate></item></channel></rss>