[QGIS-Developer] Build error C3861: "QgsDebugMsgLevel" in qgsrasterinterface.h

SSchmidt at gfi-gis.de SSchmidt at gfi-gis.de
Thu Mar 13 04:56:43 PDT 2025


Hello, 
I try to build qgis (final-3_34_15 ) with ninja but I get the error 

C:\Entwicklung\QuantumGIS\QGis\src\core\raster\qgsrasterinterface.h(321): 
error C3861: "QgsDebugMsgLevel": Bezeichner wurde nicht gefunden.

Do I miss a compiler-directive?

The same error I got when I tried to compile my plugin in Visual Studio 
directly.

Thank you for any help, trying since tree days.

Here are my logs if needed:

C:\Entwicklung\QuantumGIS\QGis>cmake -G Ninja ^
Mehr? -D CMAKE_INSTALL_PREFIX==C:/Entwicklung/QuantumGIS/install ^
Mehr? -D CMAKE_PREFIX_PATH=C:/OSGeo4W ^
Mehr? -D CMAKE_CXX_COMPILER="C:/Program Files (x86)/Microsoft Visual 
Studio/2019/Professional/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe" 
^
Mehr? -D CMAKE_C_COMPILER="C:/Program Files (x86)/Microsoft Visual 
Studio/2019/Professional/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe" 
^
Mehr? -D CMAKE_LINKER=link.exe ^
Mehr? -D CMAKE_CXX_FLAGS_RELWITHDEBINFO="/MD /Z7 /MP /Od /D NDEBUG 
/std:c++17 /permissive-" ^
Mehr? -D CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO="/INCREMENTAL:NO /DEBUG 
/OPT:REF /OPT:ICF" ^
Mehr? -D CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO="/INCREMENTAL:NO /DEBUG 
/OPT:REF /OPT:ICF" ^
Mehr? -D BUILDNAME="qgis" ^
Mehr? -D PEDANTIC=TRUE ^
Mehr? -D WITH_QSPATIALITE=TRUE ^
Mehr? -D WITH_SERVER=TRUE ^
Mehr? -D SERVER_SKIP_ECW=TRUE ^
Mehr? -D WITH_3D=TRUE ^
Mehr? -D WITH_PDAL=TRUE ^
Mehr? -D WITH_HANA=TRUE ^
Mehr? -D WITH_GRASS=TRUE ^
Mehr? -D WITH_GRASS8=TRUE ^
Mehr? -D GRASS_PREFIX8="C:/OSGeo4W/bin" ^
Mehr? -D WITH_ORACLE=TRUE ^
Mehr? -D WITH_CUSTOM_WIDGETS=TRUE ^
Mehr? -D CMAKE_BUILD_TYPE=RELWITHDEBINFO ^
Mehr? -D CMAKE_CONFIGURATION_TYPES="RELWITHDEBINFO" ^
Mehr? -D SETUPAPI_LIBRARY="C:/Program Files (x86)/Windows 
Kits/10/Lib/10.0.22000.0/um/x64/SetupAPI.Lib" ^
Mehr? -D PROJ_INCLUDE_DIR=C:/OSGeo4W/include ^
Mehr? -D POSTGRES_INCLUDE_DIR=C:/OSGeo4W/include ^
Mehr? -D GEOS_LIBRARY=C:/OSGeo4W/lib/geos_c.lib ^
Mehr? -D SQLITE3_LIBRARY=C:/OSGeo4W/lib/sqlite3_i.lib ^
Mehr? -D SPATIALITE_LIBRARY=C:/OSGeo4W/lib/spatialite_i.lib ^
Mehr? -D SPATIALINDEX_LIBRARY=C:/OSGeo4W/lib/spatialindex-64.lib ^
Mehr? -D Python_EXECUTABLE=C:/OSGeo4W/bin/python3.exe ^
Mehr? -D 
SIP_MODULE_EXECUTABLE=C:/OSGeo4W/apps/Python312/Scripts/sip-module.exe ^
Mehr? -D PYUIC_PROGRAM=C:/OSGeo4W/apps/Python312/Scripts/pyuic5.exe ^
Mehr? -D PYRCC_PROGRAM=C:/OSGeo4W/apps/Python312/Scripts/pyrcc5.exe ^
Mehr? -D PYTHON_INCLUDE_PATH=C:/OSGeo4W/apps/Python312/include ^
Mehr? -D PYTHON_LIBRARY=C:/OSGeo4W/apps/Python312/libs/python3.lib ^
Mehr? -D QT_LIBRARY_DIR=C:/OSGeo4W/lib ^
Mehr? -D QT_HEADERS_DIR=C:/OSGeo4W/apps/qt5/include ^
Mehr? -D CMAKE_INSTALL_PREFIX="C:/Entwicklung/QuantumGIS/install" ^
Mehr? -D CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS=TRUE ^
Mehr? -D FCGI_INCLUDE_DIR=C:/OSGeo4W/include ^
Mehr? -D FCGI_LIBRARY=C:/OSGeo4W/lib/libfcgi.lib ^
Mehr? -D QCA_INCLUDE_DIR=C:/OSGeo4W/apps/Qt5/include/QtCrypto ^
Mehr? -D QCA_LIBRARY=C:/OSGeo4W/apps/Qt5/lib/qca-qt5.lib ^
Mehr? -D QWT_LIBRARY=C:/OSGeo4W/apps/Qt5/lib/qwt.lib ^
Mehr? -D QSCINTILLA_LIBRARY=C:/OSGeo4W/apps/Qt5/lib/qscintilla2_qt5.lib ^
Mehr? -D DART_TESTING_TIMEOUT=60 ^
Mehr? C:/Entwicklung/QuantumGIS/QGis/
-- QGIS version: 3.34.15 Prizren (33415)
-- Found OpenCL C++ headers: C:/OSGeo4W/include
-- Could not find GRASS 7
-- Could not find GRASS 8
-- Found ODBC: odbc32.lib
CMake Warning at cmake/FindProj.cmake:21 (find_package):
  Could not find a configuration file for package "PROJ" that is 
