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

Keep track of latest godot cpp version #17

Open
Altarick opened this issue Aug 6, 2024 · 1 comment
Open

Keep track of latest godot cpp version #17

Altarick opened this issue Aug 6, 2024 · 1 comment

Comments

@Altarick
Copy link

Altarick commented Aug 6, 2024

Hi,

I was building the module locally and faced a number of issues, first with pyhon, then with compilation, turns out the submodule is stuck on an old commit. Setting the head of the submodule to the head of 4.2 fixed it.

I suggest either the README should mention it, or the submodule should be set to track the head of the master branch of the godot codebase.

@mphe
Copy link
Owner

mphe commented Aug 6, 2024

It builds fine on my machine and also on the Github actions runner which automatically compiles the project on every new commit.

Hence I think it's a problem on your end.
Could you please provide your system information and the exact process you went through to build it?

Did you maybe forget a git submodule update --init --recursive after cloning?

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

No branches or pull requests

2 participants