Discussion:
Quarks errors SNBox, TeaTracks, wslib, OpenObject
Lucas Samaruga
2010-04-27 17:01:04 UTC
Permalink
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
Dan Stowell
2010-04-27 18:32:16 UTC
Permalink
Hi -

In the recent svn of SuperCollider we have *removed* some stuff (much
of the jitlib and cruciallib) and packaged them as quarks. So to get
the same classes as you previously had, you may need to add the
cruciallib and jitlib-extras quarks.

Dan
Post by Lucas Samaruga
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'
  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'
  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'
  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'
  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'
  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'
  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'
  var res = func.value(msg[2..]);•
  var id = msg[1];
-----------------------------------
HTH
Lucas
--
http://www.mcld.co.uk

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
Wouter Snoei
2010-04-28 13:44:55 UTC
Permalink
Hi Lucas,

are you sure you have the latest svn version of wslib? I solved that
error a long time ago..

cheers,
Wouter
Post by Dan Stowell
Hi -
In the recent svn of SuperCollider we have *removed* some stuff (much
of the jitlib and cruciallib) and packaged them as quarks. So to get
the same classes as you previously had, you may need to add the
cruciallib and jitlib-extras quarks.
Dan
Post by Lucas Samaruga
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'
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'
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'
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'
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'
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'
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'
var res = func.value(msg[2..]);•
var id = msg[1];
-----------------------------------
HTH
Lucas
--
http://www.mcld.co.uk
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
Lucas Samaruga
2010-04-28 16:09:39 UTC
Permalink
I should try the Dan solution, but I had no time or connection last two
days.
I think I don't have the latest svn of the quarks as you said.
Thanks
Post by Wouter Snoei
Hi Lucas,
are you sure you have the latest svn version of wslib? I solved that error
a long time ago..
cheers,
Wouter
Hi -
Post by Dan Stowell
In the recent svn of SuperCollider we have *removed* some stuff (much
of the jitlib and cruciallib) and packaged them as quarks. So to get
the same classes as you previously had, you may need to add the
cruciallib and jitlib-extras quarks.
Dan
Post by Lucas Samaruga
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'
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'
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'
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'
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'
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'
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'
var res = func.value(msg[2..]);•
var id = msg[1];
-----------------------------------
HTH
Lucas
--
http://www.mcld.co.uk
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
Wouter Snoei
2010-04-29 08:19:09 UTC
Permalink
Hi Lucas,

as far as I can see none of the errors you describe is related to the
recent removal of stuff. I think a quarks svn update will do the trick.

And SNBox has become obsolete a while ago when its functionality was
moved to SCNumberBox, so you can simply uninstall that quark and
replace any instances of it in your code with NumberBox. I think it
should be removed altogether from the quark repos, to prevent confusion.

cheers,
Wouter
Post by Lucas Samaruga
I should try the Dan solution, but I had no time or connection last
two days.
I think I don't have the latest svn of the quarks as you said.
Thanks
Hi Lucas,
are you sure you have the latest svn version of wslib? I solved that
error a long time ago..
cheers,
Wouter
Hi -
In the recent svn of SuperCollider we have *removed* some stuff (much
of the jitlib and cruciallib) and packaged them as quarks. So to get
the same classes as you previously had, you may need to add the
cruciallib and jitlib-extras quarks.
Dan
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'
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'
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'
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'
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'
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'
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'
var res = func.value(msg[2..]);•
var id = msg[1];
-----------------------------------
HTH
Lucas
--
http://www.mcld.co.uk
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
blackrain
2010-04-29 09:57:05 UTC
Permalink
should SNBox and Knob be totally removed from quarks?
I say yes, its been a long while their functionality was moved towards
in favor of the main lib's.
their sole (last few releases) existence was to assure compatibility.
I think its time.
I say its time?

I will remove them in the next days.
cheers,

x

On Thu, Apr 29, 2010 at 3:19 AM, Wouter Snoei
Post by Wouter Snoei
Hi Lucas,
as far as I can see none of the errors you describe is related to the recent
removal of stuff. I think a quarks svn update will do the trick.
And SNBox has become obsolete a while ago when its functionality was moved
to SCNumberBox, so you can simply uninstall that quark and replace any
instances of it in your code with NumberBox. I think it should be removed
altogether from the quark repos, to prevent confusion.
cheers,
Wouter
Post by Lucas Samaruga
I should try the Dan solution, but I had no time or connection last two
days.
I think I don't have the latest svn of the quarks as you said.
Thanks
Hi Lucas,
are you sure you have the latest svn version of wslib? I solved that error
a long time ago..
cheers,
Wouter
Hi -
In the recent svn of SuperCollider we have *removed* some stuff (much
of the jitlib and cruciallib) and packaged them as quarks. So to get
the same classes as you previously had, you may need to add the
cruciallib and jitlib-extras quarks.
Dan
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'
 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'
 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'
 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'
 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'
 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'
 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'
 var res = func.value(msg[2..]);•
 var id = msg[1];
