Kasper Marstal

Results 85 comments of Kasper Marstal

But as always we are happy to accept PRs!

@Li19891208 how did you diagnose that this was the problem? Will be useful to know in order to fix it.

@dpshamonin do you have any inputs?

@vzickus Can you rebuild with `make` (i.e. not `make -j4`so that the build stops when the error is encountered) and post the error message if 07bb702 is not working for...

The config files were recently improved in elastix but I am not sure if this is reflected on the SimpleElastix master branch yet. Have you tried the develop branch?

Mhm, I disabled the metrics by default because of the external dependency on boost. Seems like it still tries to find boost even though the metrics are disabled. Will fix...

Hi @RishengDeng, the error happens earlier in another make thread, and that is why the install step fails. Try compiling with `make -j1` and post the new build log.

Great, thanks @yoda-vid! Could you make the PR against develop instead of master? Develop was just updated to SimpleITK v2.0.2 and I hope to merge into master soon. Better check...

Hi Arnold, you probably have SimpleITK installed, not SimpleElastix. It is great source of confusion that the SimpleElatix python package is also called SimplITK and we are working on a...

Hi, could you rerun make without the '-j' parameter? This way the build script will stop when the error happens (now the other threads continue compiling which hides the real...