You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(git)hopa:~/deb/perspect/Register[master]git
$> ./autogen.sh
The required m4 files were not found.
You need to check these out from their repository
using
cvs -d /software/source checkout -d m4 libraries/mni-acmacros
(yes, two '-d' options)
Then re-run autogen.sh.
$> git grep acmacros
.gitmodules: url = git://github.com/BIC-MNI/mni-acmacros.git
ChangeLog: libraries/mni-acmacros
autogen.sh: cvs -d /software/source checkout -d m4 libraries/mni-acmacros
The text was updated successfully, but these errors were encountered:
and I guess that repository didn't get a needed push:
$> git submodule update --init
Submodule 'm4' (git://github.com/BIC-MNI/mni-acmacros.git) registered for path 'm4'
Cloning into '/home/yoh/deb/perspect/Register/m4'...
error: Server does not allow request for unadvertised object a1f77b6ce0c8712f30c9bb33453d252c7c15aab9
Fetched in submodule path 'm4', but it did not contain a1f77b6ce0c8712f30c9bb33453d252c7c15aab9. Direct fetching of that commit failed.
autoconf/automake is obsolete, we switched to cmake, but master branch
still have these files.
The easiest is to install minc-toolkit-v2 from http://bic-mni.github.io/
or to compile from the source in http://bic-mni.github.io/ ( need to
enable MT_BUILD_VISUAL_TOOLS to build register).
On 2018-04-26 12:09 PM, Yaroslav Halchenko wrote:
and I guess that repository didn't get a needed push:
$ > git submodule update --init
Submodule'm4' (git://github.com/BIC-MNI/mni-acmacros.git) registeredfor path'm4'
Cloning into'/home/yoh/deb/perspect/Register/m4'...
error: Server does not allow requestfor unadvertised object a1f77b6ce0c8712f30c9bb33453d252c7c15aab9
Fetchedin submodule path'm4', but it did not contain a1f77b6ce0c8712f30c9bb33453d252c7c15aab9. Direct fetching of that commit failed.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAmYVpOJa1PTIhBnUES3OWE5N5wjQ0fuks5tsfE2gaJpZM4TlqqV>.
--
Best regards,
Vladimir S. FONOV ~ vladimir.fonov <at> gmail.com
The text was updated successfully, but these errors were encountered: