Skip to content
New issue

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

Build on MSYS2 MINGW64 #45

Open
ghost opened this issue Mar 29, 2023 · 1 comment
Open

Build on MSYS2 MINGW64 #45

ghost opened this issue Mar 29, 2023 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 29, 2023

Your Makefile works out of the box. You only have to create ~/.local directory before running make.

There is an warning I think I should report back to you:

include/imgui/imgui_draw.cpp: In function 'void ImFontAtlasBuildPackCustomRects(ImFontAtlas*, void*)':
include/imgui/imgui_draw.cpp:2214:11: warning: 'void* memset(void*, int, size_t)' specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
 2214 |     memset(pack_rects.Data, 0, (size_t)pack_rects.size_in_bytes());
      |     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ghost ghost changed the title Build on MSYS2 Build on MSYS2 MINGW64 Mar 29, 2023
@jokoon
Copy link

jokoon commented Sep 21, 2023

hello, which "MSYS2 MINGW64" are you using?

I would gladly be able to run TinyEngine on windows (I am a hobbyist game developer)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant