[sc-users] looks like something with LinuxPlatform is broken

Renick Bell renick at gmail.com
Fri Mar 9 22:16:00 PST 2007


On 3/9/07, Sciss <contact at sciss.de> wrote:
> and you are sure that
>
> - there are no error messages in the post window when the class
> library is compiled (upon startup)

Does the "Extension overwriting" stuff below constitute an error? It's
the same whether I use scvim or scel.

This is my entire startup:

init_OSC
compiling class library..
        NumPrimitives = 521
        compiling dir: '/usr/local/share/SuperCollider/Extensions'
  in file '/usr/local/share/SuperCollider/Extensions/scel/extDocument.sc' line 4
1 char 7
  in file '/usr/local/share/SuperCollider/Extensions/scel/storeLispOn.sc' line 1
17 char 7
        compiling dir: '/usr/local/share/SuperCollider/SCClassLibrary/Common'
        compiling dir: '/usr/local/share/SuperCollider/SCClassLibrary/DefaultLib
rary'
        compiling dir: '/usr/local/share/SuperCollider/SCClassLibrary/backwards_
compatibility'
        compiling dir: '/usr/local/share/SuperCollider/SCClassLibrary/crucial'
        compiling dir: '/usr/local/share/SuperCollider/SCClassLibrary/JITLib'
        pass 1 done
        Extension overwriting Meta_Document:open
                in file '/usr/local/share/SuperCollider/Extensions/scel/extDocum
ent.sc'.
                Original method in file '/usr/local/share/SuperCollider/SCClassL
ibrary/Common/GUI/Document.sc'.
        Extension overwriting Meta_Document:new
                in file '/usr/local/share/SuperCollider/Extensions/scel/extDocum
ent.sc'.
                Original method in file '/usr/local/share/SuperCollider/SCClassL
ibrary/Common/GUI/Document.sc'.
        Extension overwriting Meta_Document:listener
                in file '/usr/local/share/SuperCollider/Extensions/scel/extDocum
ent.sc'.
                Original method in file '/usr/local/share/SuperCollider/SCClassL
ibrary/Common/GUI/Document.sc'.
        Extension overwriting Meta_Document:numberOfOpen
                in file '/usr/local/share/SuperCollider/Extensions/scel/extDocum
ent.sc'.
                Original method in file '/usr/local/share/SuperCollider/SCClassL
ibrary/Common/GUI/Document.sc'.
        Extension overwriting Meta_Document:newFromIndex
                in file '/usr/local/share/SuperCollider/Extensions/scel/extDocum
ent.sc'.
                Original method in file '/usr/local/share/SuperCollider/SCClassL
ibrary/Common/GUI/Document.sc'.
        Extension overwriting Meta_Document:prGetLast
                in file '/usr/local/share/SuperCollider/Extensions/scel/extDocum
ent.sc'.
                Original method in file '/usr/local/share/SuperCollider/SCClassL
ibrary/Common/GUI/Document.sc'.
        Extension overwriting Meta_Document:prGetIndexOfListener
                in file '/usr/local/share/SuperCollider/Extensions/scel/extDocum
ent.sc'.
                Original method in file '/usr/local/share/SuperCollider/SCClassL
ibrary/Common/GUI/Document.sc'.
        Extension overwriting SynthDesc:makeWindow
                in file '/usr/local/share/SuperCollider/SCClassLibrary/Common/GU
I/PlusGUI/Control/SynthDescPlusGUI.sc'.
                Original method in file '/usr/local/share/SuperCollider/Extensio
ns/scel/extBuffer.sc'.
        Extension overwriting Server:makeWindowin file
'/usr/local/share/SuperCollider/SCClassLibrary/Common/GU
I/PlusGUI/Control/ServerPlusGUI.sc'.
                Original method in file '/usr/local/share/SuperCollider/Extensio
ns/scel/extBuffer.sc'.
numentries = 731309 / 7971088 = 0.092
        Method Table Size 4955096 bytes
        Number of Method Selectors 3803
        Number of Classes 2096
        big table size 31884352
        Number of Symbols 8976
        Byte Code Size 232352
        compiled 325 files in 0.91 seconds
compile done
Emacs: No communication FIFO available.
Class tree inited in 0.03 seconds
ERROR: Message 'new' not understood.
RECEIVER:
   nil
