-
Notifications
You must be signed in to change notification settings - Fork 101
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
Build Error #81
Comments
From some searching around it sounds like one possibility is that it's getting killed due to running out of memory. I tried "make" without -j4 but it still fails. To be clear, this is on a machine that only has 2 GB of RAM. |
I was able to compile the binary on a different Ubuntu machine with more RAM and then run it on this machine. Might be worth updating your documentation and/or making precompiled binaries available. |
Ahh yeah sorry about that, some of the files need a lot of memory to compile. You might be able to build it on the low-memory machine if you had some swap, although building it on a build server with lots of resources is a good way too. I will look into distributing binaries somehow. What would be your preference? A deb package? |
Just the raw binary should suffice; I don't think there's a need for a deb package. |
I'm getting the following error:
Any Idea? |
I think the flatc that ships with 20.04 might not support some new syntax I'm using -- sorry! Easiest is probably to use 22.04. I'm going to be getting rid of that flatbuffers file for the next major release, so I don't think it's worth figuring out a long-term fix. |
Trying to compile a checkout of 0.9.6 on Ubuntu 22.04.
Installed dependencies listed in readme.
The text was updated successfully, but these errors were encountered: