[Vm-dev] [commit][3705] Reflect a change in the mac os compiled fileset from the 32 to the 64-bit build .

commits at squeakvm.org commits at squeakvm.org
Sat May 7 01:29:49 UTC 2016


Revision: 3705
Author:   eliot
Date:     2016-05-06 18:29:48 -0700 (Fri, 06 May 2016)
Log Message:
-----------
Reflect a change in the mac os compiled fileset from the 32 to the 64-bit build.
Update the generated readme to mention the absence of sources file and potential
remedies.

Modified Paths:
--------------
    branches/Cog/build.macos64x64/common/Makefile.vm
    branches/Cog/scripts/uploadvms

Modified: branches/Cog/build.macos64x64/common/Makefile.vm
===================================================================
--- branches/Cog/build.macos64x64/common/Makefile.vm	2016-05-06 20:37:49 UTC (rev 3704)
+++ branches/Cog/build.macos64x64/common/Makefile.vm	2016-05-07 01:29:48 UTC (rev 3705)
@@ -54,7 +54,7 @@
 CROSSSRC:= $(wildcard $(CROSSDIR)/*.c)
 #XEX:= ... %/sqMacV2Browser.m ...
 XEX:=%/sqSqueakMainApplication+screen.m %/sqMacV2Window.m \
-	 %/SqViewBitmapConversion.m
+	 %/SqViewBitmapConversion.m %/sqSqueakOSXCGView.m
 OSXSRC=$(wildcard $(OSXDIR)/*.c) $(wildcard $(OSXDIR)/*.m) \
 		$(wildcard $(OSXCOMMONDIR)/*.c) $(wildcard $(OSXCOMMONDIR)/*.m) \
 		$(wildcard $(OSXCLASSESDIR)/*.c) $(wildcard $(OSXCLASSESDIR)/*.m)

Modified: branches/Cog/scripts/uploadvms
===================================================================
--- branches/Cog/scripts/uploadvms	2016-05-06 20:37:49 UTC (rev 3704)
+++ branches/Cog/scripts/uploadvms	2016-05-07 01:29:48 UTC (rev 3705)
@@ -197,6 +197,13 @@
      should be used with Spur-format Squeak/Pharo/Croquet or Newspeak images.
      Squeak V5, Newspeak and the upcoming Pharo release have moved to Spur.
 
+N.B. Only the Newspeak installers on this site include a sources file.  This
+     saves space. To ensure access to the sources file using the other VMs
+     - on linux add the sources file to the same directory as the vm, e.g. add
+       cogspurlinux/lib/squeak/4.5-3692/SqueakV50.sources
+     - on Mac OS add the sources into the Resources directory of the app bundle
+     - on Windows add the sources file to the same directory as the vm
+
      Archives whose names include "64" are 64-bit Spur VMs.  They should be
      used with 64-bit Spur images.  Sample 64-bit images can be found at
          http://www.mirandabanda.org/files/Cog/SpurImages



More information about the Vm-dev mailing list