-
Notifications
You must be signed in to change notification settings - Fork 153
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
Pull 2469 brokes build #2472
Comments
The error can be seen in the following workflow: https://github.com/Unike267/Containers/actions/runs/12465339901/job/34790956166 |
Unike267
added a commit
to Unike267/Containers
that referenced
this issue
Dec 23, 2024
As mentioned in the issue f4pga/prjxray#2472 a new library recently added to the yaml-cpp repository called dragonbox.h breaks the building of the prjxray. To fix this issue I've move the yaml-repository to old commit and I've commented out line 42 of the makefile to not perform the init of the submodules
Unike267
added a commit
to Unike267/Containers
that referenced
this issue
Dec 23, 2024
As mentioned in the issue f4pga/prjxray#2472 a new library recently added to the yaml-cpp repository called dragonbox.h breaks the building of the prjxray. To fix this issue I've move the yaml-repository to old commit and I've commented out line 42 of the makefile to not perform the init of the submodules
Unike267
added a commit
to Unike267/Containers
that referenced
this issue
Dec 24, 2024
According to @SGSSGene to solve the issue f4pga/prjxray#2472 Clang must be updated, in this case from 11 to 14 See jbeder/yaml-cpp#1334 for more info Thanks to Simon Gene Gottlieb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there!
Pull request #2469 is breaking the build, as shown in the following image:
It seems the issue is that
yaml-cpp
has added a new library,dragonbox.h
, which is causing the build to fail.Cheers!
Related issue: jbeder/yaml-cpp#1334
The text was updated successfully, but these errors were encountered: