Dženan Zukić

Results 237 comments of Dženan Zukić

There was some work regarding `ITK_USE_SYSTEM_DOUBLECONVERSION` between 5.0.0 and 5.0.1. Can you try with [vcpkg 7352fab](https://github.com/microsoft/vcpkg/commit/7352fab1e426336310de24d0c02c4cc6c0b702fd) or newer?

Those errors do look familiar. You can look at https://github.com/InsightSoftwareConsortium/ITK/issues/579 and stuff linked from there.

That should use double-conversion from `vcpkg`.

`double-conversion` is specified as a dependency in the [CONTROL](https://github.com/microsoft/vcpkg/blob/master/ports/itk/CONTROL) file, so `vcpkg.exe install itk` should be enough.

Perhaps execute [`vcpkg integrate install`](https://github.com/microsoft/vcpkg/blob/master/docs/users/integration.md)?

That might be a bug in `vcpkg`, or something related to https://github.com/InsightSoftwareConsortium/ITK/issues/579 or https://github.com/google/double-conversion/issues/100.

I was unaware of this as I was trying to use transformix to deform an atlas (uchar image).

What is the status of this PR?

Maybe I should rephrase the question: @albarji do you have any intention of merging this PR?

Oh yes, a lot of duplication with #1305. Not closing yet, though. The issue I ran into is that some dependencies link to `zlib` in compat mode **with** symbol prefix,...