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
Hello, I would like to build the rive runtime for MinGW.
Running premake5 gmake2 in the build directory works fine.
A problem arrises when running mingw32-make from mysys2 mingw64. Log:
==== Building rive_harfbuzz (debug) ====
Creating windows/cache/obj/debug/debug/rive_harfbuzz
gsubgpos-context.cc
...
world_transform_component.cpp
Creating windows/bin/debug
Linking rive
C:\msys64\mingw64\bin\ar.exe: wi: No such file or directory
mingw32-make[1]: *** [rive.make:1003: windows/bin/debug/rive.lib] Error 1
mingw32-make: *** [Makefile:54: rive] Error 2
If anyone has faced this issue before and found a solution please let me know!
The text was updated successfully, but these errors were encountered:
Hello, I would like to build the rive runtime for MinGW.
Running
premake5 gmake2
in the build directory works fine.A problem arrises when running
mingw32-make
from mysys2 mingw64. Log:If anyone has faced this issue before and found a solution please let me know!
The text was updated successfully, but these errors were encountered: