BIC-MNI / Register

MNI Register, visualization and registration software for images.
Other
3 stars 3 forks source link

Some instructions should still be adjusted for CVS -> Git migration #22

Open yarikoptic opened 6 years ago

yarikoptic commented 6 years ago
(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
yarikoptic commented 6 years ago

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.
vfonov commented 6 years ago

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 https://github.com/BIC-MNI/Register/issues/22#issuecomment-384698636, or mute the thread https://github.com/notifications/unsubscribe-auth/AAmYVpOJa1PTIhBnUES3OWE5N5wjQ0fuks5tsfE2gaJpZM4TlqqV.

-- Best regards,

Vladimir S. FONOV ~ vladimir.fonov gmail.com