From: nescivi ()
Date: May 12, 2008
Subject:
Re: Building Sclang Executable on OS X (leopard or
Hiho,
On Monday 12 May 2008 11:49:02 scacinto wrote:
> Hey x,
> This actually fails with the same error. I must be doing something
> wrong in the build process, as I followed the rest of your instructions to
> a tee (though I'm not sure what the problem was with the '\emacs \emacs'
> thing... was that something wrong on my end? (I haven't even installed
> emacs, let alone called it for anything... perhaps that's the problem?...)
The \emacs feature is set when the Emacs class has succesfully created a
command FIFO between emacs and SC.
So I guess, OSXPlatform should also have this bit in *startup, just like
LinuxPlatform:
if ( this.hasFeature( \emacs ) ) {
Document.implementationClass.startup;
};
(or maybe that should be moved to Main, assuming windows can theoretically
also use the emacs interface).
sincerely,
Marije
_______________________________________________
sc-users mailing list [EMAIL REMOVED] http://lists.create.ucsb.edu/mailman/listinfo/sc-users