<div dir="auto">Hello Andreas<div dir="auto"><br></div><div dir="auto">I'm totally overbooked by my work. I have a pending update to v1.1.0, but no time to finish the job for now.<br>I'll try to find some free time.</div><div dir="auto"><br></div><div dir="auto">Thanks</div><div dir="auto">Eric<br><div data-smartmail="gmail_signature" dir="auto"><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 6 sept. 2019 à 11:41, Andreas Tille <<a href="mailto:andreas@an3as.eu">andreas@an3as.eu</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
thanks to a patch by Michael Crusoe I'm a bit further now but there are<br>
remaining errors.  I have no idea about C++/Qt and thus need to ask for<br>
help.  Eric, are you up to safe your package inside Debian?<br>
<br>
...<br>
g++ -c -pipe -g -O2 -fdebug-prefix-map=/build/freemedforms-project-1.0.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -fPIC -DFREEMEDFORMS -   DDRUGS_DATABASE_VERSION=0x000804 -DWITH_EPISODE_REMOVAL -DWITH_CHEQUE_PRINTING -DWITH_FRENCH_FSP -DWITH_FRENCH_HPRIM_INTEGRATOR -DFULLAPPLICATION_BUILD -DBINARY_NAME="\"DataPackUtils\"" -                         DBUILD_PATH_POSTFIXE="\"FreeMedForms\"" -DPACKAGE_VERSION="\"1.0.0\"" -DSOURCES_ROOT_PATH="\"/build/freemedforms-project-1.0.0\"" -DLINUX_INTEGRATED -DLINUX_QT_PATH="\"/usr/lib/x86_64-linux-gnu\"" -              DLINUX_QT_PLUGINS_PATH="\"/usr/lib/x86_64-linux-gnu/qt5/plugins\"" -DLIBRARY_BASENAME="\"lib/x86_64-linux-gnu\"" -DLINUX_PLUGIN_PATH="\"/usr//lib/x86_64-linux-gnu/DataPackUtils\"" -DGIT_REVISION_HASH="\"DEBR1.0. 0-1\"" -DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DRELEASE -DQT_DISABLE_DEPRECATED_BEFORE=0x040900 -DDATAPACKUTILS_LIBRARY -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -   DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/build/freemedforms-project-1.0.0/plugins -I/build/freemedforms-project-1.0.0/libs -I/build/        freemedforms-project-1.0.0/contrib -I/build/freemedforms-project-1.0.0/contrib/quazip -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-     linux-gnu/qt5/QtPrintSupport -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/   x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I/build/freemedforms-project-1. 0.0/build/Qt5_linux-gpp/FreeMedForms/DataPackUtils/.moc -isystem /usr/include/libdrm -I/build/freemedforms-project-1.0.0/build/Qt5_linux-gpp/FreeMedForms/.ui -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o /build/freemedforms-project-1.0.0/build/Qt5_linux-gpp/FreeMedForms/DataPackUtils/.obj/unix/packservercreator.o servercreation/packservercreator.cpp<br>
servercreation/servercreationwidget.cpp: In member function 'void DataPack::Internal::ServerCreationWidgetPrivate::createActions()':<br>
servercreation/servercreationwidget.cpp:97:39: error: invalid use of incomplete type 'class QAction'<br>
   97 |         aGroupByServer = new QAction(q);<br>
      |                                       ^<br>
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,<br>
                 from servercreation/servercreationwidget.h:18,<br>
                 from servercreation/servercreationwidget.cpp:28:<br>
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:68:7: note: forward declaration of 'class QAction'<br>
   68 | class QAction;<br>
      |       ^~~~~~~<br>
servercreation/servercreationwidget.cpp:98:38: error: invalid use of incomplete type 'class QAction'<br>
   98 |         aGroupByQueue = new QAction(q);<br>
      |                                      ^<br>
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,<br>
                 from servercreation/servercreationwidget.h:18,<br>
                 from servercreation/servercreationwidget.cpp:28:<br>
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:68:7: note: forward declaration of 'class QAction'<br>
   68 | class QAction;<br>
      |       ^~~~~~~<br>
servercreation/servercreationwidget.cpp: In member function 'void DataPack::ServerCreationWidget::retranslate()':<br>
servercreation/servercreationwidget.cpp:258:22: error: invalid use of incomplete type 'class QAction'<br>
  258 |     d->aGroupByServer->setText(tr("Group by server"));<br>
      |                      ^~<br>
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,<br>
                 from servercreation/servercreationwidget.h:18,<br>
                 from servercreation/servercreationwidget.cpp:28:<br>
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:68:7: note: forward declaration of 'class QAction'<br>
   68 | class QAction;<br>
      |       ^~~~~~~<br>
servercreation/servercreationwidget.cpp:259:21: error: invalid use of incomplete type 'class QAction'<br>
  259 |     d->aGroupByQueue->setText(tr("Group by queue"));<br>
      |                     ^~<br>
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,<br>
                 from servercreation/servercreationwidget.h:18,<br>
                 from servercreation/servercreationwidget.cpp:28:<br>
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:68:7: note: forward declaration of 'class QAction'<br>
   68 | class QAction;<br>
      |       ^~~~~~~<br>
<br>
<br>
Kind regards<br>
<br>
       Andreas.<br>
<br>
<br>
-- <br>
<a href="http://fam-tille.de" rel="noreferrer noreferrer" target="_blank">http://fam-tille.de</a><br>
</blockquote></div>