[Vm-dev] Ubuntu Linux 9 and unix install

Andreas Wacknitz A.Wacknitz at gmx.de
Fri Jan 15 20:01:38 UTC 2010


Am 15.01.2010 um 20:52 schrieb John M McIntosh:

> 
> Well I did according to HowToBuildFromSource.txt
> and doesn't the:  >>>Err, I thought trunk was at 3.11 not 3.10-6? Are you mixing VMs?
> version number come from what ever the src has  in the trunk via some vmmaker setup done in the past? 
> 
> 
> first you need 
> 
> sudo apt-get install subversion
> sudo aptitude update
> sudo aptitude install build-essential
> sudo apt-get install xorg-dev
> " Install pulse audio stuff"
> sudo apt-get source pulseaudio    "and other stuff?"
> 
> Now do the simple thing:
> svn co http://squeakvm.org/svn/squeak/trunk squeak
> cd squeak/platforms/unix
> make
> sudo make install
> 
> $ squeak
> could not find display driver vm-display-X11; either:
>  - check that /usr/local/lib/squeak/3.10-6/vm-display-X11.so exists, or
>  - use the '-plugins <path>' option to tell me where it is, or
>  - remove DISPLAY from your environment.
> Aborted
> 
> So this morning I did the more complex thing.
> 
>  265  cd squeak-svn/
>  266  ls
>  267  mkdir bld
>  268  cd bld
>  269  ../platforms/unix/config/configure 
> 
I think here is one mistake: Ian changed the UNIX build process to cmake some weeks ago.
So you need the configure script located in ../platforms/unix/cmake/

Regards,
Andreas
> 
> 



More information about the Vm-dev mailing list