ANTsX / ANTsR

R interface to the ANTs biomedical image processing library
https://antsx.github.io/ANTsR
Apache License 2.0
127 stars 35 forks source link

Installation error #259

Closed amirzolal closed 5 years ago

amirzolal commented 5 years ago

Hello,

my attemtps at installation end with the following errors:

invariantImageSimilarity.cpp:209:40: error: ‘vnl_math_abs’ was not declared in this scope if ( vnl_math_abs( bestscale - 1.0 ) < 1.e-6 ) ^ invariantImageSimilarity.cpp:222:47: error: ‘vcl_pow’ was not declared in this scope bestscale = vcl_pow( bestscale , powlev ); ^

followed somwhat further by

make: *** [invariantImageSimilarity.o] Error 1 ERROR: compilation failed for package ‘ANTsR’

ntustison commented 5 years ago

Yes, this issue is known and is addressed by this pull request.

Hey @stnava , have you been able to take a look at this yet?