[Vm-dev] [commit][3719] Comment out external MIDIPlugin for the 64-bit Mac OS X build.

commits at squeakvm.org commits at squeakvm.org
Mon May 16 20:06:12 UTC 2016


Revision: 3719
Author:   eliot
Date:     2016-05-16 13:06:10 -0700 (Mon, 16 May 2016)
Log Message:
-----------
Comment out external MIDIPlugin for the 64-bit Mac OS X build.  Build fails on
yosemite.

Modified Paths:
--------------
    branches/Cog/build.macos64x64/squeak.cog.spur/plugins.ext
    branches/Cog/build.macos64x64/squeak.cog.spur.immutability/plugins.ext
    branches/Cog/build.macos64x64/squeak.sista.spur/plugins.ext
    branches/Cog/build.macos64x64/squeak.stack.spur/plugins.ext

Modified: branches/Cog/build.macos64x64/squeak.cog.spur/plugins.ext
===================================================================
--- branches/Cog/build.macos64x64/squeak.cog.spur/plugins.ext	2016-05-14 22:43:36 UTC (rev 3718)
+++ branches/Cog/build.macos64x64/squeak.cog.spur/plugins.ext	2016-05-16 20:06:10 UTC (rev 3719)
@@ -8,4 +8,5 @@
 Mpeg3Plugin \
 SqueakFFIPrims \
 SqueakSSL \
-UnixOSProcessPlugin
+UnixOSProcessPlugin \
+# MIDIPlugin

Modified: branches/Cog/build.macos64x64/squeak.cog.spur.immutability/plugins.ext
===================================================================
--- branches/Cog/build.macos64x64/squeak.cog.spur.immutability/plugins.ext	2016-05-14 22:43:36 UTC (rev 3718)
+++ branches/Cog/build.macos64x64/squeak.cog.spur.immutability/plugins.ext	2016-05-16 20:06:10 UTC (rev 3719)
@@ -1,12 +1,12 @@
 # Copied, perhaps edited, from ../src/examplePlugins.ext
-# MIDIPlugin does not work on Coca so keeping it external until it can be fixed.
+# MIDIPlugin does not work on Cocoa so keep it external until it can be fixed.
 EXTERNAL_PLUGINS = \
 BochsIA32Plugin \
 BochsX64Plugin \
 GdbARMPlugin \
 CroquetPlugin \
-MIDIPlugin \
 Mpeg3Plugin \
 SqueakFFIPrims \
 SqueakSSL \
-UnixOSProcessPlugin
+UnixOSProcessPlugin \
+# MIDIPlugin

Modified: branches/Cog/build.macos64x64/squeak.sista.spur/plugins.ext
===================================================================
--- branches/Cog/build.macos64x64/squeak.sista.spur/plugins.ext	2016-05-14 22:43:36 UTC (rev 3718)
+++ branches/Cog/build.macos64x64/squeak.sista.spur/plugins.ext	2016-05-16 20:06:10 UTC (rev 3719)
@@ -1,12 +1,12 @@
 # Copied, perhaps edited, from ../src/examplePlugins.ext
-# MIDIPlugin does not work on Coca so keeping it external until it can be fixed.
+# MIDIPlugin does not work on Cocoa so keep it external until it can be fixed.
 EXTERNAL_PLUGINS = \
 BochsIA32Plugin \
 BochsX64Plugin \
 GdbARMPlugin \
 CroquetPlugin \
-MIDIPlugin \
 Mpeg3Plugin \
 SqueakFFIPrims \
 SqueakSSL \
-UnixOSProcessPlugin
+UnixOSProcessPlugin \
+# MIDIPlugin

Modified: branches/Cog/build.macos64x64/squeak.stack.spur/plugins.ext
===================================================================
--- branches/Cog/build.macos64x64/squeak.stack.spur/plugins.ext	2016-05-14 22:43:36 UTC (rev 3718)
+++ branches/Cog/build.macos64x64/squeak.stack.spur/plugins.ext	2016-05-16 20:06:10 UTC (rev 3719)
@@ -2,8 +2,8 @@
 # MIDIPlugin does not work on Cocoa so keep it external until it can be fixed.
 EXTERNAL_PLUGINS = \
 CroquetPlugin \
-MIDIPlugin \
 Mpeg3Plugin \
 SqueakFFIPrims \
 SqueakSSL \
-UnixOSProcessPlugin
+UnixOSProcessPlugin \
+# MIDIPlugin



More information about the Vm-dev mailing list