Qt Franework Installer compile on Windows10
-
I am compiling a 64-bit version of the code using Windows Qt5.15.2 and MSVC 2015 in Windows 10 but in the general message section the message [Inexact] Project WARNING: LZMA SDK as an archive handler in IFW is deprecated. Consider switching to libarchive by appending 'libarchive' to your 'CONFIG' variable. This requires linking against additional external libraries, see the 'INSTALL' file for more details. and shows the following error in the compiler window:
jom: C: \ Users \ me \ Documents \ qtfwi \ build \ src \ sdk \ Makefile.Debug [debug \ installerbase.res] Error 1 jom: C: \ Users \ me \ Documents \ qtfwi \ build \ src \ sdk \ Makefile [debug] Error 2 jom: C: \ Users \ me \ Documents \ qtfwi \ build \ src \ Makefile [sub-sdk-make_first] Error 2 jom: C: \ Users \ me \ Documents \ qtfwi \ build \ Makefile [sub-src-make_first] Error 2 11:07:34: The process "C: \ Qt5.15.2 \ Tools \ QtCreator \ bin \ jom \ jom.exe" exited with code 2. Error while building / deploying project installerfw (kit: Desktop Qt 5.15.2 MSVC2015 64bit) When executing step "Make"Thanks for guiding me in solving this problem.
-
@Ebrahimi89 said in Qt Franework Installer compile on Windows10:
jom: C: \ Users \ me \ Documents \ qtfwi \ build \ src \ sdk \ Makefile.Debug [debug \ installerbase.res] Error 1 jom: C: \ Users \ me \ Documents \ qtfwi \ build \ src \ sdk \ Makefile [debug] Error 2 jom: C: \ Users \ me \ Documents \ qtfwi \ build \ src \ Makefile [sub-sdk-make_first] Error 2 jom: C: \ Users \ me \ Documents \ qtfwi \ build \ Makefile [sub-src-make_first] Error 2 11:07:34: The process "C: \ Qt5.15.2 \ Tools \ QtCreator \ bin \ jom \ jom.exe" exited with code 2. Error while building / deploying project installerfw (kit: Desktop Qt 5.15.2 MSVC2015 64bit) When executing step "Make
This is not the actual error, which is probably a few lines before. This is just jom (the build tool) that it gives up. Can you paste the lines before this one?
Btw, the forum allows editing code and command line output , please use this to make things easier to read!