<div dir="auto">Please file a ticket on the issue tracker.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 24, 2019, 09:56 Tom Palan <<a href="mailto:thomas@palan.at">thomas@palan.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everybody,<br>
<br>
we are using QGIS server on our servers, without any GUI. For this I<br>
built a single Debian package without the desktop components and<br>
deployed on the servers. We are using currently version 2.18, but want<br>
to make the switch to 3.4 in the next few weeks, also for participating<br>
more in the dev process.<br>
<br>
My problem is with building QGIS 3.4.4:<br>
when I specify the cmake paramters like this:<br>
cmake -G Ninja \<br>
      -DCMAKE_VERBOSE_MAKEFILE=1 \<br>
        -DCMAKE_INSTALL_PREFIX=/usr \<br>
        -DBINDINGS_GLOBAL_INSTALL=TRUE \<br>
        -DPEDANTIC=TRUE \<br>
        -DSERVER_SKIP_ECW=TRUE \<br>
        -DQGIS_CGIBIN_SUBDIR=/usr/lib/cgi-bin \<br>
        -DWITH_APIDOC=TRUE \<br>
        -DGENERATE_QHP=TRUE \<br>
        -DWITH_CUSTOM_WIDGETS=FALSE \<br>
        -DWITH_GLOBE=FALSE \<br>
        -DWITH_SERVER=TRUE \<br>
        -DWITH_SERVER_PLUGINS=TRUE \<br>
        -DWITH_QWTPOLAR=FALSE \<br>
        -DWITH_DESKTOP=FALSE \<br>
        -DWITH_GUI=TRUE \<br>
        -DDOXYGEN_ON_DEMAND=TRUE ..<br>
<br>
everything builds correctly.<br>
But with WITH_GUI=FALSE the build fails with the following error:<br>
ninja: error:<br>
'../python/plugins/db_manager/db_plugins/postgis/plugins/versioning/pyg<br>
ui', needed by<br>
'python/plugins/db_manager/db_plugins/postgis/plugins/versioning/ui_Dlg<br>
Versioning.py', missing and no known rule to make it<br>
<br>
I am not sure what WITH_GUI does in the end, but as I want to remove<br>
any unnecessary components (and therefore install dependencies), please<br>
could somebody point me in the right direction? Thanks!<br>
<br>
Tom Palan<br>
_______________________________________________<br>
QGIS-Developer mailing list<br>
<a href="mailto:QGIS-Developer@lists.osgeo.org" target="_blank" rel="noreferrer">QGIS-Developer@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a></blockquote></div>