ARGS:
CALL STACK:
        DoesNotUnderstandError:reportError   B78F97A0
                arg this = <instance of DoesNotUnderstandError>
        Nil:handleError   B78F96E0
                arg this = nil
                arg error = <instance of DoesNotUnderstandError>
        Object:throw   B78F9020
                arg this = <instance of DoesNotUnderstandError>
        Object:doesNotUnderstand   B78C22B0
                arg this = nil
                arg selector = 'new'
                arg args = [*0]
        Main:platform   B78C1E50
                arg this = <instance of Main>
        Main:startup   B78C1DF0
                arg this = <instance of Main>


> - LinuxPlatform.sc exists in /usr/local/share/SuperCollider/
> SCClassLibrary/Platform/linux

check!

/usr/local/share/SuperCollider/SCClassLibrary/Platform/linux/LinuxPlatform.sc

Renick

> ?
>
>
> Am 09.03.2007 um 13:49 schrieb Renick Bell:
>
> > On 3/9/07, Sciss <contact at sciss.de> wrote:
> >> so i mean i didn't understand, when you remove the SwingOSC lib
> >> files, the errors disappear or they are still there?
> >
> > Yes, the errors are still there.
> >
> >> you can execute
> >>
> >> thisProcess.platform.name.postln;
> >>
> >> with SwingOSC removed?
> >
> > If I execute that, I get this error:
> >
> > ERROR: Message 'new' not understood.
> > RECEIVER:
> >   nil
> > ARGS:
> > CALL STACK:
> >        DoesNotUnderstandError:reportError   B7936BD0
> >                arg this = <instance of DoesNotUnderstandError>
> >        Nil:handleError   B7936ED0
> >                arg this = nil
> >                arg error = <instance of DoesNotUnderstandError>
> >        Object:throw   B7936F30
> >                arg this = <instance of DoesNotUnderstandError>
> >        Object:doesNotUnderstand   B7936D20
> >                arg this = nil
> >                arg selector = 'new'
> >                arg args = [*0]
> >        Main:platform   B79362B0
> >                arg this = <instance of Main>
> >        < closed FunctionDef >  (no arguments or variables)
> >        Interpreter:interpretPrintCmdLine   B79366D0
> >                arg this = <instance of Interpreter>
> >                var res = nil
> >                var func = <instance of Function>
> >        Process:interpretPrintCmdLine   B79361F0
> >                arg this = <instance of Main>
> >
> > Renick
> >
> >>
> >> Am 09.03.2007 um 13:09 schrieb Renick Bell:
> >>
> >> > On 3/9/07, Sciss <contact at sciss.de> wrote:
> >> >> can you remove your SCUM lib extensions folder and see what
> >> happens.
> >> >> judging from your mail "duplicate history class in svn checkout
> >> from
> >> >> today" you are using the scum branch-off from http://
> >> sourceforge.net/
> >> >> projects/scum because there is that duplicate class, while it's
> >> not
> >> >> in http://space.k-hornz.de/space/17 . maybe that old version
> >> has more
> >> >> problems than the duplication History class and is responsible for
> >> >> *initClass problems.
> >> >
> >> > Yes, I tried that, but it makes no difference. I tried scons -c,
> >> then
> >> > removing EVERYTHING, and starting from scratch, but I still get the
> >> > same error.
> >> >
> >> > Thanks for your help, Sciss.
> >> >
> >> > Renick
> >> >
> >> > --
> >> > Renick Bell
> >> > http://the3rd2nd.com
> >> > _______________________________________________
> >> > sc-users mailing list
> >> > sc-users at create.ucsb.edu
> >> > http://www.create.ucsb.edu/mailman/listinfo/sc-users
> >>
> >> _______________________________________________
> >> sc-users mailing list
> >> sc-users at create.ucsb.edu
> >> http://www.create.ucsb.edu/mailman/listinfo/sc-users
> >>
> >
> >
> > --
> > Renick Bell
> > http://the3rd2nd.com
> > _______________________________________________
> > sc-users mailing list
> > sc-users at create.ucsb.edu
> > http://www.create.ucsb.edu/mailman/listinfo/sc-users
>
> _______________________________________________
> sc-users mailing list
> sc-users at create.ucsb.edu
> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>


-- 
Renick Bell
http://the3rd2nd.com


More information about the sc-users mailing list