[squeak-dev] Problems upgrading (Rio)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Problems upgrading (Rio)

CdAB63
Problem upgrading Rio to last version.

Hello, yesterday I tried to upgrade one of the images I use for development, but during the upgrade of File-Kernel version 6 (required by Rio) I got the following error:

FileLocalExecutive class(Object)>> doesNotUnderstand: #initializeDefault
FileLocalExecutive class>> initialize


The code for FileLocalExecutive initialize is:

initialize
    Smalltalk addToStartupList: self after: Delay.
    FileLocalDosExecutive initializeVolumes.
    Current := self newForThisPlatform.
    Current initializeDefault.
   
I guess that this must be fixed.
I am working in a Fedora release 10 box.




signature.asc (267 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Problems upgrading (Rio)

keith1y
Casimiro de Almeida Barreto wrote:

>
> initialize
>     Smalltalk addToStartupList: self after: Delay.
>     FileLocalDosExecutive initializeVolumes.
>     Current := self newForThisPlatform.
>     Current initializeDefault.
>    
> I guess that this must be fixed.
> I am working in a Fedora release 10 box.
>
fixed

Keith

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Problems upgrading (Rio)

CdAB63
Keith Hodges escreveu:
Casimiro de Almeida Barreto wrote:
  
initialize
    Smalltalk addToStartupList: self after: Delay.
    FileLocalDosExecutive initializeVolumes.
    Current := self newForThisPlatform.
    Current initializeDefault.
   
I guess that this must be fixed.
I am working in a Fedora release 10 box.

    
fixed

  
Thanks !!! Now it is Ok.

Casimiro
Keith


  




signature.asc (267 bytes) Download Attachment