Advertisement
Guest User

Untitled

a guest
Jan 30th, 2018
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. ci@DESKTOP-S91GI96 MINGW64 ~/build-installer-electron
  2. $ cmake ../installer-electron/ -DCMAKE_PREFIX_PATH=/mingw64/qt5-static/ -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -DCONSOLE_INSTALLER_EXE=~/luna-manager-2.exe -DCMAKE_BUILD_TYPE=Release
  3. -- The C compiler identification is GNU 7.3.0
  4. -- The CXX compiler identification is GNU 7.3.0
  5. System is unknown to cmake, create:
  6. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  7. -- Check for working C compiler: /mingw64/bin/gcc.exe
  8. System is unknown to cmake, create:
  9. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  10. -- Check for working C compiler: /mingw64/bin/gcc.exe -- works
  11. -- Detecting C compiler ABI info
  12. System is unknown to cmake, create:
  13. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  14. -- Detecting C compiler ABI info - done
  15. -- Detecting C compile features
  16. System is unknown to cmake, create:
  17. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  18. System is unknown to cmake, create:
  19. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  20. System is unknown to cmake, create:
  21. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  22. -- Detecting C compile features - done
  23. -- Check for working CXX compiler: /mingw64/bin/g++.exe
  24. System is unknown to cmake, create:
  25. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  26. -- Check for working CXX compiler: /mingw64/bin/g++.exe -- works
  27. -- Detecting CXX compiler ABI info
  28. System is unknown to cmake, create:
  29. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  30. -- Detecting CXX compiler ABI info - done
  31. -- Detecting CXX compile features
  32. System is unknown to cmake, create:
  33. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  34. System is unknown to cmake, create:
  35. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  36. System is unknown to cmake, create:
  37. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  38. System is unknown to cmake, create:
  39. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  40. -- Detecting CXX compile features - done
  41. -- Looking for pthread.h
  42. System is unknown to cmake, create:
  43. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  44. -- Looking for pthread.h - found
  45. -- Looking for pthread_create
  46. System is unknown to cmake, create:
  47. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  48. -- Looking for pthread_create - found
  49. -- Found Threads: TRUE
  50. System name: MINGW64_NT-10.0
  51. Found static Qt install directory in "/mingw64/qt5-static"
  52. -- Configuring done
  53. -- Generating done
  54. -- Build files have been written to: /home/ci/build-installer-electron
  55.  
  56. ci@DESKTOP-S91GI96 MINGW64 ~/build-installer-electron
  57. $ make
  58. Scanning dependencies of target lunaInstallerDeps
  59. [ 5%] Installing luna installer electron app dependencies
  60. npm WARN ElectronLunaInstaller@1.0.0 No license field.
  61.  
  62. up to date in 0.657s
  63. [ 5%] Built target lunaInstallerDeps
  64. Scanning dependencies of target lunaInstallerApp
  65. [ 10%] Packaging luna installer electron app
  66. Packaging app for platform win32 x64 using electron v1.7.8
  67. Wrote new app to C:\msys64\home\ci\build-installer-electron\electronLunaInstaller-win32-x64
  68. [ 15%] Copying console installer to package
  69. [ 21%] Creating installer.css
  70. [ 21%] Built target lunaInstallerApp
  71. CMakeFiles/lunaInstaller_autogen.dir/build.make:58: *** target pattern contains no '%'. Stop.
  72. make[1]: *** [CMakeFiles/Makefile2:211: CMakeFiles/lunaInstaller_autogen.dir/all] Error 2
  73. make: *** [Makefile:84: all] Error 2
  74.  
  75. ci@DESKTOP-S91GI96 MINGW64 ~/build-installer-electron
  76. $ mt
  77. mt.exe MTF.dll MTFFuzzyDS.dll MTFSpellcheckDS.dll mtxclu.dll mtxex.dll
  78. MtcModel.dll MtfDecoder.dll MTFServer.dll mtstocom.exe mtxdm.dll mtxoci.dll
  79.  
  80. ci@DESKTOP-S91GI96 MINGW64 ~/build-installer-electron
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement