Hmm - I was able to install in a test
James Robertson http://www.cincomsmalltalk.com/blog/blogView Talk Small and Carry a Big Class Library On Mar 27, 2008, at 10:07 AM, Rob Vens wrote: > does not work on my MacBook Pro: > > rob-venss-macbook-pro:vw7.7nc robvens$ ./VisualNC.command > 2008-03-27 15:04:08.625 vwmacxgui[745:807] LCC Scroll Enhancer loaded > VisualWorks(R) 7.6 Feb 14 2008 > src/mman/mmScavenge.c 2375 > Out of memory. > _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
the out of memory problem appears to be a locale problem that appears in non english locales. I was able to solve it with
setenv LANG C setenv LC_ALL C but that still did not make it work - the environment does not start, the command exits without errors. 2008/3/27, James Robertson <[hidden email]>: Hmm - I was able to install in a test _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Are you starting the OS X installer, or the OS 9 one?
James Robertson Talk Small and Carry a Big Class Library On Mar 27, 2008, at 2:04 PM, Rob Vens wrote: the out of memory problem appears to be a locale problem that appears in non english locales. I was able to solve it with _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Sorry James if it was not clear: in the installed vw7.7nc folder is a VisualNC.command file that can be used to start up the image. Not for installation, but to run VisualWorks after installation.
This command file is the one making problems on my system. Its contents are: #!/bin/csh setenv VISUALWORKS /Users/rob/Applications/vw7.7nc
setenv SOURCE_PATH /Volumes/CST08NC cd /Users/rob/Applications/vw7.7nc/image /Users/rob/Applications/vw7.7nc/bin/macx/visual.app/Contents/MacOS/vwmacxgui /Users/rob/Applications/vw7.7nc/image/visualnc.im ===end of file Now adding the lang envvars solves the out of memory problem, but now the command file just exits without starting up anything: Last login: Thu Mar 27 19:09:05 on ttys000 /Users/rob/Applications/vw7.7nc/VisualNC.command ; exit; rob-venss-macbook-pro:~ robvens$ /Users/rob/Applications/Cincom/vw7.7nc/VisualNC.command ; exit; logout [Process completed] 2008/3/27, James Robertson <[hidden email]>:
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |