-
Notifications
You must be signed in to change notification settings - Fork 6
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
Installation no longer works, but a solution is relatively simple #39
Comments
Hi,I downloaded Eigen 3.3.9 and tried again with appropriate flags: "ERROR: (187/371) [LB] bin/5tt2gmwmi g++ tmp/src/dwi/tractography/seeding/list.o tmp/src/dwi/tractography/ACT/act.o tmp/src/dwi/tractography/rng.o tmp/cmd/5tt2gmwmi.o tmp/src/dwi/tractography/roi.o tmp/src/exec_version.o -lmrtrix -Wl,--sort-common,--as-needed -pthread -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/data/home/bnu006/anaconda3/lib -Wl,-rpath-link,/data/home/bnu006/anaconda3/lib -L/data/home/bnu006/anaconda3/lib -L/data/home/bnu006/anaconda3/lib -lz -L/data/home/bnu006/anaconda3/lib -lfftw3 -Wl,-rpath,$ORIGIN/../lib -L./lib -o bin/5tt2gmwmi failed with output /data/home/bnu006/fsl/bin/../lib/gcc/x86_64-conda-linux-gnu/12.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: /data/home/bnu006/anaconda3/lib/libmrtrix.so: undefined reference to How can I solve these issues? |
Hi @turuilin I don't think this has anything to do with the eigen issue.... except it demonstrates that you did get the eigen part working. It looks like you're using the compiler that comes with fsl, which I believe is not supported. I would use the proper compiler that comes with your system instead. |
Hiya,
Thanks for this great tool.
Installation no longer works because this version is not compatible with newer versions of eigen. Errors are reported along the lines of:
On forums for the main mrtrix branch, Donald offers a solution, which I think would be best put into the build instructions:
The text was updated successfully, but these errors were encountered: