You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from c:\users\karol\onedrive\stalin~1\pp\c__~1\3dengine\deps\spdlog\inc\spdlog\fmt\fmt.h:23,
from c:\users\karol\onedrive\stalin~1\pp\c__~1\3dengine\deps\spdlog\inc\spdlog\common.h:36,
from c:\users\karol\onedrive\stalin~1\pp\c__~1\3dengine\deps\spdlog\inc\spdlog\spdlog.h:12,
from C:\Users\karol\OneDrive\Stalinis kompiuteris\PP\c++\3DEngine\src\Engine3D\vulkan\vulkan_debug.cpp:6:
c:\users\karol\onedrive\stalin~1\pp\c__~1\3dengine\deps\spdlog\inc\spdlog\fmt\bundled\format-inl.h: In function 'int fmt::v6::internal::snprintf_float(T, int, fmt::v6::internal::float_specs, fmt::v6::internal::buffer<char>&)':
c:\users\karol\onedrive\stalin~1\pp\c__~1\3dengine\deps\spdlog\inc\spdlog\fmt\bundled\format-inl.h:64:24: internal compiler error: Segmentation fault
# define FMT_SNPRINTF snprintf
^~~~~~~~
c:\users\karol\onedrive\stalin~1\pp\c__~1\3dengine\deps\spdlog\inc\spdlog\fmt\bundled\format-inl.h:1156:25: note: in expansion of macro 'FMT_SNPRINTF'
auto snprintf_ptr = FMT_SNPRINTF;
^~~~~~~~~~~~
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
src\Engine3D\CMakeFiles\3DEngineLib.dir\build.make:160: recipe for target 'src/Engine3D/CMakeFiles/3DEngineLib.dir/vulkan/vulkan_debug.cpp.obj' failed
mingw32-make[2]: *** [src/Engine3D/CMakeFiles/3DEngineLib.dir/vulkan/vulkan_debug.cpp.obj] Error 1
CMakeFiles\Makefile2:388: recipe for target 'src/Engine3D/CMakeFiles/3DEngineLib.dir/all' failed
mingw32-make[1]: *** [src/Engine3D/CMakeFiles/3DEngineLib.dir/all] Error 2
Makefile:128: recipe for target 'all' failed
mingw32-make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
Hello. I can't compile spdlog under windows while using MinGW.
gcc -v outputs
Error that I'm getting during compilation:
The text was updated successfully, but these errors were encountered: