[Pharo-project] Can't load last version of VMMaker wih Metacello
I'm using a Pharo 1.3. I want to load last version of VMMaker with Metacello and the loading process breaks on fetching FreeType. Cheers, Guido.
Be sure to use last version. Here it loads: Deprecation raiseWarning: false. Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfCog'; load. ((Smalltalk at: #ConfigurationOfCog) project version: '3.3') load. On Mon, Sep 26, 2011 at 10:50 AM, Guido Chari <charig@gmail.com> wrote:
I'm using a Pharo 1.3.
I want to load last version of VMMaker with Metacello and the loading process breaks on fetching FreeType.
Cheers, Guido.
-- Mariano http://marianopeck.wordpress.com
2011/9/26 Mariano Martinez Peck <marianopeck@gmail.com>:
Be sure to use last version. Here it loads:
Deprecation raiseWarning: false.    Gofer new    squeaksource: 'MetacelloRepository';    package: 'ConfigurationOfCog';    load. ((Smalltalk at: #ConfigurationOfCog) project version: '3.3') load.
In Pharo1.3 Latest update: #13299 This package depends on the following classes: AbstractLauncher You must resolve these dependencies before you will be able to load these definitions: CommandLineLauncher CommandLineLauncher classSide>>activate CommandLineLauncher classSide>>extractParameters CommandLineLauncher classSide>>initialize CommandLineLauncher>>parameters: CommandLineLauncher>>startUp Select Proceed to continue, or close this window to cancel the operation.
On Mon, Sep 26, 2011 at 10:50 AM, Guido Chari <charig@gmail.com> wrote:
I'm using a Pharo 1.3. I want to load last version of VMMaker with Metacello and the loading process breaks on fetching FreeType. Cheers, Guido.
-- Mariano http://marianopeck.wordpress.com
On Wed, Sep 28, 2011 at 8:29 PM, Hernán Morales Durand < hernan.morales@gmail.com> wrote:
2011/9/26 Mariano Martinez Peck <marianopeck@gmail.com>:
Be sure to use last version. Here it loads:
Deprecation raiseWarning: false. Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfCog'; load. ((Smalltalk at: #ConfigurationOfCog) project version: '3.3') load.
In Pharo1.3 Latest update: #13299
This package depends on the following classes: AbstractLauncher You must resolve these dependencies before you will be able to load these definitions: CommandLineLauncher CommandLineLauncher classSide>>activate CommandLineLauncher classSide>>extractParameters CommandLineLauncher classSide>>initialize CommandLineLauncher>>parameters: CommandLineLauncher>>startUp
I have reported this at least 6 months ago. It seems we couldn't come with a solution yet. Check the issues, there is one already. Maybe on Friday we an put back AbstactLaucnher? Igor?
Select Proceed to continue, or close this window to cancel the operation.
On Mon, Sep 26, 2011 at 10:50 AM, Guido Chari <charig@gmail.com> wrote:
I'm using a Pharo 1.3. I want to load last version of VMMaker with Metacello and the loading process breaks on fetching FreeType. Cheers, Guido.
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
On Wed, Sep 28, 2011 at 8:48 PM, Mariano Martinez Peck < marianopeck@gmail.com> wrote:
On Wed, Sep 28, 2011 at 8:29 PM, Hernán Morales Durand < hernan.morales@gmail.com> wrote:
2011/9/26 Mariano Martinez Peck <marianopeck@gmail.com>:
Be sure to use last version. Here it loads:
Deprecation raiseWarning: false. Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfCog'; load. ((Smalltalk at: #ConfigurationOfCog) project version: '3.3') load.
In Pharo1.3 Latest update: #13299
This package depends on the following classes: AbstractLauncher You must resolve these dependencies before you will be able to load these definitions: CommandLineLauncher CommandLineLauncher classSide>>activate CommandLineLauncher classSide>>extractParameters CommandLineLauncher classSide>>initialize CommandLineLauncher>>parameters: CommandLineLauncher>>startUp
I have reported this at least 6 months ago. It seems we couldn't come with a solution yet. Check the issues, there is one already. Maybe on Friday we an put back AbstactLaucnher? Igor?
BTW; this is not used to build/run the VM in a normal way. So just proceed and there shouldn't be a problem.
Select Proceed to continue, or close this window to cancel the operation.
On Mon, Sep 26, 2011 at 10:50 AM, Guido Chari <charig@gmail.com> wrote:
I'm using a Pharo 1.3. I want to load last version of VMMaker with Metacello and the loading process breaks on fetching FreeType. Cheers, Guido.
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
On 28 September 2011 21:49, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
On Wed, Sep 28, 2011 at 8:48 PM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
On Wed, Sep 28, 2011 at 8:29 PM, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
2011/9/26 Mariano Martinez Peck <marianopeck@gmail.com>:
Be sure to use last version. Here it loads:
Deprecation raiseWarning: false.    Gofer new    squeaksource: 'MetacelloRepository';    package: 'ConfigurationOfCog';    load. ((Smalltalk at: #ConfigurationOfCog) project version: '3.3') load.
In Pharo1.3 Latest update: #13299
This package depends on the following classes:  AbstractLauncher You must resolve these dependencies before you will be able to load these definitions:  CommandLineLauncher  CommandLineLauncher classSide>>activate  CommandLineLauncher classSide>>extractParameters  CommandLineLauncher classSide>>initialize  CommandLineLauncher>>parameters:  CommandLineLauncher>>startUp
I have reported this at least 6 months ago. It seems we couldn't come with a solution yet. Check the issues, there is one already. Maybe on Friday we an put back AbstactLaucnher? Igor?
BTW; this is not used to build/run the VM in a normal way. So just proceed and there shouldn't be a problem.
indeed, just proceed. it would be nice to remove that dependency.
Select Proceed to continue, or close this window to cancel the operation.
On Mon, Sep 26, 2011 at 10:50 AM, Guido Chari <charig@gmail.com> wrote:
I'm using a Pharo 1.3. I want to load last version of VMMaker with Metacello and the loading process breaks on fetching FreeType. Cheers, Guido.
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
-- Best regards, Igor Stasenko.
participants (4)
-
Guido Chari -
Hernán Morales Durand -
Igor Stasenko -
Mariano Martinez Peck