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
C:\GitSOURCE\LEARNING\tinyrb>make
cc vm/string.c
vm/string.c:1:20: alloca.h: No such file or directory
In file included from vm/tr.h:14,
from vm/string.c:4:
vm/vendor/kvec.h:84:7: warning: no newline at end of file
In file included from vm/tr.h:15,
from vm/string.c:4:
vm/vendor/khash.h:316:26: warning: no newline at end of file
vm/string.c: In function tr_sprintf': vm/string.c:128: warning: implicit declaration of functionalloca'
vm/string.c:128: warning: initialization makes pointer from integer without a ca
st
make: *** [vm/string.o] Error 1
C:\GitSOURCE\LEARNING\tinyrb>
The text was updated successfully, but these errors were encountered:
this is what I got:
C:\GitSOURCE\LEARNING\tinyrb>make
cc vm/string.c
vm/string.c:1:20: alloca.h: No such file or directory
In file included from vm/tr.h:14,
from vm/string.c:4:
vm/vendor/kvec.h:84:7: warning: no newline at end of file
In file included from vm/tr.h:15,
from vm/string.c:4:
vm/vendor/khash.h:316:26: warning: no newline at end of file
vm/string.c: In function
tr_sprintf': vm/string.c:128: warning: implicit declaration of function
alloca'vm/string.c:128: warning: initialization makes pointer from integer without a ca
st
make: *** [vm/string.o] Error 1
C:\GitSOURCE\LEARNING\tinyrb>
The text was updated successfully, but these errors were encountered: