Ok. I fixed one problem related to the name of GT-Metaceller-Stream (it was added with an extra 's' in the configuration).
But, now I am stuck with another strange error:
*** Warning: Warning: This package depends on the following classes:
GTGenericStackDebugger
You must resolve these dependencies before you will be able to load these definitions:
ACGlamourDebugger
I just cannot see how this is possible given that in the ConfigurationOfAnnouncerCentricDebugger, we have:
package: 'ACD-Glamour-Interface' with: [ spec requires: #('ACD-Model' 'GT-Debugger') ].
spec
project: 'GT-Debugger'
with: [
spec
className: 'ConfigurationOfGToolkit';
file: 'ConfigurationOfGToolkit';
version: #development;
loads: 'GT-Debugger';
In the meantime, I took out ACD from the default group of GToolkit, but we have to figure this problem out. Diego, could you help?
Doru