Well I thought I could give it a try after months of my last attempt ...
and it failed with: createTodeImage[Error]: failed loading tode code ... when executing "installWindowsClient 3.2.6 c:/tode c:/ston" :-( by the way in step (5) "git checkout pharo" gaves me "Switched to a new branch 'pharo'. Is this ok ... actually most of the git stuff is not understandable out of the box .... Marten -- Marten Feldtmann _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Administrator
|
Marten,
I just followed the instructions for installTodeClient with no problem. (Well, actually one, but the installation itself had no error.) My Git Shell log looks like the following. Please post yours (at least from the installWindowsClient command). Welcome to Portable Git (version ghfw) Run 'git help git' to display the help index. Run 'git help <command>' to display help for specific commands. richardlocal@RSARGENT-E6420 /c/gsDevKitHome (master) $ export GS_HOME=`pwd` richardlocal@RSARGENT-E6420 /c/gsDevKitHome (master) $ export PATH=$GS_HOME/bin/windows:$PATH richardlocal@RSARGENT-E6420 /c/gsDevKitHome (master) $ cd /c richardlocal@RSARGENT-E6420 /c $ git clone https://github.com/dalehenrich/tode.git Cloning into 'tode'... remote: Counting objects: 63526, done. remote: Total 63526 (delta 0), reused 0 (delta 0), pack-reused 63526 Receiving objects: 100% (63526/63526), 17.63 MiB | 2.70 MiB/s, done. Resolving deltas: 100% (27673/27673), done. Checking connectivity... done. Checking out files: 100% (8651/8651), done. richardlocal@RSARGENT-E6420 /c $ cd tode richardlocal@RSARGENT-E6420 /c/tode (master) $ git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. richardlocal@RSARGENT-E6420 /c/tode (master) $ cd /c richardlocal@RSARGENT-E6420 /c $ git clone https://github.com/dalehenrich/ston.git Cloning into 'ston'... remote: Counting objects: 2249, done. remote: Total 2249 (delta 0), reused 0 (delta 0), pack-reused 2249 Receiving objects: 100% (2249/2249), 332.62 KiB | 0 bytes/s, done. Resolving deltas: 100% (783/783), done. Checking connectivity... done. richardlocal@RSARGENT-E6420 /c $ cd ston richardlocal@RSARGENT-E6420 /c/ston (gemstone) $ git checkout pharo Branch pharo set up to track remote branch pharo from origin. Switched to a new branch 'pharo' richardlocal@RSARGENT-E6420 /c/ston (pharo) $ cd $GS_HOME richardlocal@RSARGENT-E6420 /c/gsDevKitHome (master) $ git checkout -b rjs Switched to a new branch 'rjs' richardlocal@RSARGENT-E6420 /c/gsDevKitHome (rjs) $ installWindowsClient 3.2.6 c:/tode c:/ston [Info] Downloading GemBuilderC3.2.6-x86.Windows_NT.zip using /bin/curl % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 16.1M 100 16.1M 0 0 5485k 0 0:00:03 0:00:03 --:--:-- 5485k [Info] Uncompressing GemStone archive into /c/gsDevKitHome/gemstone/products/ copy gci libraries copy msvcr100.dll library [Info] Finished GemBuilderC3.2.6-x86.Windows_NT installation [Info] GemStone version information: GemStone/S 64 Bit 3.2.6 Build: gss64_3_2_x_branch-35651 Fri Mar 20 20:18:43 2015 Installing Pharo [Info] Downloading Pharo3.0-win.zip using /bin/curl % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 17.8M 100 17.8M 0 0 4653k 0 0:00:03 0:00:03 --:--:-- 4653k [Info] Uncompressing Pharo archive into /c/gsDevKitHome/pharo creating todeClient image tODE client image creation complete richardlocal@RSARGENT-E6420 /c/gsDevKitHome (rjs) $ |
Hey Richard,
one step further. I got a running Pharo image. I assume, that my error was this command: > $ export PATH=$GS_HOME/bin/windows:$PATH because I missed the "windows" part of that code. Thanks, Marten -- Marten Feldtmann _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |