Closed snamjoshi closed 7 years ago
Just saw the thread in issue #178. I assume this is related? I am also have the undefined symbol issue. Unfortunately, I was not able to follow the discussion in the thread so I'm not sure where to go next.
a resolution appears to be in the works via a recent pull request from @justbennet
brian
On Fri, Aug 25, 2017 at 10:19 AM, snamjoshi notifications@github.com wrote:
Just saw the thread in issue #178 https://github.com/stnava/ANTsR/issues/178. I assume this is related? I am also have the undefined symbol issue. Unfortunately, I was not able to follow the discussion in the thread so I'm not sure where to go next.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stnava/ANTsR/issues/179#issuecomment-324933988, or mute the thread https://github.com/notifications/unsubscribe-auth/AATyfl20wL3BwjnPETC5KY6UT76r1RPjks5sbtfzgaJpZM4PBzmb .
It compiled and installed just fine for me today. I assume the problem was fixed with ANTsR core? Thanks.
I am installing ANTsR on Ubuntu 16.04.2 following the instructions at the install page here.
This is what I have done, in order:
which cmake
andwhich git
. Got back paths for both.devtools::install_github( "stnava/ITKR" )
from the R terminal (not GUI). Received message of successful install after build. Not sure how to actually test this though... I can load the package in R but I'm not sure how to tell if there was anything that may have gone wrong.devtools::install_github( "stnava/ANTsR" )
from the R terminal. It runs all the way to the end (past 100%) and then some other commands are run, finally ending with this:Any ideas what this could mean? All I have tried is updating Rcpp to the newest version.
The problem is that it takes so long to try out something else since it has to build everything again each time I rerun. So any guidance to at least point me in the right direction or give some suggestions would be helpful! Thanks for all your work.