Thanks to you and Jeremie for your help. And I got farther this time.
Below is an extract of the session. It appears that both jazz and
gambit were downloaded. When the dumping of the stack trace took
place, a window came up saying that dirname.exe had failed. I chose
the close option and the script after a while continued with the
download of gambit. You will notice that despite the error with cd,
the bootstrap\gambit directory does exist. Perhaps it has to do with
the fact that some of the normal Unix commands, such as ls, hang and
no longer seem to work. They now seem to point to Git instead of to
MinGW.
Thanks, Steve
---
C:\>\MinGW\msys\1.0\bin\sh.exe
sh-3.1$ git clone http://github.com/jazzscheme/jazz
Cloning into jazz...
remote: Counting objects: 132644, done.
remote: Compressing objects: 100% (29437/29437), done.
remote: Total 132644 (delta 90561), reused 131890 (delta 90026)
Receiving objects: 100% (132644/132644), 48.94 MiB | 1.51 MiB/s, done.
Resolving deltas: 100% (90561/90561), done.
sh-3.1$ cd jazz
sh-3.1$ pwd
/c/jazz
sh-3.1$ jam boostrap
sh: jam: command not found
sh-3.1$ ./jam bootstrap
0 [main] dirname 5136 open_stackdumpfile: Dumping stack trace to
dirname.e
xe.stackdump
Submodule 'bootstrap/gambit' (http://github.com/jazzscheme/gambit-
bootstrap.git)
registered for path 'bootstrap/gambit'
Cloning into bootstrap/gambit...
remote: Counting objects: 126, done.
remote: Compressing objects: 100% (97/97), done.
remote: Total 126 (delta 45), reused 95 (delta 28)Receiving objects:
93% (118/1
Receiving objects: 95% (120/126), 3.24 MiB | 715 KiB/s
Receiving objects: 100% (126/126), 3.29 MiB | 743 KiB/s, done.
Resolving deltas: 100% (45/45), done.
Submodule path 'bootstrap/gambit': checked out
'4a62e6529d4e4b26a7747d9a7fae9043
c798252d'
./jam: line 25: cd: /bootstrap/gambit: No such file or directory
sh-3.1$ pwd
/c/jazz
sh-3.1$ ls
sh-3.1$ \\mingw\\msys\\1.0\\bin\\ls -al
total 94
drwxr-xr-x 9 Steve Administrators 4096 Mar 28 11:17 .
drwxr-xr-x 32 Steve Administrators 24576 Mar 28 11:16 ..
drwxr-xr-x 7 Steve Administrators 4096 Mar 28 11:18 .git
-rw-r--r-- 1 Steve Administrators 169 Mar 28 11:17 .gitignore
-rw-r--r-- 1 Steve Administrators 116 Mar 28 11:17 .gitmodules
-rw-r--r-- 1 Steve Administrators 118 Mar 28 11:17 .jamini
-rw-r--r-- 1 Steve Administrators 302 Mar 28 11:17 .project
-rw-r--r-- 1 Steve Administrators 42 Mar 28 11:17 .repository
-rw-r--r-- 1 Steve Administrators 13591 Mar 28 11:17 INSTALL
-rw-r--r-- 1 Steve Administrators 8386 Mar 28 11:17 NEWS
-rw-r--r-- 1 Steve Administrators 2723 Mar 28 11:17 README
drwxr-xr-x 3 Steve Administrators 0 Mar 28 11:17 bootstrap
drwxr-xr-x 4 Steve Administrators 4096 Mar 28 11:17 devel
-rw-r--r-- 1 Steve Administrators 910 Mar 28 11:17
dirname.exe.stackdump
drwxr-xr-x 4 Steve Administrators 0 Mar 28 11:17 etc
drwxr-xr-x 8 Steve Administrators 0 Mar 28 11:17 foreign
-rwxr-xr-x 1 Steve Administrators 1958 Mar 28 11:17 jam
drwxr-xr-x 5 Steve Administrators 4096 Mar 28 11:17 kernel
drwxr-xr-x 68 Steve Administrators 20480 Mar 28 11:17 lib
sh-3.1$ \\mingw\\msys\\1.0\\bin\\ls -al bootstrap
total 8
drwxr-xr-x 3 Steve Administrators 0 Mar 28 11:17 .
drwxr-xr-x 9 Steve Administrators 4096 Mar 28 11:17 ..
drwxr-xr-x 9 Steve Administrators 4096 Mar 28 11:18 gambit
sh-3.1$ \\mingw\\msys\\1.0\\bin\\ls -al bootstrap\\gambit
total 518
drwxr-xr-x 9 Steve Administrators 4096 Mar 28 11:18 .
drwxr-xr-x 3 Steve Administrators 0 Mar 28 11:17 ..
drwxr-xr-x 7 Steve Administrators 4096 Mar 28 11:18 .git
-rw-r--r-- 1 Steve Administrators 1414 Mar 28 11:18 .gitignore
-rw-r--r-- 1 Steve Administrators 80 Mar 28 11:18 .gitmodules
drwxr-xr-x 2 Steve Administrators 4096 Mar 28 11:18 bin
-rwxr-xr-x 1 Steve Administrators 41019 Mar 28 11:18 config.guess
-rwxr-xr-x 1 Steve Administrators 30943 Mar 28 11:18 config.sub
-rwxr-xr-x 1 Steve Administrators 356357 Mar 28 11:18 configure
-rw-r--r-- 1 Steve Administrators 58164 Mar 28 11:18 configure.ac
drwxr-xr-x 2 Steve Administrators 4096 Mar 28 11:18 gsc
drwxr-xr-x 2 Steve Administrators 0 Mar 28 11:18 gsi
drwxr-xr-x 2 Steve Administrators 0 Mar 28 11:18 include
-rwxr-xr-x 1 Steve Administrators 5009 Mar 28 11:18 install-sh
drwxr-xr-x 2 Steve Administrators 8192 Mar 28 11:18 lib
-rw-r--r-- 1 Steve Administrators 4307 Mar 28 11:18 makefile.in
-rwxr-xr-x 1 Steve Administrators 681 Mar 28 11:18 mkidirs
-rwxr-xr-x 1 Steve Administrators 1082 Mar 28 11:18 relpath
drwxr-xr-x 2 Steve Administrators 0 Mar 28 11:18 src
sh-3.1$ which ls
/c/Program Files (x86)/Git/bin/ls
sh-3.1$
Post by Guillaume CartierMinGW and Git are two independent tools.
So now simply install Git using the installer:http://code.google.com/p/msysgit/downloads/detail?name=Git-1.7.4-prev...
And importantly, as Jeremie was saying, when asked "Adjusting your PATH
"Run Git and included Unix tools from the Windows Command Prompt". This way
your MinGW console will have complete access to Git tools.
$ mkdir test
$ cd test
$ git clone git://github.com/jazzscheme/jedi.git
Cloning into jedi...
remote: Counting objects: 960, done.
remote: Compressing objects: 100% (546/546), done.
Receiving objects: 86% (826/960), 1.54 MiB | 1.01 MiB/s
Receiving objects: 100% (960/960), 1.88 MiB | 1.01 MiB/s, done.
Resolving deltas: 100% (460/460), done.
$ cd jedi
$ ./jam make
Submodule 'jazz' (https://github.com/jazzscheme/jazz.git) registered for
path 'jazz'
Cloning into jazz...
remote: Counting objects: 132644, done.
remote: Compressing objects: 100% (29437/29437), done.
remote: Total 132644 (delta 90561), reused 131890 (delta 90026)
Receiving objects: 100% (132644/132644), 48.94 MiB | 1022 KiB/s, done.
Resolving deltas: 100% (90561/90561), done.
Submodule path 'jazz': checked out
'31737f73f6b8a5b95818424ed86b51e8dd20ccf9'
Submodule 'bootstrap/gambit' (http://github.com/jazzscheme/gambit-bootstrap.git) registered for path
'bootstrap/gambit'
Cloning into bootstrap/gambit...
remote: Counting objects: 126, done.
remote: Compressing objects: 100% (97/97), done.
Receiving objects: 95% (120/126), 3.05 MiB | 1.01 MiB/s
Receiving objects: 100% (126/126), 3.29 MiB | 1.01 MiB/s, done.
Resolving deltas: 100% (45/45), done.
Submodule path 'bootstrap/gambit': checked out
'4a62e6529d4e4b26a7747d9a7fae9043c798252d'
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking target system type... i686-pc-mingw32
checking for gcc... gcc
...
--
You received this message because you are subscribed to the Google Groups "Jazz Scheme" group.
To post to this group, send email to jazzscheme-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to jazzscheme+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jazzscheme?hl=en.