We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_mingw_tool
Windows 10 with terminal on VSCode
It seems failed to build godot_res.windows.editor.x86_64.o.
godot_res.windows.editor.x86_64.o
Log:
* Executing task: scons platform=windows target=editor -j 16 scons: Reading SConscript files ... Using MinGW, arch x86_64 Building for platform "windows", architecture "x86_64", target "editor". Checking for C header file mntent.h... (cached) no scons: done reading SConscript files. scons: Building targets ... [Initial build] build_res_file(["platform\windows\godot_res_wrap.windows.editor.x86_64.o"], ["platform\windows\godot_res_wrap.rc"]) [Initial build] Compiling platform\windows\os_windows.cpp ... [Initial build] Compiling platform\windows\display_server_windows.cpp ... [Initial build] Compiling platform\windows\native_menu_windows.cpp ... [Initial build] build_res_file(["platform\windows\godot_res.windows.editor.x86_64.o"], ["platform\windows\godot_res.rc"]) [Initial build] Compiling main\main.cpp ... [Initial build] Compiling main\performance.cpp ... [Initial build] Compiling modules\ktx\register_types.cpp ... [Initial build] Compiling modules\ktx\texture_loader_ktx.cpp ... [Initial build] Compiling modules\theora\register_types.cpp ... [Initial build] Compiling modules\theora\video_stream_theora.cpp ... [Initial build] Compiling modules\vorbis\audio_stream_ogg_vorbis.cpp ... [Initial build] Compiling modules\vorbis\register_types.cpp ... [Initial build] Compiling modules\vorbis\resource_importer_ogg_vorbis.cpp ... [Initial build] Compiling modules\astcenc\image_compress_astcenc.cpp ... [Initial build] scons: *** [platform\windows\godot_res_wrap.windows.editor.x86_64.o] Error -1 Compiling modules\astcenc\register_types.cpp ... scons: *** [platform\windows\godot_res.windows.editor.x86_64.o] Error -1 scons: building terminated because of errors. [Time elapsed: 00:00:13.43]
Build Godot on Windows 10 with terminal on VSCode
N/A
The text was updated successfully, but these errors were encountered:
CC @Repiteo
Sorry, something went wrong.
8a57f64
Revert "Implement "get_mingw_tool" to fix mingw prefixes"
113e3f0
This reverts commits ecebe0b and 15d37ed. Fixes godotengine#91710.
1158ec1
46cf690
fd73e58
Successfully merging a pull request may close this issue.
Tested versions
get_mingw_tool
to fix mingw prefix ambiguity (reverted) #85319System information
Windows 10 with terminal on VSCode
Issue description
It seems failed to build
godot_res.windows.editor.x86_64.o
.Log:
Steps to reproduce
Build Godot on Windows 10 with terminal on VSCode
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: