[nas] nas on Mac OS X?
Raymond Toy
toy.raymond at gmail.com
Mon Jan 24 14:05:05 MST 2011
On 1/24/11 3:54 PM, Raymond Toy wrote:
>
> I guess this is because when I run make World, I get warnings from
> NetAudio.tmpl that SharedLibX is not defined. I do see, though, that
> darwinLib.tmpl has #define HasSharedLibraries YES.
>
>
If I add the following near the top of NetAudio.tmpl:
#if defined(DarwinArchitecture)
#if HasSharedLibraries
#define SharedLibX YES
#endif
#endif
then the clients are linked against the dynamic lib, and everything is fine.
So with these three small changes, nas will build and run correctly.
All that's missing is a server for OSX. :-)
Ray
More information about the Nas
mailing list