compatible
  with requested version "".

  The following configuration files were considered but not accepted:

    C:/OSGeo4W/lib/cmake/proj/proj-config.cmake, version: 9.5.1 
(MSVC_TOOLSET_VERSION = 143)

Call Stack (most recent call first):
  CMakeLists.txt:367 (find_package)


-- Found Proj: C:/OSGeo4W/lib/proj.lib version 9 (9.5.1)
-- Found Proj:  PROJ_DIR-NOTFOUND
-- Found Geos: 3.13.0 C:/OSGeo4W/lib/cmake/GEOS
-- Could NOT find GDAL (missing: GDAL_DIR)
-- Found GDAL: C:/OSGeo4W/lib/gdal.lib (3.10.1)
-- Found GDAL:  GDAL_DIR-NOTFOUND
-- Found Spatialindex: C:/OSGeo4W/lib/spatialindex-64.lib
-- Found libzip: C:/OSGeo4W/lib/zip.lib
-- Found Sqlite3: C:/OSGeo4W/lib/sqlite3_i.lib
CMake Warning at C:/Program Files (x86)/Microsoft Visual 
Studio/2019/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.20/Modules/FindProtobuf.cmake:520 
(message):
  Protobuf compiler version 29.3 doesn't match library version 5.29.3
Call Stack (most recent call first):
  CMakeLists.txt:383 (find_package)


-- Found Protobuf: C:/OSGeo4W/lib/libprotobuf.lib
-- Found zlib: C:/OSGeo4W/lib/zlib.lib
-- Found exiv2: C:/OSGeo4W/lib/exiv2.lib
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Found SpatiaLite: C:/OSGeo4W/lib/spatialite_i.lib
-- Qt WebKit support enabled
-- Using embedded laz-perf
-- Found ZSTD: C:/OSGeo4W/lib/zstd.lib
-- Found PDAL: pdalcpp (2.8.3)
-- Found Draco: C:/OSGeo4W/lib/draco.lib (1.5.7)
-- Found Qt version: 5.15.13
-- Found QScintilla2: C:/OSGeo4W/apps/Qt5/lib/qscintilla2_qt5.lib (2.14.1)
-- Found Qwt: C:/OSGeo4W/apps/Qt5/lib/qwt.lib (6.3.0)
-- Found QtKeychain: C:/OSGeo4W/apps/Qt5/lib/qt5keychain.lib
-- Found QCA: C:/OSGeo4W/apps/Qt5/lib/qca-qt5.lib (2.3.8)
-- Pedantic compiler settings enabled
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Found Python executable: C:/OSGeo4W/bin/python3.exe (version 3.12.8)
-- Python library: C:/OSGeo4W/apps/Python312/libs/python312.lib
-- Python site-packages: C:\OSGeo4W\apps\Python312\Lib\site-packages
-- Found SIP version: 6.9.1
-- Found PyQt5 version: 5.15.11
-- Found QScintilla2 PyQt module: 2.14.1