-----------------------------------
HTH
Lucas
--
http://www.mcld.co.uk
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
Lucas Samaruga
2010-04-29 20:34:15 UTC
Permalink
There is something that confuses me.
I update the quarks directory and refresh the quarks list from Quarks.gui
but the new quarks don't appear.
Maybe because I have an old quarks directory?
What is the command to update the quarks from svn?
Thanks
Post by blackrain
should SNBox and Knob be totally removed from quarks?
I say yes, its been a long while their functionality was moved towards
in favor of the main lib's.
their sole (last few releases) existence was to assure compatibility.
I think its time.
I say its time?
I will remove them in the next days.
cheers,
x
On Thu, Apr 29, 2010 at 3:19 AM, Wouter Snoei
Post by Wouter Snoei
Hi Lucas,
as far as I can see none of the errors you describe is related to the
recent
Post by Wouter Snoei
removal of stuff. I think a quarks svn update will do the trick.
And SNBox has become obsolete a while ago when its functionality was
moved
Post by Wouter Snoei
to SCNumberBox, so you can simply uninstall that quark and replace any
instances of it in your code with NumberBox. I think it should be removed
altogether from the quark repos, to prevent confusion.
cheers,
Wouter
Post by Lucas Samaruga
I should try the Dan solution, but I had no time or connection last two
days.
I think I don't have the latest svn of the quarks as you said.
Thanks
Hi Lucas,
are you sure you have the latest svn version of wslib? I solved that
error
Post by Wouter Snoei
Post by Lucas Samaruga
a long time ago..
cheers,
Wouter
Hi -
In the recent svn of SuperCollider we have *removed* some stuff (much
of the jitlib and cruciallib) and packaged them as quarks. So to get
the same classes as you previously had, you may need to add the
cruciallib and jitlib-extras quarks.
Dan
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
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
var res = func.value(msg[2..]);•
var id = msg[1];
-----------------------------------
HTH
Lucas
--
http://www.mcld.co.uk
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
Wouter Snoei
2010-04-29 21:01:33 UTC
Permalink
Hi Lucas,

I usually do

Quarks.checkoutAll;

And if it doesn't work first trash the whole quarks folder and run the
command again.

cheers,
Wouter
Post by Lucas Samaruga
There is something that confuses me.
I update the quarks directory and refresh the quarks list from
Quarks.gui but the new quarks don't appear.
Maybe because I have an old quarks directory?
What is the command to update the quarks from svn?
Thanks
should SNBox and Knob be totally removed from quarks?
I say yes, its been a long while their functionality was moved towards
in favor of the main lib's.
their sole (last few releases) existence was to assure compatibility.
I think its time.
I say its time?
I will remove them in the next days.
cheers,
x
On Thu, Apr 29, 2010 at 3:19 AM, Wouter Snoei
Post by Wouter Snoei
Hi Lucas,
as far as I can see none of the errors you describe is related to
the recent
Post by Wouter Snoei
removal of stuff. I think a quarks svn update will do the trick.
And SNBox has become obsolete a while ago when its functionality
was moved
Post by Wouter Snoei
to SCNumberBox, so you can simply uninstall that quark and replace
any
Post by Wouter Snoei
instances of it in your code with NumberBox. I think it should be
removed
Post by Wouter Snoei
altogether from the quark repos, to prevent confusion.
cheers,
Wouter
Op 28 apr 2010, om 18:09 heeft Lucas Samaruga het volgende
Post by Lucas Samaruga
I should try the Dan solution, but I had no time or connection
last two
Post by Wouter Snoei
Post by Lucas Samaruga
days.
I think I don't have the latest svn of the quarks as you said.
Thanks
Hi Lucas,
are you sure you have the latest svn version of wslib? I solved
that error
Post by Wouter Snoei
Post by Lucas Samaruga
a long time ago..
cheers,
Wouter
Hi -
In the recent svn of SuperCollider we have *removed* some stuff
(much
Post by Wouter Snoei
Post by Lucas Samaruga
of the jitlib and cruciallib) and packaged them as quarks. So to
get
Post by Wouter Snoei
Post by Lucas Samaruga
the same classes as you previously had, you may need to add the
cruciallib and jitlib-extras quarks.
Dan
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
Post by Wouter Snoei
Post by Lucas Samaruga
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
Post by Wouter Snoei
Post by Lucas Samaruga
Suport/SuperCollider.
the following quarks / extensions has some incompatible
declarations with
Post by Wouter Snoei
Post by Lucas Samaruga
the latest SCClassLibrary (?).
The SNBox,
• ERROR: Superclass 'KrNumberEditor' of class 'KrSNBoxEditor' is
not
Post by Wouter Snoei
Post by Lucas Samaruga
defined
in any file.
/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/SNBox/SNBoxEditor.sc
• ERROR: Superclass 'EditorGui' of class 'SNBoxEditorGui' is not
defined
Post by Wouter Snoei
Post by Lucas Samaruga
in
any file.
/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/SNBox/SNBoxEditorGui.sc
• ERROR: Superclass 'IrNumberEditor' of class 'IrSNBoxEditor' is
not
Post by Wouter Snoei
Post by Lucas Samaruga
defined
in any file.
/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/SNBox/SNBoxEditor.sc
• ERROR: Superclass 'NumberEditor' of class 'SNBoxEditor' is not
defined
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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
Post by Wouter Snoei
Post by Lucas Samaruga
there)
WARNING: FunctionDef contains variable declarations and so will
not be
Post by Wouter Snoei
Post by Lucas Samaruga
inlined.
in file '/Users/lucas/Library/Application
Support/SuperCollider/Extensions/quarks/OpenObject/classes/
OpenObject.sc'
Post by Wouter Snoei
Post by Lucas Samaruga
var res = func.value(msg[2..]);•
var id = msg[1];
-----------------------------------
HTH
Lucas
--
http://www.mcld.co.uk
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
Lucas Samaruga
2010-04-30 00:03:47 UTC
Permalink
Solved by trashing. Thanks Wouter!
Post by Wouter Snoei
Hi Lucas,
I usually do
Quarks.checkoutAll;
And if it doesn't work first trash the whole quarks folder and run the
command again.
cheers,
Wouter
There is something that confuses me.
Post by Lucas Samaruga
I update the quarks directory and refresh the quarks list from Quarks.gui
but the new quarks don't appear.
Maybe because I have an old quarks directory?
What is the command to update the quarks from svn?
Thanks
should SNBox and Knob be totally removed from quarks?
I say yes, its been a long while their functionality was moved towards
in favor of the main lib's.
their sole (last few releases) existence was to assure compatibility.
I think its time.
I say its time?
I will remove them in the next days.
cheers,
x
On Thu, Apr 29, 2010 at 3:19 AM, Wouter Snoei
Post by Wouter Snoei
Hi Lucas,
as far as I can see none of the errors you describe is related to the
recent
Post by Wouter Snoei
removal of stuff. I think a quarks svn update will do the trick.
And SNBox has become obsolete a while ago when its functionality was
moved
Post by Wouter Snoei
to SCNumberBox, so you can simply uninstall that quark and replace any
instances of it in your code with NumberBox. I think it should be
removed
Post by Wouter Snoei
altogether from the quark repos, to prevent confusion.
cheers,
Wouter
Post by Lucas Samaruga
I should try the Dan solution, but I had no time or connection last two
days.
I think I don't have the latest svn of the quarks as you said.
Thanks
Hi Lucas,
are you sure you have the latest svn version of wslib? I solved that
error
Post by Wouter Snoei
Post by Lucas Samaruga
a long time ago..
cheers,
Wouter
Hi -
In the recent svn of SuperCollider we have *removed* some stuff (much
of the jitlib and cruciallib) and packaged them as quarks. So to get
the same classes as you previously had, you may need to add the
cruciallib and jitlib-extras quarks.
Dan
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
Post by Wouter Snoei
Post by Lucas Samaruga
Suport/SuperCollider.
the following quarks / extensions has some incompatible declarations
with
Post by Wouter Snoei
Post by Lucas Samaruga
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
Post by Wouter Snoei
Post by Lucas Samaruga
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
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
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'
Post by Wouter Snoei
Post by Lucas Samaruga
var res = func.value(msg[2..]);•
var id = msg[1];
-----------------------------------
HTH
Lucas
--
http://www.mcld.co.uk
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
James Harkins
2010-04-30 02:49:49 UTC
Permalink
Post by Lucas Samaruga
Solved by trashing. Thanks Wouter!
Trashing shouldn't be necessary. I usually do this (in the Terminal).

cd ~/Library/Application\ Support/SuperCollider/quarks
svn update

Or use svnX.
hjh


: H. James Harkins
: jamshark70-***@public.gmane.org
: http://www.dewdrop-world.net
.::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal." -- Whitman
Dan Stowell
2010-04-30 10:25:59 UTC
Permalink
Sounds good br. People can get them from the snapshot releases (or svn
history of course) if they want old versions.

Dan
Post by blackrain
should SNBox and Knob be totally removed from quarks?
I say yes, its been a long while their functionality was moved towards
in favor of the main lib's.
their sole (last few releases) existence was to assure compatibility.
I think its time.
I say its time?
I will remove them in the next days.
cheers,
x
On Thu, Apr 29, 2010 at 3:19 AM, Wouter Snoei
Post by Wouter Snoei
Hi Lucas,
as far as I can see none of the errors you describe is related to the recent
removal of stuff. I think a quarks svn update will do the trick.
And SNBox has become obsolete a while ago when its functionality was moved
to SCNumberBox, so you can simply uninstall that quark and replace any
instances of it in your code with NumberBox. I think it should be removed
altogether from the quark repos, to prevent confusion.
cheers,
Wouter
Post by Lucas Samaruga
I should try the Dan solution, but I had no time or connection last two
days.
I think I don't have the latest svn of the quarks as you said.
Thanks
Hi Lucas,
are you sure you have the latest svn version of wslib? I solved that error
a long time ago..
cheers,
Wouter
Hi -
In the recent svn of SuperCollider we have *removed* some stuff (much
of the jitlib and cruciallib) and packaged them as quarks. So to get
the same classes as you previously had, you may need to add the
cruciallib and jitlib-extras quarks.
Dan
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'
 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'
 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'
 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'
 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'
 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'
 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'
 var res = func.value(msg[2..]);•
 var id = msg[1];
-----------------------------------
HTH
Lucas
--
http://www.mcld.co.uk
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
--
http://www.mcld.co.uk

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
blackrain
2010-05-01 08:14:49 UTC
Permalink
Hi,
Post by Dan Stowell
Sounds good br. People can get them from the snapshot releases (or svn
history of course) if they want old versions.
Dan
exactly, there will always be a copy by fetching the old revisions if
required =)
so its done.

I also removed a package that could potentially present issues -
KrToggleEditor (a crucial lib's semi boolean toggle button editor),
and TriggerView which was way old test/demo code of userview based
buttons; Wouter has some really nice on his lib so I see no use for a
TriggerView quark.

cheers,

x
Post by Dan Stowell
Post by blackrain
should SNBox and Knob be totally removed from quarks?
I say yes, its been a long while their functionality was moved towards
in favor of the main lib's.
their sole (last few releases) existence was to assure compatibility.
I think its time.
I say its time?
I will remove them in the next days.
cheers,
x
On Thu, Apr 29, 2010 at 3:19 AM, Wouter Snoei
Post by Wouter Snoei
Hi Lucas,
as far as I can see none of the errors you describe is related to the recent
removal of stuff. I think a quarks svn update will do the trick.
And SNBox has become obsolete a while ago when its functionality was moved
to SCNumberBox, so you can simply uninstall that quark and replace any
instances of it in your code with NumberBox. I think it should be removed
altogether from the quark repos, to prevent confusion.
cheers,
Wouter
Post by Lucas Samaruga
I should try the Dan solution, but I had no time or connection last two
days.
I think I don't have the latest svn of the quarks as you said.
Thanks
Hi Lucas,
are you sure you have the latest svn version of wslib? I solved that error
a long time ago..
cheers,
Wouter
Hi -
In the recent svn of SuperCollider we have *removed* some stuff (much
of the jitlib and cruciallib) and packaged them as quarks. So to get
the same classes as you previously had, you may need to add the
cruciallib and jitlib-extras quarks.
Dan
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'
 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'
 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'
 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'
 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'
 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'
 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'
 var res = func.value(msg[2..]);•
 var id = msg[1];
-----------------------------------
HTH
Lucas
--
http://www.mcld.co.uk
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
--
http://www.mcld.co.uk
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

Loading...