[Vm-dev] Notes from compiling on ARM / Fedora 18 (OLPC XO-4)

David T. Lewis lewis at mail.msen.com
Wed Nov 7 19:02:37 UTC 2012


On Wed, Nov 07, 2012 at 05:07:41PM +0100, Bert Freudenberg wrote:
> 
> * please fix punctuation in "4.10.2-"

It's not missing punctuation, it's a missing Subversion rev number that should
be getting generated during the cmake/configure phase.


> ==================
> 
> Why is it installing in 
> 
> 	/usr/local/lib/squeak/4.10.2-/
> 
> instead of
> 
> 	/usr/local/lib/squeak/4.10-2/
> 
> ?
> 
> ===================


It should be installing in something like /usr/local/lib/squeak/4.10.2-nnnn/
where nnnn is the Subversion rev number. This gets figured out during the
build based on the SVN control files, and it's stored in a file somewhere (in
platforms/unix/cmake I think). If the platforms source tree does not have either
the SVN control files or the generated file, it will not have the "nnnn" part
of the version name.

Dave



More information about the Vm-dev mailing list