[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-dev] Linux development?
Arie van Schuttterhoef wrote:
> >i compiled scserver with little changes on linux and it's running (though
> >not producing any sound yet). all of the platform dependencies are in the
> >audio driver (SC_CoreAudio.(h|cpp)) and the socket code; now i'm tackling
> >the plugins, a task that boils down to a proper build setup that handles
> >loadable libraries.
> -On what kind of cpu (ppc/pentium/alpha)?
cpu is pentiumII, audio driver is jack (http://jackit.sourceforge.net/), stl
is stlport (http://www.stlport.org/) -- the <limits> header file is
obviously missing in g++ 2.95.2.
<sk>