f4pga / prjxray

Documenting the Xilinx 7-series bit-stream format.
https://f4pga.github.io/prjxray-db/
ISC License
777 stars 152 forks source link

Compilation error "make build" #2169

Closed zipotron closed 1 year ago

zipotron commented 1 year ago

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: compilation_error

Any suggestion? Thanks!

tmichalak commented 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.

pgielda commented 1 year ago

The PR mentioned above (https://github.com/f4pga/prjxray/pull/2135) is merged.

zipotron commented 1 year ago

Works! Thanks!