[Cuis-dev] Re : Re: Updates to VectorEngine and VectorEnginePlugin

Gerald Klix cuis.01 at klix.ch
Wed Jun 16 02:55:48 PDT 2021


Hilaire,

about which operating system do we talk here?

If you use Windows, my VM is too old.
(The checks mentioned below nevertheless should work)

If you use MacOS, you can perform the checks
described below, but Juan has to provide
the correct values (still no Mac here).

Let's stipulate that you use my Linux VM (in one of its versions).
Please check the following:

CHECK1
CodePackage named: 'VectorGraphics' createIfAbsent: false registerIfNew: 
false :: fullFileName

This should answer something like this:
'/home/bear/smallworks/cuis/Cuis-Smalltalk-Dev/Packages/Features/VectorGraphics.pck.st' 


The important part is 
"Cuis-Smalltalk-Dev/Packages/Features/VectorGraphics.pck.st', meaning 
you should load it from
the Cuis-Distribution (or the Haver distribution).

CHECK2
Please check:
VectorEngineWithPlugin pluginApiVersion

This should answer a number between 3 and 99.
especially any number below 3 means "no plugin".

CHECK3
Please check:
Smalltalk getSystemAttribute: 1006

This should answer:
'Unix built on Jun  2 2021 09:58:05 Compiler: Clang 12.0.0 
(https://github.com/llvm/llvm-project.git 
d28af7c654d8db0b68c175db5ce212d74fb5e9bc)'

CHECK4
Please check:
Smalltalk getSystemAttribute: 1009

This should answer:
'VM: 202105210801-HVR_MVP_ALPHA3_VEP_2021-06-02 
bear at speedy:gitwork/opensmalltalk-vm Date: Fri May 21 10:01:27 2021 
CommitHash: be11b62ae Plugins: 
202105210801-HVR_MVP_ALPHA3_VEP_2021-06-02 
bear at speedy:gitwork/opensmalltalk-vm'


HTH and Best Regards,

Gerald



On 6/16/21 7:14 AM, H. Fernandes via Cuis-dev wrote:
> Did that too. It responds false to the plugin existence. Plugin there though.
> 
> Dr. Geo -- http://drgeo.eu
> 
> ----- Mariano Montone via Cuis-dev <cuis-dev at lists.cuis.st> a écrit :
>> El 15/6/21 a las 11:18, Hilaire Fernandes via Cuis-dev escribió:
>>> Hello,
>>>
>>> I don't pass step 8. #usePlugin is an unknown selector.
>>>
>>> I grabbed the Haver VM of Gerald with vector graphics plugin.
>>>
>>> What did I miss?
>>
>> I think there's no need for those steps now.
>>
>> Start a Cuis image with Haver VM and install updates.
>>
>> Then evaluate: Feature require: 'VectorGraphics'.
>>
>> Then check that VectorEngineWithPlugin isPluginAvailable returns True.
>>
>> Cheers,
>>
>> Mariano
>> -- 
>> Cuis-dev mailing list
>> Cuis-dev at lists.cuis.st
>> https://lists.cuis.st/mailman/listinfo/cuis-dev
> 


More information about the Cuis-dev mailing list