<div dir="ltr">Hi!<div><br></div><div>Following section 6.1 from the Cuis book, I tried to apply the same procedure for installing Aconcagua (yes, maybe I should start learning without extra packages, but however I'm really interested in physical units for my programs, so I wish to have that from the beginning --and yes, I know Cuis University comes with Aconcagua preinstalled, but I wish to learn how to install it myself).</div><div><br></div><div>So, what I did is to copy <a href="http://Aconcagua.pck.st">Aconcagua.pck.st</a> (from <a href="https://github.com/Cuis-Smalltalk/Measures/blob/master/Aconcagua/Aconcagua.pck.st">https://github.com/Cuis-Smalltalk/Measures/blob/master/Aconcagua/Aconcagua.pck.st</a>) into the same directory as the Cuis image, and then in a Workspace I executed:</div><div><br></div><div>Feature require: 'Aconcagua'<br></div><div><br></div><div>A progress bar appeared, and the Transcript window showed success:</div><div><br></div><div>Package Aconcagua successfully installed</div><div>Feature</div><div><br></div><div>Going to the System Browser, I can see the Aconcagua classes inside Aconcagua-MeasureModel, Aconcagua-ArithmeticModel, etc., so it seems it installed correctly.</div><div><br></div><div>But, however, "meter" is not understood by the system yet If I type:</div><div><br></div><div>2 * meter.<br></div><div><br></div><div>I see that "meter" is shown in red, and I get an error if I try to execute it.</div><div><br></div><div>I tried with the Cuis-University image and it works, so it seems I didn't install Aconcagua correctly.</div><div><br></div><div>There's by the way another error that is triggered both in my attempt and in the University image. I guess this other error might be related to the Aconcagua documentation not being updated to the latest code version, because if I try this:</div><div><br></div><div><span class="gmail-pl-c1" style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:13.6px;box-sizing:border-box">Measure</span><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:13.6px"> </span><span class="gmail-pl-c1" style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:13.6px;box-sizing:border-box">amount:</span><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:13.6px"> </span><span class="gmail-pl-c1" style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:13.6px;box-sizing:border-box">2</span><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:13.6px"> </span><span class="gmail-pl-c1" style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:13.6px;box-sizing:border-box">unit:</span><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:13.6px"> meter.</span></div><div><br></div><div>then I get an error saying that Measure doesn't understand the amount:unit: message (as I said  this happens in Cuis-University too).</div><div><br></div><div>So, to sum it up, what am I missing in my installation?</div><div><br></div><div>Thanks a lot,</div><div><br></div><div>César</div><div> <br></div><div><br></div><div><br></div></div>