Hi,
I'm trying to set up Pharo Non Core Packages from the online instructions I found while reading this: http://book.pharo-project.org/book/PharoTools/Pharo-Non-Core-Packages/?_s=EsEMhY54b-mcYFMW&_k=3zFruWTkOJUr_OF8&_n&50
Unfortunately I get an error, as the attached image shows: What I have done, is selected all of the code and "done it", I've also tried selecting only the Gopher part and do that first, then do the second part, but it's at the second part that it crashes.
Any tips? Many thanks, Victor Stan Schedule me: http://quicklyschedule.quicklyschedule.me/victor Add me to your address book - it's easy! http://contactmonkey.com/victor |
On 01/04/13 9:17 PM, Victor Stan wrote:
> > I'm trying to set up Pharo Non Core Packages from the online > instructions I found while reading this: > http://book.pharo-project.org/book/PharoTools/Pharo-Non-Core-Packages/?_s=EsEMhY54b-mcYFMW&_k=3zFruWTkOJUr_OF8&_n&50 If you open a Repository browser on squeaksource.com/MetacelloRepository, and look at the latest ConfigurationOfPharoNonCore, the date is 10 June 2011. What image version are you using? It's a good idea to use an image of similar vintage, if you're trying to follow online doc's, because things are constantly changing. Unfortunately, the configuration and versioning tools are evolving as we go, so things are not as stable as it should be. |
In reply to this post by Victor
You are probably expecting the #load message to be sent to the result of
#version:, but what actually happens is #load is sent to the string '1.1.1' and strings do not understand #load. A unary message (#load) is evaluated before a binary message (+) is evaluated before keyword message (#version:) . cheers -ben Victor Stan wrote: > Hi, > > I'm trying to set up Pharo Non Core Packages from the online instructions I > found while reading this: > http://book.pharo-project.org/book/PharoTools/Pharo-Non-Core-Packages/?_s=EsEMhY54b-mcYFMW&_k=3zFruWTkOJUr_OF8&_n&50 > > Unfortunately I get an error, as the attached image shows: > > > [image: Inline image 1] > > What I have done, is selected all of the code and "done it", I've also > tried selecting only the Gopher part and do that first, then do the second > part, but it's at the second part that it crashes. > > Any tips? > > Many thanks, > > Victor Stan > > Schedule me: > http://quicklyschedule.quicklyschedule.me/victor > > Add me to your address book - it's easy! > http://contactmonkey.com/victor > > |
In reply to this post by Victor
Hello,
This is a package for some very old version of Pharo, it makes no sense in current versions as the code it loads does not work in current versions of Pharo. Someone should update the editable book. Marcus On Apr 2, 2013, at 3:18 AM, Victor Stan <[hidden email]> wrote:
|
Maybe I missed it but perhaps a suggestion might be to have the writer or editor mark the version they used when writing the notes, just for reference. If I figure out how to run it I can leave a comment. Victor Stan On Apr 2, 2013 10:04 AM, "Marcus Denker" <[hidden email]> wrote:
|
In reply to this post by Ben Coman
Thanks, I have changed it to be:
((Smalltalk at: #ConfigurationOfPharoNonCore) project version: '1.1.1') load. Which allows me to move on from that point, but I get stuck on another issue now...
Haven't had much change to look into beyond this point. Victor Stan Schedule me: http://quicklyschedule.quicklyschedule.me/victor Add me to your address book - it's easy! http://contactmonkey.com/victor On Tue, Apr 2, 2013 at 8:54 AM, Ben Coman <[hidden email]> wrote: You are probably expecting the #load message to be sent to the result of #version:, but what actually happens is #load is sent to the string '1.1.1' and strings do not understand #load. |
So it seems that "Preferences" is a class in the Compatibility package/collection, and it has no methods at all... I guess this is a dead end for this package? I'n learning along, I appreciate your patience :) Victor Stan Schedule me: http://quicklyschedule.quicklyschedule.me/victor Add me to your address book - it's easy! http://contactmonkey.com/victor On Thu, Apr 4, 2013 at 10:04 PM, Victor Stan <[hidden email]> wrote:
|
On Apr 5, 2013, at 4:08 AM, Victor Stan <[hidden email]> wrote:
Hi, as I already said: This is code for a very old version of Pharo that will just *not* work in a current version. "ConfigurationOfPharoNonCore" is not maintained for quite a while, it's all old versions that are loaded. Marcus
|
On Apr 5, 2013, at 7:12 AM, Marcus Denker <[hidden email]> wrote:
Why do you want to load it? Marcus
|
Wanted to play around with audio api. Victor Stan On Apr 5, 2013 1:15 AM, "Marcus Denker" <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |