-
Notifications
You must be signed in to change notification settings - Fork 27
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
[BUG] - Compile Codex with GCC 14 #875
Comments
I think nim-datastore is working. PR: codex-storage/nim-datastore#69 |
Test on fresh Fedora 40 following our guide - Build Codex - ❌ gcc --version
gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Fedora is moving forward 🚀 |
GCC 15 Moves C Default Language Version To C23
|
Done with the Nim 2.0.14 update.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Codex currently can't be compiled with GCC 14, which was released on Tue May 7 10:31:35 GMT 2024.
Based on the numbering scheme, this is a first
v14
public release,14.0
was used in the development process.To Reproduce
make update
- ✅make
- ❌Expected behavior
We should be able to compile Codex with GCC 14 and older versions as well.
Environment:
Ubuntu, Windows
latest
master
amd64
Additional context
Work in progress -
nim-codex/.gitmodules
status-im/nim-bearssl
- Update submodulevacp2p/nim-libp2p
- https://github.com/vacp2p/nim-libp2p/tree/multihash-poseidon2nim-leopard
- GCC-14 nim-leopard#15nim-codex-dht
- GCC-14 nim-codex-dht#98nim-chronos
- Update submodulenim-datastore
The text was updated successfully, but these errors were encountered: