Code: Select all
In file included from /usr/include/qt/QtCore/qobject.h:47,
from /usr/include/qt/QtWidgets/qwidget.h:45,
from /usr/include/qt/QtWidgets/qframe.h:44,
from /usr/include/qt/QtWidgets/qlabel.h:44,
from /usr/include/qt/QtWidgets/QLabel:1,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/QCSPrimEditor.cpp:18:
/usr/include/qt/QtCore/qstring.h:605:9: note: declared here
605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED
| ^~~~~~~~~~~~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/QCSPrimEditor.cpp:595:70: warning: ‘QString::SkipEmptyParts’ is deprecated [-Wdeprecated-declarations]
595 | QStringList strListX = CoordLineX->text().split(",",QString::SkipEmptyParts);
| ^~~~~~~~~~~~~~
In file included from /usr/include/qt/QtCore/qobject.h:47,
from /usr/include/qt/QtWidgets/qwidget.h:45,
from /usr/include/qt/QtWidgets/qframe.h:44,
from /usr/include/qt/QtWidgets/qlabel.h:44,
from /usr/include/qt/QtWidgets/QLabel:1,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/QCSPrimEditor.cpp:18:
/usr/include/qt/QtCore/qstring.h:605:9: note: declared here
605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED
| ^~~~~~~~~~~~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/QCSPrimEditor.cpp:595:56: warning: ‘QStringList QString::split(const QString&, QString::SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
595 | QStringList strListX = CoordLineX->text().split(",",QString::SkipEmptyParts);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt/QtCore/qobject.h:47,
from /usr/include/qt/QtWidgets/qwidget.h:45,
from /usr/include/qt/QtWidgets/qframe.h:44,
from /usr/include/qt/QtWidgets/qlabel.h:44,
from /usr/include/qt/QtWidgets/QLabel:1,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/QCSPrimEditor.cpp:18:
/usr/include/qt/QtCore/qstring.h:609:17: note: declared here
609 | QStringList split(const QString &sep, SplitBehavior behavior,
| ^~~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/QCSPrimEditor.cpp:596:70: warning: ‘QString::SkipEmptyParts’ is deprecated [-Wdeprecated-declarations]
596 | QStringList strListY = CoordLineY->text().split(",",QString::SkipEmptyParts);
| ^~~~~~~~~~~~~~
In file included from /usr/include/qt/QtCore/qobject.h:47,
from /usr/include/qt/QtWidgets/qwidget.h:45,
from /usr/include/qt/QtWidgets/qframe.h:44,
from /usr/include/qt/QtWidgets/qlabel.h:44,
from /usr/include/qt/QtWidgets/QLabel:1,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/QCSPrimEditor.cpp:18:
/usr/include/qt/QtCore/qstring.h:605:9: note: declared here
605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED
| ^~~~~~~~~~~~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/QCSPrimEditor.cpp:596:70: warning: ‘QString::SkipEmptyParts’ is deprecated [-Wdeprecated-declarations]
596 | QStringList strListY = CoordLineY->text().split(",",QString::SkipEmptyParts);
| ^~~~~~~~~~~~~~
In file included from /usr/include/qt/QtCore/qobject.h:47,
from /usr/include/qt/QtWidgets/qwidget.h:45,
from /usr/include/qt/QtWidgets/qframe.h:44,
from /usr/include/qt/QtWidgets/qlabel.h:44,
from /usr/include/qt/QtWidgets/QLabel:1,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/QCSPrimEditor.cpp:18:
/usr/include/qt/QtCore/qstring.h:605:9: note: declared here
605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED
| ^~~~~~~~~~~~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/QCSPrimEditor.cpp:596:56: warning: ‘QStringList QString::split(const QString&, QString::SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
596 | QStringList strListY = CoordLineY->text().split(",",QString::SkipEmptyParts);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt/QtCore/qobject.h:47,
from /usr/include/qt/QtWidgets/qwidget.h:45,
from /usr/include/qt/QtWidgets/qframe.h:44,
from /usr/include/qt/QtWidgets/qlabel.h:44,
from /usr/include/qt/QtWidgets/QLabel:1,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/QCSPrimEditor.cpp:18:
/usr/include/qt/QtCore/qstring.h:609:17: note: declared here
609 | QStringList split(const QString &sep, SplitBehavior behavior,
| ^~~~~
[ 41%] Building CXX object CMakeFiles/QCSXCAD.dir/QCSPropEditor.cpp.o
[ 47%] Building CXX object CMakeFiles/QCSXCAD.dir/QCSTreeWidget.cpp.o
[ 52%] Building CXX object CMakeFiles/QCSXCAD.dir/QParameterGui.cpp.o
[ 58%] Building CXX object CMakeFiles/QCSXCAD.dir/QVTKStructure.cpp.o
[ 64%] Building CXX object CMakeFiles/QCSXCAD.dir/VTKPrimitives.cpp.o
[ 70%] Building CXX object CMakeFiles/QCSXCAD.dir/export_x3d.cpp.o
[ 76%] Building CXX object CMakeFiles/QCSXCAD.dir/export_pov.cpp.o
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp: In member function ‘void export_pov::save(QString)’:
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:56:59: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
56 | stream << "// povray-file exported by QCSXCAD" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:56:59: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
56 | stream << "// povray-file exported by QCSXCAD" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:57:40: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
57 | stream << "// render with:" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:57:40: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
57 | stream << "// render with:" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:58:84: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
58 | stream << "// povray -W640 -H480 +A " << QFileInfo(filename).fileName() << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:58:84: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
58 | stream << "// povray -W640 -H480 +A " << QFileInfo(filename).fileName() << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:59:19: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
59 | stream << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:59:19: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
59 | stream << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:60:101: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
60 | stream << "#declare TRANSPARENT = off; // if on, also use the \"+ua\" command line flag" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:60:101: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
60 | stream << "#declare TRANSPARENT = off; // if on, also use the \"+ua\" command line flag" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:61:19: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
61 | stream << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:61:19: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
61 | stream << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:62:48: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
62 | stream << "#include \"colors.inc\"" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:62:48: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
62 | stream << "#include \"colors.inc\"" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:63:48: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
63 | stream << "#include \"metals.inc\"" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:63:48: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
63 | stream << "#include \"metals.inc\"" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:64:50: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
64 | stream << "#include \"textures.inc\"" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:64:50: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
64 | stream << "#include \"textures.inc\"" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:65:52: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
65 | stream << "#include \"transforms.inc\"" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:65:52: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
65 | stream << "#include \"transforms.inc\"" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:66:112: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
66 | stream << "background { color rgb<1.000000,1.000000,1.000000> #if(TRANSPARENT) transmit 1.0 #end }" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:66:112: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
66 | stream << "background { color rgb<1.000000,1.000000,1.000000> #if(TRANSPARENT) transmit 1.0 #end }" << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:77:35: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
77 | stream << get_camera() << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:77:35: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
77 | stream << get_camera() << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:80:34: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
80 | stream << get_light() << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:80:34: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
80 | stream << get_light() << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp: In member function ‘void export_pov::export_box(QTextStream&, double*, double*, QString)’:
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:156:26: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
156 | stream << box << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:156:26: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
156 | stream << box << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp: In member function ‘void export_pov::export_polygon(QTextStream&, size_t, double*, double, int, QString)’:
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:180:26: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
180 | stream << str << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:180:26: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
180 | stream << str << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp: In member function ‘void export_pov::export_cylinder(QTextStream&, double*, double*, double, QString)’:
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:187:26: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
187 | stream << str << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:187:26: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
187 | stream << str << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp: In member function ‘void export_pov::export_wire(QTextStream&, size_t, double*, double, QString)’:
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:199:26: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
199 | stream << str << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:199:26: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
199 | stream << str << endl;
| ^~~~
In file included from /usr/include/qt/QtCore/qdebug.h:49,
from /usr/include/qt/QtCore/qcborcommon.h:45,
from /usr/include/qt/QtCore/qcborvalue.h:45,
from /usr/include/qt/QtCore/qcborarray.h:43,
from /usr/include/qt/QtCore/QtCore:38,
from /usr/include/qt/QtXml/QtXmlDepends:3,
from /usr/include/qt/QtXml/QtXml:3,
from /home/defaultuser/git/openEMS-Project/QCSXCAD/export_pov.cpp:19:
/usr/include/qt/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
[ 82%] Building CXX object CMakeFiles/QCSXCAD.dir/QCSXCAD_Global.cpp.o
[ 88%] Building CXX object CMakeFiles/QCSXCAD.dir/vtkInteractorStyleRubberBand2DPlane.cpp.o
[ 94%] Building CXX object CMakeFiles/QCSXCAD.dir/qrc_resources.cpp.o
[100%] Linking CXX shared library libQCSXCAD.so
[100%] Built target QCSXCAD
[ 77%] Performing install step for 'QCSXCAD'
[ 5%] Automatic MOC for target QCSXCAD
[ 5%] Built target QCSXCAD_autogen
Consolidate compiler generated dependencies of target QCSXCAD
[100%] Built target QCSXCAD
Install the project...
-- Install configuration: "Release"
-- Installing: /home/defaultuser/opt/openEMS/lib/libQCSXCAD.so.0.6.2
-- Up-to-date: /home/defaultuser/opt/openEMS/lib/libQCSXCAD.so.0
-- Set runtime path of "/home/defaultuser/opt/openEMS/lib/libQCSXCAD.so.0.6.2" to "/home/defaultuser/opt/openEMS/lib"
-- Up-to-date: /home/defaultuser/opt/openEMS/lib/libQCSXCAD.so
-- Up-to-date: /home/defaultuser/opt/openEMS/include/QCSXCAD/QCSXCAD.h
-- Up-to-date: /home/defaultuser/opt/openEMS/include/QCSXCAD/QCSGridEditor.h
-- Up-to-date: /home/defaultuser/opt/openEMS/include/QCSXCAD/QCSPrimEditor.h
-- Up-to-date: /home/defaultuser/opt/openEMS/include/QCSXCAD/QCSPropEditor.h
-- Up-to-date: /home/defaultuser/opt/openEMS/include/QCSXCAD/QCSTreeWidget.h
-- Up-to-date: /home/defaultuser/opt/openEMS/include/QCSXCAD/QParameterGui.h
-- Up-to-date: /home/defaultuser/opt/openEMS/include/QCSXCAD/QVTKStructure.h
-- Up-to-date: /home/defaultuser/opt/openEMS/include/QCSXCAD/VTKPrimitives.h
-- Up-to-date: /home/defaultuser/opt/openEMS/include/QCSXCAD/QCSXCAD_Global.h
-- Up-to-date: /home/defaultuser/opt/openEMS/include/QCSXCAD/export_x3d.h
-- Up-to-date: /home/defaultuser/opt/openEMS/include/QCSXCAD/export_pov.h
-- Up-to-date: /home/defaultuser/opt/openEMS/include/QCSXCAD/vtkInteractorStyleRubberBand2DPlane.h
[ 80%] Completed 'QCSXCAD'
[ 80%] Built target QCSXCAD
[ 82%] Creating directories for 'AppCSXCAD'
[ 85%] No download step for 'AppCSXCAD'
[ 87%] No update step for 'AppCSXCAD'
[ 90%] No patch step for 'AppCSXCAD'
[ 92%] Performing configure step for 'AppCSXCAD'
-- The CXX compiler identification is GNU 11.1.0
-- The C compiler identification is GNU 11.1.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Deprecation Warning at CMakeLists.txt:11 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Deprecation Warning at CMakeLists.txt:18 (cmake_policy):
The OLD behavior for policy CMP0020 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- Found Git: /usr/bin/git (found version "2.34.1")
-- Found Git repository, AppCSXCAD version tag: v0.2.2-7-gde8c271
-- CSXCAD_LIBRARIES: /home/defaultuser/opt/openEMS/lib/libCSXCAD.so
-- CSXCAD_INCLUDE_DIR: /home/defaultuser/opt/openEMS/include/CSXCAD
-- QCSXCAD_LIBRARIES: /home/defaultuser/opt/openEMS/lib/libQCSXCAD.so
-- QCSXCAD_INCLUDE_DIR: /home/defaultuser/opt/openEMS/include/QCSXCAD
-- Found HDF5: /usr/lib/libhdf5.so;/usr/lib/libsz.so;/usr/lib/libz.so;/usr/lib/libdl.so;/usr/lib/libm.so (found suitable version "1.12.1", minimum required is "1.8") found components: C HL
-- Found package VTK. Using 8.2.0
-- Found package VTK. Using version 8.2.0
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/tmp.jZBce0RD3D/AppCSXCAD-prefix/src/AppCSXCAD-build
[ 95%] Performing build step for 'AppCSXCAD'
[ 20%] Automatic MOC for target AppCSXCAD
[ 20%] Built target AppCSXCAD_autogen
[ 40%] Building CXX object CMakeFiles/AppCSXCAD.dir/AppCSXCAD_autogen/mocs_compilation.cpp.o
[ 60%] Building CXX object CMakeFiles/AppCSXCAD.dir/main.cpp.o
[ 80%] Building CXX object CMakeFiles/AppCSXCAD.dir/AppCSXCAD.cpp.o
/home/defaultuser/git/openEMS-Project/AppCSXCAD/AppCSXCAD.cpp: In member function ‘void AppCSXCAD::parseCommandLineArguments(const QStringList&)’:
/home/defaultuser/git/openEMS-Project/AppCSXCAD/AppCSXCAD.cpp:88:64: warning: ‘QString::SkipEmptyParts’ is deprecated [-Wdeprecated-declarations]
88 | QStringList arg_split = arg.split("=",QString::SkipEmptyParts);
| ^~~~~~~~~~~~~~
In file included from /usr/include/qt/QtCore/qobject.h:47,
from /usr/include/qt/QtWidgets/qwidget.h:45,
from /usr/include/qt/QtWidgets/qmenu.h:44,
from /usr/include/qt/QtWidgets/QMenu:1,
from /home/defaultuser/git/openEMS-Project/AppCSXCAD/AppCSXCAD.cpp:18:
/usr/include/qt/QtCore/qstring.h:605:9: note: declared here
605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED
| ^~~~~~~~~~~~~~
/home/defaultuser/git/openEMS-Project/AppCSXCAD/AppCSXCAD.cpp:88:64: warning: ‘QString::SkipEmptyParts’ is deprecated [-Wdeprecated-declarations]
88 | QStringList arg_split = arg.split("=",QString::SkipEmptyParts);
| ^~~~~~~~~~~~~~
In file included from /usr/include/qt/QtCore/qobject.h:47,
from /usr/include/qt/QtWidgets/qwidget.h:45,
from /usr/include/qt/QtWidgets/qmenu.h:44,
from /usr/include/qt/QtWidgets/QMenu:1,
from /home/defaultuser/git/openEMS-Project/AppCSXCAD/AppCSXCAD.cpp:18:
/usr/include/qt/QtCore/qstring.h:605:9: note: declared here
605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED
| ^~~~~~~~~~~~~~
/home/defaultuser/git/openEMS-Project/AppCSXCAD/AppCSXCAD.cpp:88:50: warning: ‘QStringList QString::split(const QString&, QString::SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
88 | QStringList arg_split = arg.split("=",QString::SkipEmptyParts);
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt/QtCore/qobject.h:47,
from /usr/include/qt/QtWidgets/qwidget.h:45,
from /usr/include/qt/QtWidgets/qmenu.h:44,
from /usr/include/qt/QtWidgets/QMenu:1,
from /home/defaultuser/git/openEMS-Project/AppCSXCAD/AppCSXCAD.cpp:18:
/usr/include/qt/QtCore/qstring.h:609:17: note: declared here
609 | QStringList split(const QString &sep, SplitBehavior behavior,
| ^~~~~
[100%] Linking CXX executable AppCSXCAD
/usr/bin/ld: /usr/lib/libvtkGeovisGDAL.so.1: undefined reference to `GDALDriver::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)'
/usr/bin/ld: /usr/lib/libvtkGeovisGDAL.so.1: undefined reference to `GDALDriver::Create(char const*, int, int, int, GDALDataType, char**)'
collect2: error: ld returned 1 exit status
make[5]: *** [CMakeFiles/AppCSXCAD.dir/build.make:346: AppCSXCAD] Error 1
make[4]: *** [CMakeFiles/Makefile2:84: CMakeFiles/AppCSXCAD.dir/all] Error 2
make[3]: *** [Makefile:136: all] Error 2
make[2]: *** [CMakeFiles/AppCSXCAD.dir/build.make:86: AppCSXCAD-prefix/src/AppCSXCAD-stamp/AppCSXCAD-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:196: CMakeFiles/AppCSXCAD.dir/all] Error 2
make: *** [Makefile:91: all] Error 2