-- git marker, but no git found - version will be unknown
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Found OCI: C:/OSGeo4W/lib/oci.lib
-- Found FCGI: C:/OSGeo4W/lib/libfcgi.lib
-- Using PROJ >= 6 srs database.
-- QtGamepad not enabled - disabling bindings for derived classes
-- Ctest Binary Directory set to: 
C:/Entwicklung/QuantumGIS/QGis/output/bin
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS
    PYTHON_INCLUDE_PATH
    PYTHON_LIBRARY
    QT_HEADERS_DIR
    SIP_MODULE_EXECUTABLE


-- Build files have been written to: C:/Entwicklung/QuantumGIS/QGis

C:\Entwicklung\QuantumGIS\QGis>ninja
[58/10246] Building CXX object 
src\providers\pdal\CMakeFil...ne.dir\__\__\__\external\untwine\epf\FileProcessor.cpp.obj
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Streamable::pdal::Streamable::execute" via Dominanz
C:\OSGeo4W\include\pdal/Streamable.hpp(67): note: Siehe Deklaration von 
"pdal::Streamable::execute"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Streamable::pdal::Streamable::pipelineStreamable" via Dominanz
C:\OSGeo4W\include\pdal/Streamable.hpp(75): note: Siehe Deklaration von 
"pdal::Streamable::pipelineStreamable"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Streamable::pdal::Streamable::findNonstreamable" via Dominanz
C:\OSGeo4W\include\pdal/Streamable.hpp(117): note: Siehe Deklaration von 
"pdal::Streamable::findNonstreamable"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Filter::pdal::Filter::whereExpr" via Dominanz
C:\OSGeo4W\include\pdal/Filter.hpp(65): note: Siehe Deklaration von 
"pdal::Filter::whereExpr"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Filter::pdal::Filter::mergeMode" via Dominanz
C:\OSGeo4W\include\pdal/Filter.hpp(66): note: Siehe Deklaration von 
"pdal::Filter::mergeMode"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Filter::pdal::Filter::l_addArgs" via Dominanz
C:\OSGeo4W\include\pdal/Filter.hpp(63): note: Siehe Deklaration von 
"pdal::Filter::l_addArgs"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Filter::pdal::Filter::l_initialize" via Dominanz
C:\OSGeo4W\include\pdal/Filter.hpp(62): note: Siehe Deklaration von 
"pdal::Filter::l_initialize"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Filter::pdal::Filter::l_prepared" via Dominanz
C:\OSGeo4W\include\pdal/Filter.hpp(64): note: Siehe Deklaration von 
"pdal::Filter::l_prepared"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Filter::pdal::Filter::run" via Dominanz
C:\OSGeo4W\include\pdal/Filter.hpp(67): note: Siehe Deklaration von 
"pdal::Filter::run"
[62/10246] Building CXX object 
src\providers\pdal\CMakeFil...e.dir\__\__\__\external\lazperf\detail\field_nir14.cpp.obj
external\lazperf\detail\field_nir14.cpp(85): warning C4805: "|": unsichere 
Kombination von Typ "bool" mit Typ "int" in einer Operation
[63/10246] Building CXX object 
src\providers\pdal\CMakeFil...dir\__\__\__\external\lazperf\detail\field_point14.cpp.obj
external\lazperf\detail\field_point14.cpp(216): warning C4068: Unbekanntes 
Pragma "GCC".
external\lazperf\detail\field_point14.cpp(217): warning C4068: Unbekanntes 
Pragma "GCC".
external\lazperf\detail\field_point14.cpp(219): warning C4068: Unbekanntes 
Pragma "GCC".
external\lazperf\detail\field_point14.cpp(279): warning C4805: "|": 
unsichere Kombination von Typ "int" mit Typ "bool" in einer Operation
external\lazperf\detail\field_point14.cpp(337): warning C4805: "|": 
unsichere Kombination von Typ "bool" mit Typ "int" in einer Operation
external\lazperf\detail\field_point14.cpp(696): warning C4805: "|": 
unsichere Kombination von Typ "int" mit Typ "bool" in einer Operation
external\lazperf\detail\field_point14.cpp(757): warning C4805: "|": 
unsichere Kombination von Typ "bool" mit Typ "int" in einer Operation
[76/10246] Building CXX object 
src\providers\pdal\CMakeFil...r\__\__\__\external\pdal_wrench\tile\FileProcessor.cpp.obj
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Streamable::pdal::Streamable::execute" via Dominanz
C:\OSGeo4W\include\pdal/Streamable.hpp(67): note: Siehe Deklaration von 
"pdal::Streamable::execute"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Streamable::pdal::Streamable::pipelineStreamable" via Dominanz
C:\OSGeo4W\include\pdal/Streamable.hpp(75): note: Siehe Deklaration von 
"pdal::Streamable::pipelineStreamable"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Streamable::pdal::Streamable::findNonstreamable" via Dominanz
C:\OSGeo4W\include\pdal/Streamable.hpp(117): note: Siehe Deklaration von 
"pdal::Streamable::findNonstreamable"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Filter::pdal::Filter::whereExpr" via Dominanz
C:\OSGeo4W\include\pdal/Filter.hpp(65): note: Siehe Deklaration von 
"pdal::Filter::whereExpr"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Filter::pdal::Filter::mergeMode" via Dominanz
C:\OSGeo4W\include\pdal/Filter.hpp(66): note: Siehe Deklaration von 
"pdal::Filter::mergeMode"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Filter::pdal::Filter::l_addArgs" via Dominanz
C:\OSGeo4W\include\pdal/Filter.hpp(63): note: Siehe Deklaration von 
"pdal::Filter::l_addArgs"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Filter::pdal::Filter::l_initialize" via Dominanz
C:\OSGeo4W\include\pdal/Filter.hpp(62): note: Siehe Deklaration von 
"pdal::Filter::l_initialize"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Filter::pdal::Filter::l_prepared" via Dominanz
C:\OSGeo4W\include\pdal/Filter.hpp(64): note: Siehe Deklaration von 
"pdal::Filter::l_prepared"
C:\OSGeo4W\include\pdal/filters/StreamCallbackFilter.hpp(81): warning 
C4250: "pdal::StreamCallbackFilter": Erbt 
"pdal::Filter::pdal::Filter::run" via Dominanz
C:\OSGeo4W\include\pdal/Filter.hpp(67): note: Siehe Deklaration von 
"pdal::Filter::run"
[100/10246] Building RC object 
src\crashhandler\CMakeFiles\qgiscrashhandler.dir\__\app\qgis_win32.rc.res
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Copyright (C) Microsoft Corporation.  All rights reserved.

