Advertisement
wbreslin915

cmake error log aseprite

Dec 7th, 2023
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. Detecting C compiler ABI info failed to compile with the following output:
  2. Change Dir: C:/aseprite/build/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command(s):C:/PROGRA~1/CMake/bin/ninja.exe cmTC_c4560 && [1/2] Building C object CMakeFiles/cmTC_c4560.dir/CMakeCCompilerABI.c.obj
  5. [2/2] Linking C executable cmTC_c4560.exe
  6. FAILED: cmTC_c4560.exe
  7. cmd.exe /C "cd . && C:\PROGRA~1\LLVM\bin\clang.exe -fuse-ld=lld-link -nostartfiles -nostdlib -g -Xclang -gcodeview -O0 -D_DEBUG -Xclang -flto-visibility-public-std -D_MT -Xclang --dependent-lib=libcmtd CMakeFiles/cmTC_c4560.dir/CMakeCCompilerABI.c.obj -o cmTC_c4560.exe -Xlinker /implib:cmTC_c4560.lib -Xlinker /pdb:cmTC_c4560.pdb -Xlinker /version:0.0 && cd ."
  8. lld-link: error: undefined symbol: __guard_eh_cont_table
  9.  
  10. >>> referenced by libcmtd.lib(loadcfg.obj):(_load_config_used)
  11.  
  12.  
  13.  
  14. lld-link: error: undefined symbol: __guard_eh_cont_count
  15.  
  16. >>> referenced by libcmtd.lib(loadcfg.obj):(_load_config_used)
  17.  
  18. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  19.  
  20. ninja: build stopped: subcommand failed.
  21.  
  22.  
  23.  
  24.  
  25. Determining if the C compiler works failed with the following output:
  26. Change Dir: C:/aseprite/build/CMakeFiles/CMakeTmp
  27.  
  28. Run Build Command(s):C:/PROGRA~1/CMake/bin/ninja.exe cmTC_eccb5 && [1/2] Building C object CMakeFiles/cmTC_eccb5.dir/testCCompiler.c.obj
  29. [2/2] Linking C executable cmTC_eccb5.exe
  30. FAILED: cmTC_eccb5.exe
  31. cmd.exe /C "cd . && C:\PROGRA~1\LLVM\bin\clang.exe -fuse-ld=lld-link -nostartfiles -nostdlib -g -Xclang -gcodeview -O0 -D_DEBUG -Xclang -flto-visibility-public-std -D_MT -Xclang --dependent-lib=libcmtd CMakeFiles/cmTC_eccb5.dir/testCCompiler.c.obj -o cmTC_eccb5.exe -Xlinker /implib:cmTC_eccb5.lib -Xlinker /pdb:cmTC_eccb5.pdb -Xlinker /version:0.0 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 -loldnames && cd ."
  32. lld-link: error: undefined symbol: __guard_eh_cont_table
  33.  
  34. >>> referenced by libcmtd.lib(loadcfg.obj):(_load_config_used)
  35.  
  36.  
  37.  
  38. lld-link: error: undefined symbol: __guard_eh_cont_count
  39.  
  40. >>> referenced by libcmtd.lib(loadcfg.obj):(_load_config_used)
  41.  
  42. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  43.  
  44. ninja: build stopped: subcommand failed.
  45.  
  46.  
  47.  
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement