-
Notifications
You must be signed in to change notification settings - Fork 4
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
git build fails #27
Comments
This repository uses submodules: you forgot to download them, please perform:
and retry to configure the build. |
I see, missed it from the README, but that's what --recursive seems to be doing |
|
@grammoboy2, This error needs a new issue. Otherwise, it's an offtopic. |
Now the question: what OS you do run? What version of your compiler? |
arch linux |
I haven't installed flatbuffers, is it needed?
|
No, there is pre-included flatbuffers tha gets built in a place. I made a small tweak, please run |
rm -rf build
|
Any chance that you could fix this in the coming weeks? Or can I disable flatbuffers for building, just to look in to this issue? |
I'll take a deeper look soon. |
Now there are questions:
I asking, just, because I need to know what the place where you do build. On my end (gcc-9, gcc-13, and clang) do build the thing fine, even Flatbuffers. |
Arch Linux
|
Good news, with a help of my friend @SkullGamer205 who also runs Arch Linux, I found a solution for this bug. Please run: git pull and then try to build the thing again. Let me know if it builds or not. I will make a new release tag with this fix. |
Builds. Thanks. |
Have a good time! |
The text was updated successfully, but these errors were encountered: