Lucas Samaruga
2010-04-27 17:01:04 UTC
Hi
Maybe you already know this and I don't discard problems with my
configuration but...
I build SC from svn a few minutes ago with ./compile.sh ARCHS=32_64 on 10.6.
I copy the content of the build folder to a new /Applications/SuperCollider.
I don't touch my installed quarks / extensions in ~/Library/Applications
Suport/SuperCollider.
the following quarks / extensions has some incompatible declarations with
the latest SCClassLibrary (?).
The SNBox,
ERROR: Superclass 'KrNumberEditor' of class 'KrSNBoxEditor' is not defined
in any file.
/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/SNBox/SNBoxEditor.sc
ERROR: Superclass 'EditorGui' of class 'SNBoxEditorGui' is not defined in
any file.
/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/SNBox/SNBoxEditorGui.sc
ERROR: Superclass 'IrNumberEditor' of class 'IrSNBoxEditor' is not defined
in any file.
/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/SNBox/SNBoxEditor.sc
ERROR: Superclass 'NumberEditor' of class 'SNBoxEditor' is not defined in
any file.
/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/SNBox/SNBoxEditor.sc
TeaTracks
ERROR: Variable 'keyString' not defined.
in file '/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/TeaTracks/JTCustomViews/SCLimitedNumberBox.sc'
line 19 char 17:
if (keyString.isNil, {
keyString = String.new;
-----------------------------------
ERROR: Variable 'keyString' not defined.
in file '/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/TeaTracks/JTCustomViews/SCLimitedNumberBox.sc'
line 20 char 28:
keyString = String.new;
this.stringColor = typingColor;
-----------------------------------
ERROR: Variable 'keyString' not defined.
in file '/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/TeaTracks/JTCustomViews/SCLimitedNumberBox.sc'
line 23 char 25:
keyString = keyString.add(char);
this.string = keyString;
-----------------------------------
ERROR: Variable 'keyString' not defined.
in file '/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/TeaTracks/JTCustomViews/SCLimitedNumberBox.sc'
line 23 char 36:
keyString = keyString.add(char);
this.string = keyString;
-----------------------------------
ERROR: Variable 'keyString' not defined.
in file '/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/TeaTracks/JTCustomViews/SCLimitedNumberBox.sc'
line 24 char 27:
this.string = keyString;
if(this.string.size == maxDigits){
-----------------------------------
and wslib
ERROR: Variable 'keyString' not defined.
in file '/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/wslib/wslib-classes/obsolete/osx/ScrollingNBox.sc'
line 16 char 18:
keyString = nil;
this.stringColor = normalColor;
I erase that quarks and sc compiles fine. I have many other quarks installed
without problems, only a waring from OpenObject (I think it was already
there)
WARNING: FunctionDef contains variable declarations and so will not be
inlined.
in file '/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/OpenObject/classes/OpenObject.sc'
line 92 char 36:
var res = func.value(msg[2..]);
var id = msg[1];
-----------------------------------
HTH
Lucas
Maybe you already know this and I don't discard problems with my
configuration but...
I build SC from svn a few minutes ago with ./compile.sh ARCHS=32_64 on 10.6.
I copy the content of the build folder to a new /Applications/SuperCollider.
I don't touch my installed quarks / extensions in ~/Library/Applications
Suport/SuperCollider.
the following quarks / extensions has some incompatible declarations with
the latest SCClassLibrary (?).
The SNBox,
ERROR: Superclass 'KrNumberEditor' of class 'KrSNBoxEditor' is not defined
in any file.
/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/SNBox/SNBoxEditor.sc
ERROR: Superclass 'EditorGui' of class 'SNBoxEditorGui' is not defined in
any file.
/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/SNBox/SNBoxEditorGui.sc
ERROR: Superclass 'IrNumberEditor' of class 'IrSNBoxEditor' is not defined
in any file.
/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/SNBox/SNBoxEditor.sc
ERROR: Superclass 'NumberEditor' of class 'SNBoxEditor' is not defined in
any file.
/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/SNBox/SNBoxEditor.sc
TeaTracks
ERROR: Variable 'keyString' not defined.
in file '/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/TeaTracks/JTCustomViews/SCLimitedNumberBox.sc'
line 19 char 17:
if (keyString.isNil, {
keyString = String.new;
-----------------------------------
ERROR: Variable 'keyString' not defined.
in file '/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/TeaTracks/JTCustomViews/SCLimitedNumberBox.sc'
line 20 char 28:
keyString = String.new;
this.stringColor = typingColor;
-----------------------------------
ERROR: Variable 'keyString' not defined.
in file '/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/TeaTracks/JTCustomViews/SCLimitedNumberBox.sc'
line 23 char 25:
keyString = keyString.add(char);
this.string = keyString;
-----------------------------------
ERROR: Variable 'keyString' not defined.
in file '/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/TeaTracks/JTCustomViews/SCLimitedNumberBox.sc'
line 23 char 36:
keyString = keyString.add(char);
this.string = keyString;
-----------------------------------
ERROR: Variable 'keyString' not defined.
in file '/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/TeaTracks/JTCustomViews/SCLimitedNumberBox.sc'
line 24 char 27:
this.string = keyString;
if(this.string.size == maxDigits){
-----------------------------------
and wslib
ERROR: Variable 'keyString' not defined.
in file '/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/wslib/wslib-classes/obsolete/osx/ScrollingNBox.sc'
line 16 char 18:
keyString = nil;
this.stringColor = normalColor;
I erase that quarks and sc compiles fine. I have many other quarks installed
without problems, only a waring from OpenObject (I think it was already
there)
WARNING: FunctionDef contains variable declarations and so will not be
inlined.
in file '/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/OpenObject/classes/OpenObject.sc'
line 92 char 36:
var res = func.value(msg[2..]);
var id = msg[1];
-----------------------------------
HTH
Lucas