[107/10246] Building RC object 
src\app\CMakeFiles\qgis.dir\qgis_win32.rc.res
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Copyright (C) Microsoft Corporation.  All rights reserved.

[118/10246] Building CXX object 
src\app\dwg\libdxfrw\CMakeFiles\libdxfrw.dir\drw_entities.cpp.obj
external\libdxfrw\drw_entities.cpp(1884): warning C4805: "|=": unsichere 
Kombination von Typ "bool" mit Typ "int" in einer Operation
external\libdxfrw\drw_entities.cpp(1884): warning C4805: "|": unsichere 
Kombination von Typ "bool" mit Typ "int" in einer Operation
[1272/10246] Building CXX object 
src\core\CMakeFiles\qgis_core.dir\processing\qgsprocessingparametertype.cpp.obj
FAILED: 
src/core/CMakeFiles/qgis_core.dir/processing/qgsprocessingparametertype.cpp.obj
C:\PROGRA~2\MICROS~4\2019\PROFES~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe 
 /nologo /TP -DNOMINMAX -DPDAL_DLL_EXPORT=1 -DQT_CONCURRENT_LIB 
-DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS 
-DQT_DISABLE_DEPRECATED_BEFORE=0x050800 -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_POSITIONING_LIB 
-DQT_PRINTSUPPORT_LIB -DQT_SERIALPORT_LIB -DQT_SQL_LIB -DQT_SVG_LIB 
-DQT_USE_QSTRINGBUILDER -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB 
-DQT_WIDGETS_LIB -DQT_XML_LIB -DSIP_VERSION=0x060901 
-DTEST_DATA_DIR=\"C:/Entwicklung/QuantumGIS/QGis/tests/testdata\" 
-DWIN32_LEAN_AND_MEAN -DWITH_COPC -DWITH_EPT -DWITH_QTWEBKIT 
-D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_WARNINGS -D_HAS_AUTO_PTR_ETC=1 
-D_HAVE_WINDOWS_H_ -D_USE_MATH_DEFINES -Dqgis_core_EXPORTS 
-Isrc\core\qgis_core_autogen\include -I. -Iexternal\poly2tri 
-Isrc\core\providers\ept -Isrc\core\providers\copc 
-Isrc\core\providers\vpc -Isrc\core -Isrc\core\3d -Isrc\core\actions 
-Isrc\core\annotations -Isrc\core\auth -Isrc\core\browser 
-Isrc\core\callouts -Isrc\core\classification -Isrc\core\diagram 
-Isrc\core\dxf -Isrc\core\editform -Isrc\core\effects -Isrc\core\elevation 
-Isrc\core\expression -Isrc\core\externalstorage -Isrc\core\fieldformatter 
-Isrc\core\geometry -Isrc\core\geocoding -Isrc\core\gps 
-Isrc\core\labeling -Isrc\core\layertree -Isrc\core\layout 
-Isrc\core\locator -Isrc\core\maprenderer -Isrc\core\mesh 
-Isrc\core\metadata -Isrc\core\network -Isrc\core\numericformats 
-Isrc\core\pal -Isrc\core\plot -Isrc\core\pointcloud 
-Isrc\core\pointcloud\expression -Isrc\core\processing 
-Isrc\core\processing\models -Isrc\core\proj -Isrc\core\project 
-Isrc\core\providers -Isrc\core\providers\arcgis 
-Isrc\core\providers\memory -Isrc\core\providers\gdal 
-Isrc\core\providers\ogr -Isrc\core\providers\meshmemory -Isrc\core\raster 
-Isrc\core\renderer -Isrc\core\scalebar -Isrc\core\settings 
-Isrc\core\sensor -Isrc\core\symbology -Isrc\core\textrenderer 
-Isrc\core\tiledscene -Isrc\core\validity -Isrc\core\vector 
-Isrc\core\vectortile -Iexternal -Iexternal\nlohmann 
-Iexternal\kdbush\include -Iexternal\nmea -Iexternal\rtree\include 
-Iexternal\meshOptimizer -Iexternal\tinygltf -IC:\OSGeo4W\include 
-IC:\OSGeo4W\apps\Qt5\include -IC:\OSGeo4W\apps\Qt5\include\QtCore 
-IC:\OSGeo4W\apps\Qt5\.\mkspecs\win32-msvc 
-IC:\OSGeo4W\apps\Qt5\include\QtGui -IC:\OSGeo4W\apps\Qt5\include\QtANGLE 
-IC:\OSGeo4W\apps\Qt5\include\QtXml 
-IC:\OSGeo4W\apps\Qt5\include\QtWidgets 
-IC:\OSGeo4W\apps\Qt5\include\QtSvg 
-IC:\OSGeo4W\apps\Qt5\include\QtPrintSupport 
-IC:\OSGeo4W\apps\Qt5\include\QtNetwork 
-IC:\OSGeo4W\apps\Qt5\include\QtSql 
-IC:\OSGeo4W\apps\Qt5\include\QtConcurrent 
-IC:\OSGeo4W\apps\Qt5\include\QtCrypto 
-IC:\OSGeo4W\apps\Qt5\include\qt5keychain 
-IC:\OSGeo4W\apps\Qt5\include\QtSerialPort 
-IC:\OSGeo4W\apps\Qt5\include\QtWebKitWidgets 
-IC:\OSGeo4W\apps\Qt5\include\QtWebKit -IC:\OSGeo4W\include\geos 
-IC:\OSGeo4W\apps\Qt5\include\QtPositioning /DWIN32 /D_WINDOWS /W3 /GR 
/EHsc  /wd4091  /wd4100  /wd4127  /wd4190  /wd4231  /wd4244  /wd4251 
/wd4267  /wd4275  /wd4290  /wd4456  /wd4457  /wd4458  /wd4505  /wd4510 
/wd4512  /wd4610  /wd4706  /wd4714  /wd4800  /wd4996  /utf-8 /std:c++17 
/permissive- /MD /Z7 /MP /Od /D NDEBUG /std:c++17 /permissive- -UQGISDEBUG 
-std:c++17 /showIncludes 
/Fosrc\core\CMakeFiles\qgis_core.dir\processing\qgsprocessingparametertype.cpp.obj 
/Fdsrc\core\CMakeFiles\qgis_core.dir\ /FS -c 
src\core\processing\qgsprocessingparametertype.cpp
C:\Entwicklung\QuantumGIS\QGis\src\core\qgslogger.h(143): warning C4002: 
Zu viele Argumente für den Aufruf des funktionsähnlichen Makros 
"QgsDebugError".
C:\Entwicklung\QuantumGIS\QGis\src\core\qgslogger.h(147): warning C4002: 
Zu viele Argumente für den Aufruf des funktionsähnlichen Makros 
"QgsDebugError".
C:\Entwicklung\QuantumGIS\QGis\src\core\raster\qgsrasterinterface.h(321): 
error C3861: "QgsDebugMsgLevel": Bezeichner wurde nicht gefunden.
C:\Entwicklung\QuantumGIS\QGis\src\core\raster\qgsrasterinterface.h(332): 
error C3861: "QgsDebugMsgLevel": Bezeichner wurde nicht gefunden.
[1273/10246] Building CXX object 
src\core\CMakeFiles\qgis_core.dir\processing\qgsprocessingparameterdxflayers.cpp.obj
FAILED: 
src/core/CMakeFiles/qgis_core.dir/processing/qgsprocessingparameterdxflayers.cpp.obj
C:\PROGRA~2\MICROS~4\2019\PROFES~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe 
 /nologo /TP -DNOMINMAX -DPDAL_DLL_EXPORT=1 -DQT_CONCURRENT_LIB 
-DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS 
-DQT_DISABLE_DEPRECATED_BEFORE=0x050800 -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_POSITIONING_LIB 
-DQT_PRINTSUPPORT_LIB -DQT_SERIALPORT_LIB -DQT_SQL_LIB -DQT_SVG_LIB 
-DQT_USE_QSTRINGBUILDER -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB 
-DQT_WIDGETS_LIB -DQT_XML_LIB -DSIP_VERSION=0x060901 
-DTEST_DATA_DIR=\"C:/Entwicklung/QuantumGIS/QGis/tests/testdata\" 
-DWIN32_LEAN_AND_MEAN -DWITH_COPC -DWITH_EPT -DWITH_QTWEBKIT 
-D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_WARNINGS -D_HAS_AUTO_PTR_ETC=1 
-D_HAVE_WINDOWS_H_ -D_USE_MATH_DEFINES -Dqgis_core_EXPORTS 
-Isrc\core\qgis_core_autogen\include -I. -Iexternal\poly2tri 
-Isrc\core\providers\ept -Isrc\core\providers\copc 
-Isrc\core\providers\vpc -Isrc\core -Isrc\core\3d -Isrc\core\actions 
-Isrc\core\annotations -Isrc\core\auth -Isrc\core\browser 
-Isrc\core\callouts -Isrc\core\classification -Isrc\core\diagram 
-Isrc\core\dxf -Isrc\core\editform -Isrc\core\effects -Isrc\core\elevation 
-Isrc\core\expression -Isrc\core\externalstorage -Isrc\core\fieldformatter 
-Isrc\core\geometry -Isrc\core\geocoding -Isrc\core\gps 
-Isrc\core\labeling -Isrc\core\layertree -Isrc\core\layout 
-Isrc\core\locator -Isrc\core\maprenderer -Isrc\core\mesh 
-Isrc\core\metadata -Isrc\core\network -Isrc\core\numericformats 
-Isrc\core\pal -Isrc\core\plot -Isrc\core\pointcloud 
-Isrc\core\pointcloud\expression -Isrc\core\processing 
-Isrc\core\processing\models -Isrc\core\proj -Isrc\core\project 
-Isrc\core\providers -Isrc\core\providers\arcgis 
-Isrc\core\providers\memory -Isrc\core\providers\gdal 
-Isrc\core\providers\ogr -Isrc\core\providers\meshmemory -Isrc\core\raster 
-Isrc\core\renderer -Isrc\core\scalebar -Isrc\core\settings 
-Isrc\core\sensor -Isrc\core\symbology -Isrc\core\textrenderer 
-Isrc\core\tiledscene -Isrc\core\validity -Isrc\core\vector 
-Isrc\core\vectortile -Iexternal -Iexternal\nlohmann 
-Iexternal\kdbush\include -Iexternal\nmea -Iexternal\rtree\include 
-Iexternal\meshOptimizer -Iexternal\tinygltf -IC:\OSGeo4W\include 
-IC:\OSGeo4W\apps\Qt5\include -IC:\OSGeo4W\apps\Qt5\include\QtCore 
-IC:\OSGeo4W\apps\Qt5\.\mkspecs\win32-msvc 
-IC:\OSGeo4W\apps\Qt5\include\QtGui -IC:\OSGeo4W\apps\Qt5\include\QtANGLE 
-IC:\OSGeo4W\apps\Qt5\include\QtXml 
-IC:\OSGeo4W\apps\Qt5\include\QtWidgets 
-IC:\OSGeo4W\apps\Qt5\include\QtSvg 
-IC:\OSGeo4W\apps\Qt5\include\QtPrintSupport 
-IC:\OSGeo4W\apps\Qt5\include\QtNetwork 
-IC:\OSGeo4W\apps\Qt5\include\QtSql 
-IC:\OSGeo4W\apps\Qt5\include\QtConcurrent 
-IC:\OSGeo4W\apps\Qt5\include\QtCrypto 
-IC:\OSGeo4W\apps\Qt5\include\qt5keychain 
-IC:\OSGeo4W\apps\Qt5\include\QtSerialPort 
-IC:\OSGeo4W\apps\Qt5\include\QtWebKitWidgets 
-IC:\OSGeo4W\apps\Qt5\include\QtWebKit -IC:\OSGeo4W\include\geos 
-IC:\OSGeo4W\apps\Qt5\include\QtPositioning /DWIN32 /D_WINDOWS /W3 /GR 
/EHsc  /wd4091  /wd4100  /wd4127  /wd4190  /wd4231  /wd4244  /wd4251 
/wd4267  /wd4275  /wd4290  /wd4456  /wd4457  /wd4458  /wd4505  /wd4510 
/wd4512  /wd4610  /wd4706  /wd4714  /wd4800  /wd4996  /utf-8 /std:c++17 
/permissive- /MD /Z7 /MP /Od /D NDEBUG /std:c++17 /permissive- -UQGISDEBUG 
-std:c++17 /showIncludes 
/Fosrc\core\CMakeFiles\qgis_core.dir\processing\qgsprocessingparameterdxflayers.cpp.obj 
/Fdsrc\core\CMakeFiles\qgis_core.dir\ /FS -c 
src\core\processing\qgsprocessingparameterdxflayers.cpp
C:\Entwicklung\QuantumGIS\QGis\src\core\qgslogger.h(143): warning C4002: 
Zu viele Argumente für den Aufruf des funktionsähnlichen Makros 
"QgsDebugError".
C:\Entwicklung\QuantumGIS\QGis\src\core\qgslogger.h(147): warning C4002: 
Zu viele Argumente für den Aufruf des funktionsähnlichen Makros 
"QgsDebugError".
C:\Entwicklung\QuantumGIS\QGis\src\core\raster\qgsrasterinterface.h(321): 
error C3861: "QgsDebugMsgLevel": Bezeichner wurde nicht gefunden.
C:\Entwicklung\QuantumGIS\QGis\src\core\raster\qgsrasterinterface.h(332): 
error C3861: "QgsDebugMsgLevel": Bezeichner wurde nicht gefunden.
[1274/10246] Building CXX object 
src\core\CMakeFiles\qgis_....dir\processing\models\qgsprocessingmodelalgorithm.cpp.obj
FAILED: 
src/core/CMakeFiles/qgis_core.dir/processing/models/qgsprocessingmodelalgorithm.cpp.obj
C:\PROGRA~2\MICROS~4\2019\PROFES~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe 
 /nologo /TP -DNOMINMAX -DPDAL_DLL_EXPORT=1 -DQT_CONCURRENT_LIB 
-DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS 
-DQT_DISABLE_DEPRECATED_BEFORE=0x050800 -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_POSITIONING_LIB 
-DQT_PRINTSUPPORT_LIB -DQT_SERIALPORT_LIB -DQT_SQL_LIB -DQT_SVG_LIB 
-DQT_USE_QSTRINGBUILDER -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB 
-DQT_WIDGETS_LIB -DQT_XML_LIB -DSIP_VERSION=0x060901 
-DTEST_DATA_DIR=\"C:/Entwicklung/QuantumGIS/QGis/tests/testdata\" 
-DWIN32_LEAN_AND_MEAN -DWITH_COPC -DWITH_EPT -DWITH_QTWEBKIT 
-D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_WARNINGS -D_HAS_AUTO_PTR_ETC=1 
-D_HAVE_WINDOWS_H_ -D_USE_MATH_DEFINES -Dqgis_core_EXPORTS 
-Isrc\core\qgis_core_autogen\include -I. -Iexternal\poly2tri 
-Isrc\core\providers\ept -Isrc\core\providers\copc 
-Isrc\core\providers\vpc -Isrc\core -Isrc\core\3d -Isrc\core\actions 
-Isrc\core\annotations -Isrc\core\auth -Isrc\core\browser 
-Isrc\core\callouts -Isrc\core\classification -Isrc\core\diagram 
-Isrc\core\dxf -Isrc\core\editform -Isrc\core\effects -Isrc\core\elevation 
-Isrc\core\expression -Isrc\core\externalstorage -Isrc\core\fieldformatter 
-Isrc\core\geometry -Isrc\core\geocoding -Isrc\core\gps 
-Isrc\core\labeling -Isrc\core\layertree -Isrc\core\layout 
-Isrc\core\locator -Isrc\core\maprenderer -Isrc\core\mesh 
-Isrc\core\metadata -Isrc\core\network -Isrc\core\numericformats 
-Isrc\core\pal -Isrc\core\plot -Isrc\core\pointcloud 
-Isrc\core\pointcloud\expression -Isrc\core\processing 
-Isrc\core\processing\models -Isrc\core\proj -Isrc\core\project 
-Isrc\core\providers -Isrc\core\providers\arcgis 
-Isrc\core\providers\memory -Isrc\core\providers\gdal 
-Isrc\core\providers\ogr -Isrc\core\providers\meshmemory -Isrc\core\raster 
-Isrc\core\renderer -Isrc\core\scalebar -Isrc\core\settings 
-Isrc\core\sensor -Isrc\core\symbology -Isrc\core\textrenderer 
-Isrc\core\tiledscene -Isrc\core\validity -Isrc\core\vector 
-Isrc\core\vectortile -Iexternal -Iexternal\nlohmann 
-Iexternal\kdbush\include -Iexternal\nmea -Iexternal\rtree\include 
-Iexternal\meshOptimizer -Iexternal\tinygltf -IC:\OSGeo4W\include 
-IC:\OSGeo4W\apps\Qt5\include -IC:\OSGeo4W\apps\Qt5\include\QtCore 
-IC:\OSGeo4W\apps\Qt5\.\mkspecs\win32-msvc 
-IC:\OSGeo4W\apps\Qt5\include\QtGui -IC:\OSGeo4W\apps\Qt5\include\QtANGLE 
-IC:\OSGeo4W\apps\Qt5\include\QtXml 
-IC:\OSGeo4W\apps\Qt5\include\QtWidgets 
-IC:\OSGeo4W\apps\Qt5\include\QtSvg 
-IC:\OSGeo4W\apps\Qt5\include\QtPrintSupport 
-IC:\OSGeo4W\apps\Qt5\include\QtNetwork 
-IC:\OSGeo4W\apps\Qt5\include\QtSql 
-IC:\OSGeo4W\apps\Qt5\include\QtConcurrent 
-IC:\OSGeo4W\apps\Qt5\include\QtCrypto 
-IC:\OSGeo4W\apps\Qt5\include\qt5keychain 
-IC:\OSGeo4W\apps\Qt5\include\QtSerialPort 
-IC:\OSGeo4W\apps\Qt5\include\QtWebKitWidgets 
-IC:\OSGeo4W\apps\Qt5\include\QtWebKit -IC:\OSGeo4W\include\geos 
-IC:\OSGeo4W\apps\Qt5\include\QtPositioning /DWIN32 /D_WINDOWS /W3 /GR 
/EHsc  /wd4091  /wd4100  /wd4127  /wd4190  /wd4231  /wd4244  /wd4251 
/wd4267  /wd4275  /wd4290  /wd4456  /wd4457  /wd4458  /wd4505  /wd4510 
/wd4512  /wd4610  /wd4706  /wd4714  /wd4800  /wd4996  /utf-8 /std:c++17 
/permissive- /MD /Z7 /MP /Od /D NDEBUG /std:c++17 /permissive- -UQGISDEBUG 
-std:c++17 /showIncludes 
/Fosrc\core\CMakeFiles\qgis_core.dir\processing\models\qgsprocessingmodelalgorithm.cpp.obj 
/Fdsrc\core\CMakeFiles\qgis_core.dir\ /FS -c 
src\core\processing\models\qgsprocessingmodelalgorithm.cpp
C:\Entwicklung\QuantumGIS\QGis\src\core\qgslogger.h(143): warning C4002: 
Zu viele Argumente für den Aufruf des funktionsähnlichen Makros 
"QgsDebugError".
C:\Entwicklung\QuantumGIS\QGis\src\core\qgslogger.h(147): warning C4002: 
Zu viele Argumente für den Aufruf des funktionsähnlichen Makros 
"QgsDebugError".
C:\Entwicklung\QuantumGIS\QGis\src\core\raster\qgsrasterinterface.h(321): 
error C3861: "QgsDebugMsgLevel": Bezeichner wurde nicht gefunden.
C:\Entwicklung\QuantumGIS\QGis\src\core\raster\qgsrasterinterface.h(332): 
error C3861: "QgsDebugMsgLevel": Bezeichner wurde nicht gefunden.
ninja: build stopped: subcommand failed.





Freundliche Grüße aus Leipzig
Susann Schmidt
Softwareentwicklung 

**************************************************************

GFI - Gesellschaft für Informationstechnologie mbH
Philipp-Rosenthal-Straße 9
D-04103 Leipzig
Geschäftsführer: Andreas Richter
Amtsgericht Leipzig HRB 12054
USt.-IdNr.: DE179049354     Steuer-Nr.: 231/109/06412
Tel. 0341 961 3310    Fax 0341 961 3311   Mail info at gfi-gis.de
Web  www.gfi-gis.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20250313/3f54fcc0/attachment-0001.htm>


More information about the QGIS-Developer mailing list