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
On Windows, are you generating GNU Make or mingw32-make? GNU Make requires a POSIX environment like Cygwin or MSYS2. mingw32-make is a maintained fork of GNU Make to make it works natively on Windows without a need for a POSIX environment, and it's not 100% compatible with GNU Make.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
On Windows, are you generating
GNU Make
ormingw32-make
?GNU Make
requires a POSIX environment like Cygwin or MSYS2.mingw32-make
is a maintained fork ofGNU Make
to make it works natively on Windows without a need for a POSIX environment, and it's not 100% compatible withGNU Make
.Beta Was this translation helpful? Give feedback.
All reactions