« Return to Thread: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/Editor

Re: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/Editor

by James Harkins-2 :: Rate this Message:

Reply to Author | View in Thread

On May 10, 2008, at 11:22 AM, Stefan Nussbaumer wrote:

as you're trying to run sclang from cl maybe just remove SCView.sc from 
your class-library ... don't know if that's sufficient but the error 
relates to that. would be curious to see if it' works (though for now to 
lazy to try myself ;) )

Just because the error happened in SCView doesn't mean the fault is in SCView. Something had to ask the SCView to do what it was doing.

        Server:makeGui   01621CB0
        Server:makeWindow   0166AA70
        OSXPlatform:startup   01716400

It's really opening a server window. If SCView is removed, it will fail but with a different error.

To support commandline sclang on OSX, the normal behavior of opening the server window in OSXPlatform:startup needs to be skipped somehow.

hjh


: H. James Harkins

: jamshark70@...

: http://www.dewdrop-world.net

.::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:


"Come said the Muse,

Sing me a song no poet has yet chanted,

Sing me the universal."  -- Whitman



_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

 « Return to Thread: Building Sclang Executable on OS X (leopard or other) AND New Interpreter/Editor