Haven't had that problem. I'm using SqueakV39.sources with Pharo. My approach:
Start at the Pharo downloads page: https://gforge.inria.fr/frs/?group_id=1299 Pick a a one-click distribution such as: https://gforge.inria.fr/frs/download.php/10409/Pharo0.1-10107-oneclick.zip Unzip. Then grab the latest Pharo-dev zip which gives you a current image and changes with the developer tools. You can get the link from here: http://code.google.com/p/pharo/wiki/Downloads?tm=2 Unzip that image and changes and copy the files to the Contents/Resources folder in the one-click structure. One-clicks preconfigure the executable to look for a specific image and changes file name. So, I rename the old image & changes to something else and then rename the latest image & changes to match the original. Alternatively, you can fix up the platform-specific text files, but I never learned how to do that for Mac, so I just rename. On Sat, Feb 21, 2009 at 11:21 AM, David Finlayson <[email protected]> wrote: > What's the trick to getting a pharo image up and running? > > I tried downloading the pharo-dev image 20231 from the downloads page, > then I added SqueakV39.sources from a Squeak image. When I launched I > got an error dialog saying: > > Error: a primative has failed. > > I was hoping to take a look around at the work you folks are doing. > > -- > David Finlayson > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
