Bertrand Kerautret

Results 80 comments of Bertrand Kerautret

It comes from the common.h ... (due to DrawableWithViewer3D)

All looks fine both from my computer on MacOS and also tested on linux servers with QT options. 👌🏻

> Checking https://dgtal-team.github.io/doc-nightly/structDGtal_1_1RawReader.html, the code snippet is incorrect as you have to add the domain extent as parameter to the `importRaw` Agree the doc is wrong the dim is missing...

I will correct the doc and perhaps check genericReader to avoid call without dim like the doc example.

yes I see it on the GitHub Actions when trying to activate ITK on MacOS build, it looks like that the include of cmath.h from Xcode build system find first...

Same problem here trying to activate ITK and macos GitHub Actions: (with a cmake small try fix) https://github.com/kerautret/DGtal/runs/4445372646?check_suite_focus=true

@dcoeurjo have you tried to use the the CommandLineTools SDK instead the XCode SDK, by using: `sudo xcode-select -s /Library/Developer/CommandLineTools` It looks to be better when using ITK from brew...

> THanks for the tip, I'm not super fan of changing the SDK globally.. (I wasn't expecting that the command line has a different sdk than Xcode.. weird..) I am...

@dcoeurjo I tested a simple ITK helloworld project and it fails from the same errors so the problem is not related to DGtal itself but more from brew/**ITK**/osXSDK. I try...