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
=:) sudo jpm build
compiling raylib/src/rshapes.c to build/raylib___src___rshapes.o...
compiling src/main.c to build/src___main.o...
compiling raylib/src/rcore.c to build/raylib___src___rcore.o...
compiling raylib/src/rmodels.c to build/raylib___src___rmodels.o...
compiling raylib/src/raudio.c to build/raylib___src___raudio.o...
compiling raylib/src/rglfw.c to build/raylib___src___rglfw.o...
compiling raylib/src/rtext.c to build/raylib___src___rtext.o...
compiling raylib/src/rtextures.c to build/raylib___src___rtextures.o...
compiling raylib/src/utils.c to build/raylib___src___utils.o...
generating meta file build/jaylib.meta.janet...
raylib/src/rtextures.c:152: warning: "STB_IMAGE_IMPLEMENTATION" redefined
152 | #define STB_IMAGE_IMPLEMENTATION
|
: note: this is the location of the previous definition
In file included from src/main.c:5:
src/types.h:483:20: error: expected expression before ‘,’ token
483 | JANET_ATEND_GET,
Resolved by removing the trailing comma on line 483 in src/types.h
The text was updated successfully, but these errors were encountered:
=:) sudo jpm build
compiling raylib/src/rshapes.c to build/raylib___src___rshapes.o...
compiling src/main.c to build/src___main.o...
compiling raylib/src/rcore.c to build/raylib___src___rcore.o...
compiling raylib/src/rmodels.c to build/raylib___src___rmodels.o...
compiling raylib/src/raudio.c to build/raylib___src___raudio.o...
compiling raylib/src/rglfw.c to build/raylib___src___rglfw.o...
compiling raylib/src/rtext.c to build/raylib___src___rtext.o...
compiling raylib/src/rtextures.c to build/raylib___src___rtextures.o...
compiling raylib/src/utils.c to build/raylib___src___utils.o...
generating meta file build/jaylib.meta.janet...
raylib/src/rtextures.c:152: warning: "STB_IMAGE_IMPLEMENTATION" redefined
152 | #define STB_IMAGE_IMPLEMENTATION
|
: note: this is the location of the previous definition
In file included from src/main.c:5:
src/types.h:483:20: error: expected expression before ‘,’ token
483 | JANET_ATEND_GET,
Resolved by removing the trailing comma on line 483 in src/types.h
The text was updated successfully, but these errors were encountered: