I forgot to mention that it occurs on a fresh pharo 4 image

Le 29 août 2014 à 15:29, Christophe Demarey a écrit :

Hi,

I'm trying to load the GT Inspector and debugger from following instructions found at http://www.humane-assessment.com/blog/the-moldable-gtinspector-deconstructed/ :
        Gofer new
                url: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main';
                configuration;
                load.
        (Smalltalk globals at: #ConfigurationOfGToolkit) loadDevelopment.
        (Smalltalk globals at: #GTInspector) registerToolsOn: Smalltalk tools.
        (Smalltalk globals at: #GTDebugger) registerToolsOn: Smalltalk tools.

I then got this error. Is there something missing in the configuration?
This package depends on the following classes:
  GLMBrowserTemplate
You must resolve these dependencies before you will be able to load these definitions: 
  GLMParameterizableExamplesBrowser
  buildBrowser
  compose
  exampleIn:
  exampleListIn:
  exampleSelectorsFromClass:
  installTitle
  renderedExampleIn:

Regards,
Christophe.
_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev