Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build on go1.21 #4

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Fix build on go1.21 #4

wants to merge 7 commits into from

Conversation

arl
Copy link

@arl arl commented Dec 21, 2023

Only tested on linux/amd64 with go1.21

First commit is just adding a go.mod, use a more recent go-sdl and runs go mod vendor
Second commit fixes some runtime-internal names which have changed in the meantime (just 6 years :-) ) used by your gojit fork.

Let me know if you prefer this on rasky/gojit instead?

This codebase is full of gems, so that's my tiny contribution to it!

@arl
Copy link
Author

arl commented Dec 21, 2023

Actually, I'm not sure about the jit changes. The code builds and a game rom I tried ran without any crash, but I'm not sure if the modified code is actually called... Or if I just made the linker happy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant