[Vm-dev] How to build a standard Unix interpreter VM on Linux using a Squeak trunk image

David T. Lewis lewis at mail.msen.com
Mon Nov 21 12:41:37 UTC 2011


On Sun, Nov 20, 2011 at 10:25:30PM -0800, Markus Lampert wrote:
>  
> Hi David,
> 
> thanks for the tutorial, love it!
> 
> One question though, when it comes to generating the sources I run into several warnings:
> CrLfFileStream class>>new has been deprecated. This class is now obsolete, use MultiByteFileStream instead.
> 
> 
> Is this expected?

Yes, you will see this warning message if you have the showDeprecationWarnings
preference enabled (the preference was not enabled in the image that I used,
and I did not notice this).

The warning is annoying but harmless. A fix is available (Eliot Miranda
fixed in in the oscog branch), but I apparently neglected to commit it
to the VMMaker repository. I'll fix it soon, thanks for pointing out the
problem.

Dave 



More information about the Vm-dev mailing list