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
When running any command (regardless of type given in any ReadMe file, blog, etc.), no executable is made anymore like it was in the older versions of Mac OSX. Nothing is produced except random (non-executable) files in the same tar-extracted directory, not in /usr/bin/, /opt/<dir>/, etc. so there is no longer any way to execute oneko from the terminal.
Specifically with the -I[...] -L[...] options, I get the error:
oneko.c:745:5: error: implicit declaration of function 'pause' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
pause();
^
oneko.c:812:8: warning: extra tokens at end of #endif directive [-Wextra-tokens]
#endif SHAPE
The text was updated successfully, but these errors were encountered:
Overview
When running any command (regardless of type given in any ReadMe file, blog, etc.), no executable is made anymore like it was in the older versions of Mac OSX. Nothing is produced except random (non-executable) files in the same tar-extracted directory, not in
/usr/bin/
,/opt/<dir>/
, etc. so there is no longer any way to executeoneko
from the terminal.Commands attempted
Details
Specifically with the
-I[...] -L[...]
options, I get the error:The text was updated successfully, but these errors were encountered: