ANTsX / ITKR

port of ITK to R
6 stars 14 forks source link

It can't install with gcc6. #6

Closed hyphon81 closed 6 years ago

hyphon81 commented 8 years ago

Hello. I would like to use ITKR in Coursera course "Introduction to Neurohacking In R". https://www.coursera.org/learn/neurohacking

However, my enviroment is gcc 6.1.1 with ArchLinux and this ITKR on github is not compatible to gcc>=6. It fails in the package installing. Because, ITK on github was updated and ITKR is using old ITK code. In the recent code, this bug was fixed. http://review.source.kitware.com/#/c/20681/

I attempted an work around it is modified the configure file (comment out "itktag" and "git check out" codes) and it was successful to install.

I think ITKR is good package and it should be compatible to gcc>=6.

Thanks.

stnava commented 8 years ago

Feel free to make a pull request

On Friday, July 15, 2016, hyphon81 notifications@github.com wrote:

Hello. I would like to use ITKR in Coursera course "Introduction to Neurohacking In R". https://www.coursera.org/learn/neurohacking

However, my enviroment is gcc 6.1.1 with ArchLinux and this ITKR on github is not compatible to gcc>=6. It fails in the package installing. Because, ITK on github was updated and ITKR is using old ITK code. In the recent code, this bug was fixed. http://review.source.kitware.com/#/c/20681/

I attempted an work around it is modified the configure file (comment out "itktag" and "git check out" codes) and it was successful to install.

I think ITKR is good package and it should be compatible to gcc>=6.

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stnava/ITKR/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AATyfhIc9pWakNhbPoTr0bOIflNxam7lks5qV8XvgaJpZM4JNoD2 .

brian

hyphon81 commented 8 years ago

Thank you. I made a pull request.

hyphon81 commented 6 years ago

Sorry, I forgot closing.