[Mrtrix-discussion] eddy correction and ideal number of
streamlines for TDI
Robert Smith
r.smith at brain.org.au
Fri Dec 14 21:46:25 PST 2012
Todd
I just successfully compiled this program in MRtrix version 0.2.10. This,
combined with the location of the error you're getting, suggests that your
system is either missing the necessary header files to compile this program
(not likely), or the required header files are not being found in the
compilation process (more likely).
In file cmd/merge_tracks.cpp, try adding the following line near the top of
the file (around line 27):
#include <unistd.h>
The merge_tracks program uses code libraries that come with Linux to
navigate and interrogate the HDD directory structure; addition of this line
should hopefully inform the compiler where to find the relevant libraries.
If this still doesn't fix the problem please let me know, as I can't
reproduce the error at my end.
Best regards
Rob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.nitrc.org/pipermail/mrtrix-discussion/attachments/20121215/aba0b3c6/attachment.html
More information about the Mrtrix-discussion
mailing list