Closed zipotron closed 1 year ago
@zipotron the problem you have is related to the fact that the code is using the std::iterator class, which has been marked as deprecated in the C++17 standard. There is a PR with a fix.
The PR mentioned above (https://github.com/f4pga/prjxray/pull/2135) is merged.
Works! Thanks!
Hi everybody, I am using a recent updated Fedora 38, I was compiling this project in Fedora 36 without issues, but now I get this error:
Any suggestion? Thanks!