nirfast-admin / NIRFASTSlicer

Customized version of 3D Slicer for NIRFAST
Other
2 stars 5 forks source link

COMP: Update OpenIGTLink to fix igtutil "undefined reference to sqrtf" link error #13

Closed jcfr closed 6 years ago

jcfr commented 6 years ago

This commit fixes link errors like the following:

/path/to/NIRFASTSlicer-RelWithDebInfo/OpenIGTLink/Source/igtlutil/igtl_image.c:121: undefined reference to `sqrtf'

List of changes:

$ git shortlog 18db205..256bc40 --no-merges Jean-Christophe Fillion-Robin (1): COMP: Really fix linking of igtlutil when built from inside Slicer

agirault commented 6 years ago

@jcfr for some reason I'm only seeing this now. Is this still ready to merge?

jcfr commented 6 years ago

As a side note, the openigtlink project has been fixed and can now be bundled into Slicer. There is need to stick with an older version of Slicer or Qt.

agirault commented 6 years ago

https://github.com/nirfast-admin/NIRFASTSlicer/issues/22