-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS brew ITK compilation error #654
Comments
Brew ITK is now v5 (see here), and I think STIR normally requires v4. I wonder if that could be causing you problems. |
@rijobro Ahh thank you. I installed ITK v4.13 manually allowing for STIR with ITK installation. Brew does not seem to allow ITK v4 to be installed. |
Actually, we should keep up with ITK. I'm sure it worked fine with ITK 5.0, so I guess it's something recently introduced. Having a look at In any case, it seems we need to check ITK version and have preprocessor stuff to use the new behaviour from 5.1 onwards. |
Looks like we should use and probably |
ITK 5.1 introduced a typed-enum IOPixelEnum Fixes UCL#654
Related to #531, but possibly seperate
STIR ITK (via HomeBrew) install issue. Setting a clean directory to build in allows for cmake configeration and generation (work around for #531's issue). However, the make fails on:
The text was updated successfully, but these errors were encountered: