« 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 scacinto :: Rate this Message:

Reply to Author | View in Thread

Well - I'm going to put some notes on the wiki - basically there are no written instructions that work at this point to build supercollider with the command-line sclang as scons fails with multiple errors and the Xcode instructions also fail.  If anyone has build sclang on os x, please either correct the wiki or post here and I'll update the wiki.

I'll continue to try to build, but I'm out of avenues I'm afraid.  It's a shame OS X users are pigeonholed into using the GUI package with interpreter.

-S



James Harkins-2 wrote:
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@dewdrop-world.net
: 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@create.ucsb.edu
http://lists.create.ucsb.edu/mailman/listinfo/sc-users
______________________________

Scott Petersen
Assistant Director, YalMusT
Music Technology Specialist
Department of Music
Yale University, New Haven, CT 06511
United States

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