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 MacOS, -Werror=implicit-function-declaration is the default. This might cause the error above.
I thought I can turn-off this option, but this is dangerous workaround although.
I'm newbie to ATS and not familiar to how the compiler works, but could anyone fix this?
The text was updated successfully, but these errors were encountered:
I tried to build ATS on MacOS, but build fails with
implicit declaration of function
error.Error messages is as follows.
On MacOS,
-Werror=implicit-function-declaration
is the default. This might cause the error above.I thought I can turn-off this option, but this is dangerous workaround although.
I'm newbie to ATS and not familiar to how the compiler works, but could anyone fix this?
The text was updated successfully, but these errors were encountered: