-
Notifications
You must be signed in to change notification settings - Fork 61
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
Superbuild throws error on Ubuntu 18.04 #394
Comments
Most likely, both this one and #396 are due to the fact that dcmqi is using a very old, patched, 4.10 version of ITK. I manually stripped off many components which were not possible to disable via cmake to shorten the build time and meet the CI constraints at the time. Probably the best approach would be to upgrade ITK altogether. Meanwhile, can you use the binary packages: https://github.com/QIICR/dcmqi/releases/tag/latest? dcmqi is still building fine on all platforms by CI. |
Yes - not a problem! Thanks. |
I'd actually leave this open - the underlying issue isn't fixed yet. |
Yes, definitely - I didn't mean to imply the issue should be closed. Sean, would binary packages work to address your immediate needs? |
FYI - the dcmqi extension is also broken, and that breaks quantitative reporting: |
Thanks for the nudge - we fixed dcmqi version to work with the DCMTK pre-updgrade. Once we switch to master, hopefully those errors will go away. I will do this hopefully today once #393 is merged. |
Sound good - I hope there's an easy fix for the extension. The build errors are all about things like e.g. |
Yes, those specific errors have already been fixed in master. |
I updated ExtensionIndex, let's see tomorrow. |
I just realized I didn't update the issue, but the Slicer extension does not have build errors. |
Closing. The following pull-requests likely addressed the issue: |
Hi -
I just tried building dcmqi (retrieved via
git clone https://github.com/QIICR/dcmqi.git
on a new Ubuntu 18.04 machine using the following set of commands:which resulted in the error "Dunno about this gcc":
I could build the components by scratch - but if there is something I should try first to debug the issue I'm happy to do it. I believe this is is a mismatch of some sort between ITK and newer versions of gcc.
The text was updated successfully, but these errors were encountered: