Project won't compile with Qt 5.14.1 MSVC 2017
Unsolved
General and Desktop
-
Hello everyone,
My project compiles with Qt 5.12.5 MSVC 2017 but with the new update 5.14.1 I get this error
:/CloudStation/c_Programmation/Qt/c++/mongo-cxx-driver/include/bsoncxx/v_noabi/bsoncxx/types.hp(39): Parse error at "{" jom: A:\CloudStation\c_Programmation\Qt\c++\build-chipdb-Desktop_Qt_5_14_1_MSVC2017_32bit-Debug\Makefile.Debug [debug\moc_mainwindow.cpp] Error 1 :/CloudStation/c_Programmation/Qt/c++/mongo-cxx-driver/include/bsoncxx/v_noabi/bsoncxx/types.hp(39): Parse error at "{" jom: A:\CloudStation\c_Programmation\Qt\c++\build-chipdb-Desktop_Qt_5_14_1_MSVC2017_32bit-Debug\Makefile.Debug [debug\moc_mdbfilesystem.cpp] Error 1 :/CloudStation/c_Programmation/Qt/c++/mongo-cxx-driver/include/bsoncxx/v_noabi/bsoncxx/types.hp(39): Parse error at "{" jom: A:\CloudStation\c_Programmation\Qt\c++\build-chipdb-Desktop_Qt_5_14_1_MSVC2017_32bit-Debug\Makefile.Debug [debug\moc_saisieform.cpp] Error 1 :/CloudStation/c_Programmation/Qt/c++/mongo-cxx-driver/include/bsoncxx/v_noabi/bsoncxx/types.hp(39): Parse error at "{" jom: A:\CloudStation\c_Programmation\Qt\c++\build-chipdb-Desktop_Qt_5_14_1_MSVC2017_32bit-Debug\Makefile.Debug [debug\moc_stockitem.cpp] Error 1 :/CloudStation/c_Programmation/Qt/c++/mongo-cxx-driver/include/bsoncxx/v_noabi/bsoncxx/types.hp(39): Parse error at "{" jom: A:\CloudStation\c_Programmation\Qt\c++\build-chipdb-Desktop_Qt_5_14_1_MSVC2017_32bit-Debug\Makefile.Debug [debug\moc_searchform.cpp] Error 1 jom: A:\CloudStation\c_Programmation\Qt\c++\build-chipdb-Desktop_Qt_5_14_1_MSVC2017_32bit-Debug\Makefile [debug] Error 2 22:48:42: Le processus "G:\Qt\Tools\QtCreator\bin\jom.exe" s'est terminé avec le code 2. Erreur lors de la compilation/déploiement du projet chipdb (kit : Desktop Qt 5.14.1 MSVC2017 32bit) When executing step "Make"
cleaning up the project and running cmake doesn't change anything
if i go back to 5.12.5 everything is fine
do you have any idea to resolve this problem ?