[Cuis-dev] Installing VectorGraphics in #5069?

ken.dickey at whidbey.com ken.dickey at whidbey.com
Tue Apr 26 06:29:19 PDT 2022


On 2022-04-26 05:42, Eric Gade via Cuis-dev wrote:

> Hi All,
> 
> I've pulled down a fresh version of the repo from Cuis-Smalltalk-Dev 
> and tried to install the VectorGraphics package, but was met with the 
> following error:
> 
> "Installing [VectorGraphics] requires base system updated to #5096 But 
> this system is updated to #5069. Please install Cuis base system 
> updates and retry"
> 
> How can I install the updates, or is this just some kind of typo?

No typo.  Newer version is required to work properly.

If you are following Cuis setup recommendations, go to the Cuis 
directory and execute ./pullAllRepos.sh  (at Least on Linux, which is 
what I use, else check the docs).

This will make local the latest updated packages.

Open a "vanilla" Cuis image.

Command-clisk to get the World Menu.
   World Menu -> Changes -> Install New Updates

You can now save this image as, e.g. Dev-5115 or whatever.

Now you should be able to open a Workspace and
   Feature require: 'MyPackage'.

and have the latest packages which work together.

HTH,
-KenD


More information about the Cuis-dev mailing list