|
From: John M M. <jo...@us...> - 2002-11-14 19:50:10
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm/Documentation
In directory usw-pr-cvs1:/tmp/cvs-serv30557/squeak/platforms/Mac OS/vm/Documentation
Modified Files:
readme
Log Message:
3.4.0b1 changes noted for building 3.4.0b1
Index: readme
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/Documentation/readme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** readme 8 Aug 2002 01:27:46 -0000 1.3
--- readme 14 Nov 2002 19:50:07 -0000 1.4
***************
*** 1,3 ****
! Updated August 6th 2002
Building the Squeak Virtual Machine (Aug 6th, 2002)
--- 1,3 ----
! Updated Nov 14th 2002
Building the Squeak Virtual Machine (Aug 6th, 2002)
***************
*** 8,11 ****
--- 8,12 ----
-- Changes Jay Hardesty, July 6, 2002
-- Changes John Mcintosh & Andrew C. Greenberg. Aug 6 & 7th, 2002
+ -- Changes John McIntosh Nov 14th, 2002 (some cleanup and modernization
(Note to readers, it is possible a step was missed, so beware)
***************
*** 13,17 ****
Building a Carbon Squeak VM with ProjectBuilder:
! {JMM notes this is building with 10.1.5, and Squeak 3.2gamma5)}
Overview
--- 14,18 ----
Building a Carbon Squeak VM with ProjectBuilder:
! {JMM notes this is building with 10.2.2, and Squeak 3.4alpha (for croquet)}
Overview
***************
*** 33,37 ****
(Note building with GCC 3.x will produce a slower VM than with GCC 2.9x (Sad but true), you can pick which compiler
to use, see the April 2002 or higher developer tools CD documentation)
!
Step One (b):
A. Get the OpenGL sdk if you need to build with codeWarrior under system 9.x
--- 34,42 ----
(Note building with GCC 3.x will produce a slower VM than with GCC 2.9x (Sad but true), you can pick which compiler
to use, see the April 2002 or higher developer tools CD documentation)
!
! You might need to use the "sudo /usr/sbin/gcc_select 2" command to pick the GCC 2.x compiler, although project builder seems to give you a choice (2.x, 3.x) it lies...
! do a "gcc --version" to confirm what you think you are using is what you are using.
!
!
Step One (b):
A. Get the OpenGL sdk if you need to build with codeWarrior under system 9.x
***************
*** 60,67 ****
performance by 10%.
- Interpreter-normalSend.1.cs (THIS IS ALREADY IN 3.2GAMMA5 SO YOU CAN SKIP IT)
MoreInterpAccessors-JMM.2.cs
! CheckInterruptOften-JMM.1.cs (THIS IS ALREADY IN 3.2GAMMA5 SO YOU CAN SKIP IT)
! Globalstructure-JMM.2.cs
CGeneratorEnhancements-ajh.1.cs
Gnuifier.3.cs
--- 65,70 ----
performance by 10%.
MoreInterpAccessors-JMM.2.cs
! Globalstructure-JMM.3.cs
CGeneratorEnhancements-ajh.1.cs
Gnuifier.3.cs
|