Skip to content

Compilation error Win10-Qt5.9/MinGW53_32: SSMprotocol.cpp - 'CUtype' is not a class #69

@missingsnowman

Description

@missingsnowman

<NOTE: Compiled fine on Ubuntu...>

c:\tools\FreeSSM>mingw32-make debug
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory 'c:/tools/FreeSSM'
g++ -c -fno-keep-inline-dllexport -pipe -fno-gcse -std=c++11 -g -std=gnu++11 -Wextra -Wall -W -fexceptions -mthreads -DUNICODE -D__FSSM_DEBUG__ -D__SERIALCOM_DEBUG__ -D__J2534_API_DEBUG__ -DQT_DISABLE_DEPRECATED_BEFORE=0x040000 -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -Isrc -Isrc/tinyxml -Isrc/windows -I../../Qt/5.9/mingw53_32/include -I../../Qt/5.9/mingw53_32/include/QtPrintSupport -I../../Qt/5.9/mingw53_32/include/QtWidgets -I../../Qt/5.9/mingw53_32/include/QtGui -I../../Qt/5.9/mingw53_32/include/QtANGLE -I../../Qt/5.9/mingw53_32/include/QtCore -Idebug -I. -I../../Qt/5.9/mingw53_32/mkspecs/win32-g++ -o debug/SSMprotocol.o src/SSMprotocol.cpp
src/SSMprotocol.cpp: In constructor 'SSMprotocol::SSMprotocol(AbstractDiagInterface*, QString)':
src/SSMprotocol.cpp:29:8: error: 'CUtype' is not a class, namespace, or enumeration
_CU = CUtype::Engine;
^
Makefile.Debug:17726: recipe for target 'debug/SSMprotocol.o' failed
mingw32-make[1]: *** [debug/SSMprotocol.o] Error 1
mingw32-make[1]: Leaving directory 'c:/tools/FreeSSM'
Makefile:51: recipe for target 'debug' failed
mingw32-make: *** [debug] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions