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.