User Details
- User Since
- Aug 5 2016, 2:39 PM (373 w, 4 d)
Jan 21 2020
Dec 21 2017
Aug 1 2017
Jun 6 2017
Jun 2 2017
Feb 15 2017
@kislinsk so far I didn't checked what's going inside Update() call
@kislinsk okay, under the hood of ComputeDistanceMap there are few ITK filters working together
itk::FastChamferDistanceImageFilter, itk::IsoContourDistanceImageFilter, itk::InvertIntensityImageFilter, itk::SubtractImageFilter, error happens after setting them all together and calling Update(), possibly needs minimal reproducible example of what filter exactly fails there
Feb 14 2017
Dec 22 2016
Works fine, flag -fpermissive needs for DCMTK still
Dec 19 2016
will take day or two to verify
Nov 28 2016
same issue: https://phabricator.mitk.org/T19757
It's duplicate: https://phabricator.mitk.org/T19757
Nov 24 2016
@kislinsk yes, seems like it was all Eigen and ninja (another issue) related (I just used to understand issue wrong first time), with Eigen fix is applied everything is going fine.
@kislinsk I used to run ninja on Linux without -j1 and it used all my cores as parallel jobs, it fails with errors, I can try to reproduce to provide log for research, maybe issue was different
Nov 23 2016
could be fixed with that PR: https://github.com/MITK/MITK/pull/167
Nov 17 2016
Nov 14 2016
Nov 11 2016
Sep 14 2016
That will be nice if we will have statistics and histogram separated from measurement tools plugin because qwebengine is really massive but planars can work without it.
Aug 25 2016
@goch yes, seems like so, sorry for disturbing about it
Aug 24 2016
@goch yes
@goch basically maybe CharToOemA should still be there, I will test how does it work in Russian paths some later. My point is slightly different here
Aug 22 2016
@kislinsk try updating to 5.6.1
Aug 17 2016
@kislinsk this fix works pretty fine for us, let me know if you will find some maybe better way to resolve it. or at least please share environment/video/steps to reproduce so we will know that there is something beyond my fix.
Aug 16 2016
@kislinsk is it already integrated? I can create PR for that if you wish
Aug 9 2016
@kislinsk 2016.3.0 version, still can reproduce
Aug 8 2016
@nolden I'm sincerely glad you've found time for reviewing PRs/issues
@nolden it's very common issue, e.g. googling "FORTIFY_SOURCE redefinition" will prove that it's common around many people
PR: https://github.com/CppMicroServices/CppMicroServices/pull/29