Issues during Compile QOPCUA (QT6.6,WINDOWS10)
-
Hello,
I try to build QOPCUA Plugin , stopped with below errors :
[ 68%] Automatic QML type registration for target DeclarativeOpcua
Error 5 while parsing C:/QtSpace/qtopcua/src/declarative_opcua/meta_types/qt6declarativeopcua_relwithdebinfo_metatypes.json: illegal value
mingw32-make.exe[2]: *** [src\declarative_opcua\CMakeFiles\DeclarativeOpcua. dir\build.make:93: src/declarative_opcua/declarativeopcua_qmltyperegistrations.cpp] Error 1
mingw32-make.exe[1]: *** [CMakeFiles\Makefile2:1736: src/declarative_opcua/CMakeFiles/DeclarativeOpcua.dir/all] Error 2
mingw32-make.exe: *** [Makefile:145: all] Error 2 -
@Chs_QtLearner said in Issues during Compile QOPCUA (QT6.6,WINDOWS10):
cua/src/declarative_opcua/meta_types/qt6declarativeopcua_relwithdebinfo_metatypes.json: illegal value
mingw32-make.exe[2]: *** [src\declarative_opcua\CMakeFiles\DeclarativeOpcua. dir\build.make:93: src/declarative_opcua/declarativeopcua_qmltyperegistrations.cpp] Error 1
mingw32-make.exe[1]: *** [CMakeFiles\Makefile2:1736: src/declarative_opcua/CMakeFiles/DeclarativeOpcua.dir/all] Error 2This looks like a build issue to me. You might be better of filing a bug at bugreports.qt.io . Please include the full configure line + log then, MinGW toolchain, and consider attaching the generated qt6declarativeopcua_relwithdebinfo_metatypes.json file.
-