CMake Warning:
Ignoring extra path from command line:
"/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/DCMAKE_INSTALL_PREFIX=/usr"
CMake Deprecation Warning at CMakeLists.txt:6 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument value. Or, use the ... syntax
to tell CMake that the project requires at least but has been updated
to work with policies introduced by or earlier.
CMake Warning (dev) at cmake/macros.cmake:52 (ADD_CUSTOM_COMMAND):
The following keywords are not supported when using
add_custom_command(OUTPUT): SOURCE.
Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Call Stack (most recent call first):
src/KSeExpr/CMakeLists.txt:78 (BuildParserScanner)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/macros.cmake:60 (ADD_CUSTOM_COMMAND):
The following keywords are not supported when using
add_custom_command(OUTPUT): SOURCE.
Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Call Stack (most recent call first):
src/KSeExpr/CMakeLists.txt:78 (BuildParserScanner)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/macros.cmake:68 (ADD_CUSTOM_COMMAND):
The following keywords are not supported when using
add_custom_command(OUTPUT): SOURCE.
Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Call Stack (most recent call first):
src/KSeExpr/CMakeLists.txt:78 (BuildParserScanner)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/macros.cmake:76 (ADD_CUSTOM_COMMAND):
The following keywords are not supported when using
add_custom_command(OUTPUT): SOURCE.
Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Call Stack (most recent call first):
src/KSeExpr/CMakeLists.txt:78 (BuildParserScanner)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/macros.cmake:84 (ADD_CUSTOM_COMMAND):
The following keywords are not supported when using
add_custom_command(OUTPUT): SOURCE.
Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Call Stack (most recent call first):
src/KSeExpr/CMakeLists.txt:78 (BuildParserScanner)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/macros.cmake:52 (ADD_CUSTOM_COMMAND):
The following keywords are not supported when using
add_custom_command(OUTPUT): SOURCE.
Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Call Stack (most recent call first):
src/KSeExprUI/CMakeLists.txt:26 (BuildParserScanner)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/macros.cmake:60 (ADD_CUSTOM_COMMAND):
The following keywords are not supported when using
add_custom_command(OUTPUT): SOURCE.
Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Call Stack (most recent call first):
src/KSeExprUI/CMakeLists.txt:26 (BuildParserScanner)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/macros.cmake:68 (ADD_CUSTOM_COMMAND):
The following keywords are not supported when using
add_custom_command(OUTPUT): SOURCE.
Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Call Stack (most recent call first):
src/KSeExprUI/CMakeLists.txt:26 (BuildParserScanner)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/macros.cmake:76 (ADD_CUSTOM_COMMAND):
The following keywords are not supported when using
add_custom_command(OUTPUT): SOURCE.
Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Call Stack (most recent call first):
src/KSeExprUI/CMakeLists.txt:26 (BuildParserScanner)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/macros.cmake:84 (ADD_CUSTOM_COMMAND):
The following keywords are not supported when using
add_custom_command(OUTPUT): SOURCE.
Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Call Stack (most recent call first):
src/KSeExprUI/CMakeLists.txt:26 (BuildParserScanner)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
:3: warning: deprecated option: ‘--fixed-output-files’, use ‘-o y.tab.c’ [-Wdeprecated]
/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExpr/ExprBuiltins.cpp: In function ‘KSeExpr::Vec3d KSeExpr::voronoiFn(VoronoiPointData&, int, const Vec3d*)’:
/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExpr/ExprBuiltins.cpp:1030:22: warning: ‘p’ may be used uninitialized [-Wmaybe-uninitialized]
1030 | voronoi_f1_3d(data, p, jitter, f1, pos1);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExpr/ExprBuiltins.cpp:935:13: note: by argument 2 of type ‘const KSeExpr::Vec3d&’ {aka ‘const KSeExpr::Vec&’} to ‘void KSeExpr::voronoi_f1_3d.constprop(VoronoiPointData&, const Vec3d&, double, double&, Vec3d&)’ declared here
935 | static void voronoi_f1_3d(VoronoiPointData &data, const Vec3d &p, double jitter, double &f1, Vec3d &pos1)
| ^~~~~~~~~~~~~
/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExpr/ExprBuiltins.cpp:984:11: note: ‘p’ declared here
984 | Vec3d p;
| ^
/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExpr/Utils.cpp: In function ‘double_t KSeExpr::Utils::atof(const char*)’:
/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExpr/Utils.cpp:14:10: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
14 | auto [p, ec] = std::from_chars(num, num + std::strlen(num), v);
| ^
/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExpr/Utils.cpp: In function ‘double_t KSeExpr::Utils::atof(const std::string&)’:
/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExpr/Utils.cpp:25:10: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
25 | auto [p, ec] = std::from_chars(num.data(), num.data() + num.size(), v);
| ^
/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExpr/Utils.cpp: In function ‘int32_t KSeExpr::Utils::strtol(const std::string&)’:
/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExpr/Utils.cpp:36:10: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
36 | auto [p, ec] = std::from_chars(num.data(), num.data() + num.size(), v);
| ^
:3: warning: deprecated option: ‘--fixed-output-files’, use ‘-o y.tab.c’ [-Wdeprecated]
/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExprUI/ExprColorCurve.cpp: In member function ‘QPixmap& CCurveScene::getPixmap()’:
/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExprUI/ExprColorCurve.cpp:244:19: warning: ‘QByteArray& QByteArray::append(const QString&)’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations]
244 | buf.append(QString::fromLatin1("P6\n%1 %2\n255\n").arg(_width).arg(_height));
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt5/QtCore/qobject.h:47,
from /usr/include/qt5/QtWidgets/qwidget.h:45,
from /usr/include/qt5/QtWidgets/qdialog.h:44,
from /usr/include/qt5/QtWidgets/qcolordialog.h:45,
from /usr/include/qt5/QtWidgets/QColorDialog:1,
from /var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExprUI/ExprColorCurve.cpp:15:
/usr/include/qt5/QtCore/qstring.h:1508:20: note: declared here
1508 | inline QByteArray &QByteArray::append(const QString &s)
| ^~~~~~~~~~
/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExprUI/ExprTextEdit.cpp: In member function ‘virtual void ExprTextEdit::wheelEvent(QWheelEvent*)’:
/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExprUI/ExprTextEdit.cpp:98:25: warning: ‘int QWheelEvent::delta() const’ is deprecated: Use angleDelta() [-Wdeprecated-declarations]
98 | if (event->delta() > 0)
| ~~~~~~~~~~~~^~
In file included from /usr/include/qt5/QtGui/qtextlayout.h:49,
from /usr/include/qt5/QtGui/qtextobject.h:46,
from /usr/include/qt5/QtGui/qsyntaxhighlighter.h:48,
from /usr/include/qt5/QtGui/QSyntaxHighlighter:1,
from /var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExprUI/ExprHighlighter.h:14,
from /var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExprUI/ExprTextEdit.h:20,
from /var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExprUI/ExprTextEdit.cpp:17:
/usr/include/qt5/QtGui/qevent.h:219:16: note: declared here
219 | inline int delta() const { return qt4D; }
| ^~~~~
/var/pisi/kseexpr-4.0.4.0-2/work/kseexpr-4.0.4.0/src/KSeExprUI/ExprTextEdit.cpp:100:30: warning: ‘int QWheelEvent::delta() const’ is deprecated: Use angleDelta() [-Wdeprecated-declarations]
100 | else if (event->delta() < 0)
| ~~~~~~~~~~~~^~
/usr/include/qt5/QtGui/qevent.h:219:16: note: declared here
219 | inline int delta() const { return qt4D; }
| ^~~~~