Help with NAS (Network Audio System) setup.

Anyone having any ideas how to set up this? I couldn't find any documentation, no howtos, no help, just an obscure nasd.con.eg in the package.
Has anyone managed to set up a client and a server for this system, it'd be really useful to me...

Idd, seeking is hard and really hacky (:D) to implement with the two process solution. :\ You can use the
extern-movie.sh 10.0.0.4 movie.mkv 124
to seek where you want in the files, but you'd have to exit the script, then restart the script in the middle of a movie ... :\ Writing a plugin for MPlayer might kinda defeat the simplistic design of rsound. Shouldn't be hard to implement though. I made an rsound client in python in like 5 mins, so shouldn't be too hard.
As for NAS: http://linux.die.net/man/1/nasd this helped a little, but it really looks like legacy software. "When the Network Audio System server starts up, it takes over /dev/audio."
I've been trying to get nas up and running, and it wasn't hard to get it to play some stuff with mplayer, but it feels quite broken using the default config + mplayer. Might be my alsa emulation of course, but mplayer showed hickups, erratic framerate (-autosync 100 helped against this), bad sound quality, and a couple of crashes.
You could try this from the command line. Shouldn't need to set-up any config file yet.
sudo nasd -aa
And running this in another shell:
mplayer <movie> -ao nas
Try it locally, not sure how to set up nas to connect to extern servers. :\
Last edited by Themaister (2010-01-04 18:47:10)

Similar Messages

  • Issue with NAS (Network audio system)

    Hi people. I think i have very basic issue but i don't know his solve.
    Im downloading and install NAS 1.9.4 and its ok.
    But if I'm try to start server using cmd:
    nasd -v
    I get this output:
    Network audio system Release 1.9.4
    Init: Output open(/dev/dsp) failed: No such file or directory
    Fatal server error:
    could not create audio connection block info.
    I know error. /dev/dsp location doesn't exist. But i don't know how to change audio device location in nasd.conf file.
    Thanks for help and sorry for my English.
    Ondrej Dvorak

    You could use oss emulation that alsa-oss package comes with:
    cat /etc/modules-load.d/50-oss-alsa-emulation.conf
    #Alsa OSS Emulation
    snd-pcm-oss
    snd-mixer-oss
    snd-seq-oss
    That would create /dev/dsp. But looking at /etc/nasd.conf you could just change the output section device from /dev/dsp to /dev/snd/pcmC0D0p or similar and mixer to controlC0 or similar.

  • Front Row with a networked audio system

    Hey everybody!
    Has anyone been streaming content (divx, xvid, mp3) from a NAS via front row, anyone have any experiences of this?
    Does front row support Networked audio systems? (NAS)

    Welcome to the Apple Discussions!
    Right now, Apple only supports Front Row on Macs that have a built-in infrared receiver and shipped with an Apple remote. However, when Mac OS X 10.5 (Leopard) is released, it will include Front Row for all Macs that are compatible with Leopard (like your Mac Pro). You can use the keyboard to run Front Row (Apple-esc opens it, for example), so you'll have an option if you upgrade when it's released.
    If you want to use similar software now, you can install .
    -Doug

  • Need help with GUI Scripting Audio Midi Setup

    I want to read the value of the sampling frequency set by default in Audio Midi Setup.
    If there is an easy unix way to gleen this, please let me know. Otherwise, I am trying to get it via GUI scripting. I think I am almost there, but am doing something stupid.
    Here is what I have:
    tell application "Audio MIDI Setup"
    activate
    end tell
    tell application "System Events"
    activate
    tell application process "Audio MIDI Setup"
    select window 1
    select group
    select tab group
    select group
    select combo box
    set FrequencyValue to contents of combo box
    end tell
    end tell
    Basically, this comes down to the question of how to extract the default text field from the combo box.

    Once you click on the combo box to get the list of items, you can do stuff with the results. The easiest thing would probably be to use the up and down arrows to change the selection, since the text field is not editable. You can compare the list of items with the current value and do something from there - how do you plan to choose the item to change to?
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #DAFFB6;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    tell application "Audio MIDI Setup" to activate
    tell application "System Events" to tell application process "Audio MIDI Setup"
    set comboBox to combo box 1 of group 1 of tab group 1 of group 1 of window "Audio Devices"
    set frequencyValue to value of comboBox -- get current value
    click button 1 of comboBox -- perform action "AXPress" to drop the list
    set theChoices to value of text fields of list 1 of scroll area 1 of comboBox -- get all the values
    -- keystroke (ASCII character 31) -- down arrow
    -- keystroke (ASCII character 30) -- up arrow
    -- keystroke return -- select and dismiss the list
    end tell
    activate me
    choose from list theChoices default items {frequencyValue} -- just show the results
    </pre>

  • How install Network Audio System?

    I try install "ftp://ftp.x.org/contrib/audio/nas/nas-1.2p5.tar.gz", but compiling with errors, I think missing some headers.
    There errors of lasts lines then I try install nas1.8 with command "make install":
    In file included from ../include/resource.h:27,
                     from ../include/dixstruct.h:31,
                     from dispatch.c:52:
    ../include/misc.h:36:25: error: X11/Xosdefs.h: No such file or directory
    ../include/misc.h:62:57: error: X11/Xfuncs.h: No such file or directory
    make[2]: *** [dispatch.o] Error 1
    make[2]: Leaving directory `/home/al/nas-1.8/server/dia'
    make[1]: *** [dia] Error 2
    make[1]: Leaving directory `/home/al/nas-1.8/server'
    make: *** [install] Error 2

    [root@myhost ~]# pacman -S libice
    :: libice-1.0.1-1: is up to date.  Upgrade anyway? [Y/n] y
    Targets: libice-1.0.1-1
    Total Package Size:   0.1 MB
    Proceed with upgrade? [Y/n] y
    checking package integrity... done.
    loading package data... done.
    checking for file conflicts... done.
    upgrading libice... done.
    [root@myhost ~]# pacman -S libxmu
    :: libxmu-1.0.2-1: is up to date.  Upgrade anyway? [Y/n] y
    Targets: libxmu-1.0.2-1
    Total Package Size:   0.1 MB
    Proceed with upgrade? [Y/n] y
    checking package integrity... done.
    loading package data... done.
    checking for file conflicts... done.
    upgrading libxmu... done.
    [root@myhost ~]# cd /home/al/nas-1.8
    [root@myhost nas-1.8]# xmkmf
    mv -f Makefile Makefile.bak
    imake -DUseInstalled -I/usr/lib/X11/config
    [root@myhost nas-1.8]# make World
    Building Network Audio System sample implementation
    Thu Aug 10 19:24:01 EEST 2006
    make  Makefiles
    make[1]: Entering directory `/home/al/nas-1.8'
    making Makefiles in include...
            mv -f Makefile Makefile.bak
    make[2]: Entering directory `/home/al/nas-1.8'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[2]: Leaving directory `/home/al/nas-1.8'
    make[2]: Entering directory `/home/al/nas-1.8/include'
    making Makefiles in include/audio...
            mv -f Makefile Makefile.bak
    make[3]: Entering directory `/home/al/nas-1.8/include'
    In file included from ./Imakefile:27,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[3]: Leaving directory `/home/al/nas-1.8/include'
    make[3]: Entering directory `/home/al/nas-1.8/include/audio'
    make[3]: Nothing to be done for `Makefiles'.
    make[3]: Leaving directory `/home/al/nas-1.8/include/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/include'
    making Makefiles in server...
            mv -f Makefile Makefile.bak
    make[2]: Entering directory `/home/al/nas-1.8'
    In file included from ./Imakefile:29,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[2]: Leaving directory `/home/al/nas-1.8'
    make[2]: Entering directory `/home/al/nas-1.8/server'
    making Makefiles in server/dia...
            mv -f Makefile Makefile.bak
    make[3]: Entering directory `/home/al/nas-1.8/server'
    In file included from ./Imakefile:28,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[3]: Leaving directory `/home/al/nas-1.8/server'
    make[3]: Entering directory `/home/al/nas-1.8/server/dia'
    make[3]: Nothing to be done for `Makefiles'.
    make[3]: Leaving directory `/home/al/nas-1.8/server/dia'
    making Makefiles in server/os...
            mv -f Makefile Makefile.bak
    make[3]: Entering directory `/home/al/nas-1.8/server'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    In file included from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./Imakefile:71: warning: "PartialNetDefault" is not defined
    ./Imakefile:99: warning: "XdecServer" is not defined
    make[3]: Leaving directory `/home/al/nas-1.8/server'
    make[3]: Entering directory `/home/al/nas-1.8/server/os'
    make[3]: Nothing to be done for `Makefiles'.
    make[3]: Leaving directory `/home/al/nas-1.8/server/os'
    making Makefiles in server/dda/voxware...
            mv -f Makefile Makefile.bak
    make[3]: Entering directory `/home/al/nas-1.8/server'
    In file included from ./Imakefile:31,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[3]: Leaving directory `/home/al/nas-1.8/server'
    make[3]: Entering directory `/home/al/nas-1.8/server/dda/voxware'
    make[3]: Nothing to be done for `Makefiles'.
    make[3]: Leaving directory `/home/al/nas-1.8/server/dda/voxware'
    make[2]: Leaving directory `/home/al/nas-1.8/server'
    making Makefiles in lib...
            mv -f Makefile Makefile.bak
    make[2]: Entering directory `/home/al/nas-1.8'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[2]: Leaving directory `/home/al/nas-1.8'
    make[2]: Entering directory `/home/al/nas-1.8/lib'
    making Makefiles in lib/audio...
            mv -f Makefile Makefile.bak
    make[3]: Entering directory `/home/al/nas-1.8/lib'
    In file included from ./Imakefile:27,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[3]: Leaving directory `/home/al/nas-1.8/lib'
    make[3]: Entering directory `/home/al/nas-1.8/lib/audio'
    make[3]: Nothing to be done for `Makefiles'.
    make[3]: Leaving directory `/home/al/nas-1.8/lib/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/lib'
    making Makefiles in clients...
            mv -f Makefile Makefile.bak
    make[2]: Entering directory `/home/al/nas-1.8'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[2]: Leaving directory `/home/al/nas-1.8'
    make[2]: Entering directory `/home/al/nas-1.8/clients'
    making Makefiles in clients/audio...
            mv -f Makefile Makefile.bak
    make[3]: Entering directory `/home/al/nas-1.8/clients'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[3]: Leaving directory `/home/al/nas-1.8/clients'
    make[3]: Entering directory `/home/al/nas-1.8/clients/audio'
    making Makefiles in clients/audio/widgets...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/widgets'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/widgets'
    making Makefiles in clients/audio/auconvert...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auconvert'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auconvert'
    making Makefiles in clients/audio/auctl...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auctl'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auctl'
    making Makefiles in clients/audio/audemo...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audemo'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audemo'
    making Makefiles in clients/audio/audial...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:27,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audial'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audial'
    making Makefiles in clients/audio/auedit...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auedit'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auedit'
    making Makefiles in clients/audio/auinfo...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auinfo'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auinfo'
    making Makefiles in clients/audio/aupanel...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aupanel'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aupanel'
    making Makefiles in clients/audio/auplay...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auplay'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auplay'
    making Makefiles in clients/audio/aurecord...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aurecord'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aurecord'
    making Makefiles in clients/audio/autool...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/autool'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/autool'
    making Makefiles in clients/audio/auwave...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auwave'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auwave'
    making Makefiles in clients/audio/auphone...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auphone'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auphone'
    making Makefiles in clients/audio/auscope...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auscope'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auscope'
    making Makefiles in clients/audio/util...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/util'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/util'
    making Makefiles in clients/audio/examples...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/examples'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/examples'
    make[3]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/clients'
    making Makefiles in doc...
            mv -f Makefile Makefile.bak
    make[2]: Entering directory `/home/al/nas-1.8'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[2]: Leaving directory `/home/al/nas-1.8'
    make[2]: Entering directory `/home/al/nas-1.8/doc'
    making Makefiles in doc/man...
            mv -f Makefile Makefile.bak
    make[3]: Entering directory `/home/al/nas-1.8/doc'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[3]: Leaving directory `/home/al/nas-1.8/doc'
    make[3]: Entering directory `/home/al/nas-1.8/doc/man'
    making Makefiles in doc/man/lib...
            mv -f Makefile Makefile.bak
    make[4]: Entering directory `/home/al/nas-1.8/doc/man'
    In file included from ./Imakefile:26,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./../../../config/NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[4]: Leaving directory `/home/al/nas-1.8/doc/man'
    make[4]: Entering directory `/home/al/nas-1.8/doc/man/lib'
    make[4]: Nothing to be done for `Makefiles'.
    make[4]: Leaving directory `/home/al/nas-1.8/doc/man/lib'
    make[3]: Leaving directory `/home/al/nas-1.8/doc/man'
    make[2]: Leaving directory `/home/al/nas-1.8/doc'
    making Makefiles in config...
            mv -f Makefile Makefile.bak
    make[2]: Entering directory `/home/al/nas-1.8'
    In file included from ./Imakefile:10,
                     from /usr/lib/X11/config/Imake.tmpl:2194,
                     from Imakefile.c:35:
    ./NetAudio.tmpl:123: warning: "SharedLibX" is not defined
    make[2]: Leaving directory `/home/al/nas-1.8'
    make[2]: Entering directory `/home/al/nas-1.8/config'
    make[2]: Nothing to be done for `Makefiles'.
    make[2]: Leaving directory `/home/al/nas-1.8/config'
    make[1]: Leaving directory `/home/al/nas-1.8'
    make  cleandir
    make[1]: Entering directory `/home/al/nas-1.8'
    rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut   "#"*
    make[1]: Leaving directory `/home/al/nas-1.8'
    make  includes
    make[1]: Entering directory `/home/al/nas-1.8'
    including in ./include...
    make[2]: Entering directory `/home/al/nas-1.8/include'
    including in include/audio...
    make[3]: Entering directory `/home/al/nas-1.8/include/audio'
    make[3]: Nothing to be done for `includes'.
    make[3]: Leaving directory `/home/al/nas-1.8/include/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/include'
    including in ./server...
    make[2]: Entering directory `/home/al/nas-1.8/server'
    including in server/dia...
    make[3]: Entering directory `/home/al/nas-1.8/server/dia'
    + cd ../../include/
    + for i in globals.h nasconf.h
    + rm -f globals.h
    + ln -s ..//server/dia/globals.h .
    + for i in globals.h nasconf.h
    + rm -f nasconf.h
    + ln -s ..//server/dia/nasconf.h .
    make[3]: Leaving directory `/home/al/nas-1.8/server/dia'
    including in server/os...
    make[3]: Entering directory `/home/al/nas-1.8/server/os'
    + cd ../../include/
    + for i in aulog.h
    + rm -f aulog.h
    + ln -s ..//server/os/aulog.h .
    make[3]: Leaving directory `/home/al/nas-1.8/server/os'
    including in server/dda/voxware...
    make[3]: Entering directory `/home/al/nas-1.8/server/dda/voxware'
    make[3]: Nothing to be done for `includes'.
    make[3]: Leaving directory `/home/al/nas-1.8/server/dda/voxware'
    make[2]: Leaving directory `/home/al/nas-1.8/server'
    including in ./lib...
    make[2]: Entering directory `/home/al/nas-1.8/lib'
    including in lib/audio...
    make[3]: Entering directory `/home/al/nas-1.8/lib/audio'
    + cd ../../include/audio
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Alibint.h
    + ln -s ../../lib/audio/Alibint.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Alibnet.h
    + ln -s ../../lib/audio/Alibnet.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Xtutil.h
    + ln -s ../../lib/audio/Xtutil.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f audiolib.h
    + ln -s ../../lib/audio/audiolib.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f audioutil.h
    + ln -s ../../lib/audio/audioutil.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f snd.h
    + ln -s ../../lib/audio/snd.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f wave.h
    + ln -s ../../lib/audio/wave.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f voc.h
    + ln -s ../../lib/audio/voc.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f aiff.h
    + ln -s ../../lib/audio/aiff.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f sound.h
    + ln -s ../../lib/audio/sound.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f soundlib.h
    + ln -s ../../lib/audio/soundlib.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f fileutil.h
    + ln -s ../../lib/audio/fileutil.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f 8svx.h
    + ln -s ../../lib/audio/8svx.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Astreams.h
    + ln -s ../../lib/audio/Astreams.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f audio.h
    + ln -s ../../lib/audio/audio.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Afuncproto.h
    + ln -s ../../lib/audio/Afuncproto.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Afuncs.h
    + ln -s ../../lib/audio/Afuncs.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Amd.h
    + ln -s ../../lib/audio/Amd.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Amd.h
    + ln -s ../../lib/audio/Amd.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Aos.h
    + ln -s ../../lib/audio/Aos.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Aosdefs.h
    + ln -s ../../lib/audio/Aosdefs.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f Aproto.h
    + ln -s ../../lib/audio/Aproto.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f mutex.h
    + ln -s ../../lib/audio/mutex.h .
    + for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h
    + rm -f release.h
    + ln -s ../../lib/audio/release.h .
    make[3]: Leaving directory `/home/al/nas-1.8/lib/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/lib'
    including in ./clients...
    make[2]: Entering directory `/home/al/nas-1.8/clients'
    including in clients/audio...
    make[3]: Entering directory `/home/al/nas-1.8/clients/audio'
    including in clients/audio/widgets...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/widgets'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/widgets'
    including in clients/audio/auconvert...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auconvert'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auconvert'
    including in clients/audio/auctl...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auctl'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auctl'
    including in clients/audio/audemo...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audemo'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audemo'
    including in clients/audio/audial...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audial'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audial'
    including in clients/audio/auedit...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auedit'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auedit'
    including in clients/audio/auinfo...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auinfo'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auinfo'
    including in clients/audio/aupanel...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aupanel'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aupanel'
    including in clients/audio/auplay...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auplay'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auplay'
    including in clients/audio/aurecord...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aurecord'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aurecord'
    including in clients/audio/autool...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/autool'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/autool'
    including in clients/audio/auwave...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auwave'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auwave'
    including in clients/audio/auphone...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auphone'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auphone'
    including in clients/audio/auscope...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auscope'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auscope'
    including in clients/audio/util...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/util'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/util'
    including in clients/audio/examples...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/examples'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/examples'
    make[3]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/clients'
    including in ./doc...
    make[2]: Entering directory `/home/al/nas-1.8/doc'
    including in doc/man...
    make[3]: Entering directory `/home/al/nas-1.8/doc/man'
    including in doc/man/lib...
    make[4]: Entering directory `/home/al/nas-1.8/doc/man/lib'
    make[4]: Nothing to be done for `includes'.
    make[4]: Leaving directory `/home/al/nas-1.8/doc/man/lib'
    make[3]: Leaving directory `/home/al/nas-1.8/doc/man'
    make[2]: Leaving directory `/home/al/nas-1.8/doc'
    including in ./config...
    make[2]: Entering directory `/home/al/nas-1.8/config'
    + cd ../include/
    + for i in NasConfig.h config.h
    + rm -f NasConfig.h
    + ln -s ..//config/NasConfig.h .
    + for i in NasConfig.h config.h
    + rm -f config.h
    + ln -s ..//config/config.h .
    make[2]: Leaving directory `/home/al/nas-1.8/config'
    make[1]: Leaving directory `/home/al/nas-1.8'
    make  depend
    make[1]: Entering directory `/home/al/nas-1.8'
    depending in ./include...
    make[2]: Entering directory `/home/al/nas-1.8/include'
    depending in include/audio...
    make[3]: Entering directory `/home/al/nas-1.8/include/audio'
    make[3]: Nothing to be done for `depend'.
    make[3]: Leaving directory `/home/al/nas-1.8/include/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/include'
    depending in ./server...
    make[2]: Entering directory `/home/al/nas-1.8/server'
    depending in server/dia...
    make[3]: Entering directory `/home/al/nas-1.8/server/dia'
    gccmakedep  -- -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                            -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                  -DFUNCPROTO=15 -DNARROWPROTO   -DNASCONFSEARCHPATH="/etc/nas/"   -- dispatch.c dixutils.c events.c globals.c main.c resource.c swapreq.c        tables.c swaprep.c        audispatch.c auswap.c autables.c auevents.c auutil.c auconfig.c        auprocess.c nasconf.c lex.c gram.c
    make[3]: Leaving directory `/home/al/nas-1.8/server/dia'
    depending in server/os...
    make[3]: Entering directory `/home/al/nas-1.8/server/os'
    gccmakedep  -- -I.  -I../include -I../../include -I../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                             -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                  -DFUNCPROTO=15 -DNARROWPROTO   -DUNIXCONN -DTCPCONN        -- WaitFor.c access.c connection.c io.c                   osinit.c utils.c auth.c mitauth.c aulog.c               daemon.c
    make[3]: Leaving directory `/home/al/nas-1.8/server/os'
    depending in server/dda/voxware...
    make[3]: Entering directory `/home/al/nas-1.8/server/dda/voxware'
    gccmakedep  -- -I. -I../../include -I../../../include -I../../dia -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                 -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                           -DFUNCPROTO=15 -DNARROWPROTO      -- auvoxware.c config.c
    make[3]: Leaving directory `/home/al/nas-1.8/server/dda/voxware'
    make[2]: Leaving directory `/home/al/nas-1.8/server'
    depending in ./lib...
    make[2]: Entering directory `/home/al/nas-1.8/lib'
    depending in lib/audio...
    make[3]: Entering directory `/home/al/nas-1.8/lib/audio'
    gccmakedep  --  -I../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                             -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API    -DMALLOC_0_RETURNS_NULL    -- AlibAsync.c Alibint.c AuErrDes.c AuFreeEData.c CloseSvr.c ConnSvr.c           CrFlow.c DesFlow.c Flush.c HandleEv.c IDOfEvent.c KillClient.c                NextEvent.c OpenSvr.c ReqEvent.c ScanEvents.c ScanTEvent.c                   SetElState.c GetElState.c SetElement.c GetElement.c SvrName.c Sync.c           ReadEl.c WriteEl.c Util.c SetElParms.c GetDevAttr.c                  SetDevAttr.c CrBucket.c DesBucket.c GetBucAttr.c ListBucket.c                       ListDevice.c GetSvrTime.c SetClsDwnMd.c GetClsDwnMd.c                     convutil.c fileutil.c monitor.c bcache.c                            globals.c Astreams.c ErrHndlr.c                               snd.c wave.c voc.c aiff.c 8svx.c sound.c soundlib.c mutex.c
    make[3]: Leaving directory `/home/al/nas-1.8/lib/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/lib'
    depending in ./clients...
    make[2]: Entering directory `/home/al/nas-1.8/clients'
    depending in clients/audio...
    make[3]: Entering directory `/home/al/nas-1.8/clients/audio'
    depending in clients/audio/widgets...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/widgets'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- Slider.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/widgets'
    depending in clients/audio/auconvert...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auconvert'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO    -DHAS_MKSTEMP  -- auconvert.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auconvert'
    depending in clients/audio/auctl...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auctl'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- auctl.c execute.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auctl'
    depending in clients/audio/audemo...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audemo'
    gccmakedep  -- -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                  -DFUNCPROTO=15 -DNARROWPROTO      -- audemo.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audemo'
    depending in clients/audio/audial...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audial'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- audial.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audial'
    depending in clients/audio/auedit...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auedit'
    gccmakedep  -- -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                  -DFUNCPROTO=15 -DNARROWPROTO    -DHAS_MKSTEMP  -- auedit.c Graph.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auedit'
    depending in clients/audio/auinfo...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auinfo'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- auinfo.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auinfo'
    depending in clients/audio/aupanel...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aupanel'
    gccmakedep  -- -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                  -DFUNCPROTO=15 -DNARROWPROTO      -- aupanel.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aupanel'
    depending in clients/audio/auplay...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auplay'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- auplay.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auplay'
    depending in clients/audio/aurecord...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aurecord'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- aurecord.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aurecord'
    depending in clients/audio/autool...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/autool'
    gccmakedep  -- -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                  -DFUNCPROTO=15 -DNARROWPROTO      -- audiotool.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/autool'
    depending in clients/audio/auwave...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auwave'
    gccmakedep  -- -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                  -DFUNCPROTO=15 -DNARROWPROTO      -- auwave.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auwave'
    depending in clients/audio/auphone...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auphone'
    gccmakedep  -- -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                  -DFUNCPROTO=15 -DNARROWPROTO      -- auphone.c rings.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auphone'
    depending in clients/audio/auscope...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auscope'
    make[4]: Nothing to be done for `depend'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auscope'
    depending in clients/audio/util...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/util'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- soundtoh.c issndfile.c playbucket.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/util'
    depending in clients/audio/examples...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/examples'
    gccmakedep  --  -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                               -DFUNCPROTO=15 -DNARROWPROTO      -- playFile.c playSimul.c playFromBckt.c loopBucket.c bundle.c        recordBucket.c plyBcktAsync.c playRaw.c
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/examples'
    make[3]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/clients'
    depending in ./doc...
    make[2]: Entering directory `/home/al/nas-1.8/doc'
    depending in doc/man...
    make[3]: Entering directory `/home/al/nas-1.8/doc/man'
    depending in doc/man/lib...
    make[4]: Entering directory `/home/al/nas-1.8/doc/man/lib'
    make[4]: Nothing to be done for `depend'.
    make[4]: Leaving directory `/home/al/nas-1.8/doc/man/lib'
    make[3]: Leaving directory `/home/al/nas-1.8/doc/man'
    make[2]: Leaving directory `/home/al/nas-1.8/doc'
    depending in ./config...
    make[2]: Entering directory `/home/al/nas-1.8/config'
    make[2]: Nothing to be done for `depend'.
    make[2]: Leaving directory `/home/al/nas-1.8/config'
    make[1]: Leaving directory `/home/al/nas-1.8'
    make  -k all
    make[1]: Entering directory `/home/al/nas-1.8'
    making all in ./include...
    make[2]: Entering directory `/home/al/nas-1.8/include'
    making all in include/audio...
    make[3]: Entering directory `/home/al/nas-1.8/include/audio'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/al/nas-1.8/include/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/include'
    making all in ./server...
    make[2]: Entering directory `/home/al/nas-1.8/server'
    making all in server/dia...
    make[3]: Entering directory `/home/al/nas-1.8/server/dia'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/al/nas-1.8/server/dia'
    making all in server/os...
    make[3]: Entering directory `/home/al/nas-1.8/server/os'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/al/nas-1.8/server/os'
    making all in server/dda/voxware...
    make[3]: Entering directory `/home/al/nas-1.8/server/dda/voxware'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/al/nas-1.8/server/dda/voxware'
    + mv -f nasd nasd.bak
    gcc -m32 -o nasd -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/lib    dia/libdia.a dda/voxware/libvoxware.a os/libos.a
    make[2]: Leaving directory `/home/al/nas-1.8/server'
    making all in ./lib...
    make[2]: Entering directory `/home/al/nas-1.8/lib'
    making all in lib/audio...
    make[3]: Entering directory `/home/al/nas-1.8/lib/audio'
    make[3]: Leaving directory `/home/al/nas-1.8/lib/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/lib'
    making all in ./clients...
    make[2]: Entering directory `/home/al/nas-1.8/clients'
    making all in clients/audio...
    make[3]: Entering directory `/home/al/nas-1.8/clients/audio'
    making all in clients/audio/widgets...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/widgets'
    gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing     -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                  -DFUNCPROTO=15 -DNARROWPROTO       -c -o Slider.o Slider.c
    rm -f libwidgets.a
    ar clq libwidgets.a Slider.o
    ranlib libwidgets.a
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/widgets'
    making all in clients/audio/auconvert...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auconvert'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auconvert'
    making all in clients/audio/auctl...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auctl'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auctl'
    making all in clients/audio/audemo...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audemo'
    gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing    -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                        -DFUNCPROTO=15 -DNARROWPROTO       -c -o audemo.o audemo.c
    rm -f audemo
    gcc -m32 -o audemo audemo.o -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/lib   ../../../lib/audio/libaudio.a -lXt -lSM -lICE -lXext -lX11 -lm ../../../clients/audio/widgets/libwidgets.a -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audemo'
    making all in clients/audio/audial...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/audial'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/audial'
    making all in clients/audio/auedit...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auedit'
    gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing    -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                        -DFUNCPROTO=15 -DNARROWPROTO    -DHAS_MKSTEMP   -c -o auedit.o auedit.c
    rm -f auedit
    gcc -m32 -o auedit auedit.o Graph.o -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/lib   ../../../lib/audio/libaudio.a -lXt -lSM -lICE -lXext -lX11 -lm ../../../clients/audio/widgets/libwidgets.a -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auedit'
    making all in clients/audio/auinfo...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auinfo'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auinfo'
    making all in clients/audio/aupanel...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aupanel'
    gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing    -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                        -DFUNCPROTO=15 -DNARROWPROTO       -c -o aupanel.o aupanel.c
    rm -f aupanel
    gcc -m32 -o aupanel aupanel.o -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/lib   ../../../lib/audio/libaudio.a -lXt -lSM -lICE -lXext -lX11 -lm ../../../clients/audio/widgets/libwidgets.a -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aupanel'
    making all in clients/audio/auplay...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auplay'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auplay'
    making all in clients/audio/aurecord...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/aurecord'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/aurecord'
    making all in clients/audio/autool...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/autool'
    gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing    -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                        -DFUNCPROTO=15 -DNARROWPROTO       -c -o audiotool.o audiotool.c
    rm -f autool
    gcc -m32 -o autool audiotool.o -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/lib   ../../../lib/audio/libaudio.a -lXt -lSM -lICE -lXext -lX11 -lm ../../../clients/audio/widgets/libwidgets.a -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/autool'
    making all in clients/audio/auwave...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auwave'
    gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing    -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                        -DFUNCPROTO=15 -DNARROWPROTO       -c -o auwave.o auwave.c
    rm -f auwave
    gcc -m32 -o auwave auwave.o -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/lib   ../../../lib/audio/libaudio.a -lXt -lSM -lICE -lXext -lX11 -lm ../../../clients/audio/widgets/libwidgets.a -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auwave'
    making all in clients/audio/auphone...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auphone'
    gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing    -I../../../clients/audio/widgets -I../../../include -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                        -DFUNCPROTO=15 -DNARROWPROTO       -c -o auphone.o auphone.c
    rm -f auphone
    gcc -m32 -o auphone auphone.o rings.o -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/lib   ../../../lib/audio/libaudio.a -lXt -lSM -lICE -lXext -lX11 -lm ../../../clients/audio/widgets/libwidgets.a -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auphone'
    making all in clients/audio/auscope...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/auscope'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/auscope'
    making all in clients/audio/util...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/util'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/util'
    making all in clients/audio/examples...
    make[4]: Entering directory `/home/al/nas-1.8/clients/audio/examples'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/clients/audio/examples'
    make[3]: Leaving directory `/home/al/nas-1.8/clients/audio'
    make[2]: Leaving directory `/home/al/nas-1.8/clients'
    making all in ./doc...
    make[2]: Entering directory `/home/al/nas-1.8/doc'
    making all in doc/man...
    make[3]: Entering directory `/home/al/nas-1.8/doc/man'
    making all in doc/man/lib...
    make[4]: Entering directory `/home/al/nas-1.8/doc/man/lib'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/al/nas-1.8/doc/man/lib'
    make[3]: Leaving directory `/home/al/nas-1.8/doc/man'
    make[2]: Leaving directory `/home/al/nas-1.8/doc'
    making all in ./config...
    make[2]: Entering directory `/home/al/nas-1.8/config'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/al/nas-1.8/config'
    make[1]: Leaving directory `/home/al/nas-1.8'
    Thu Aug 10 19:28:49 EEST 2006
    Build of Network Audio System complete
    [root@myhost nas-1.8]# make install
    installing in ./include...
    make[1]: Entering directory `/home/al/nas-1.8/include'
    installing in include/audio...
    make[2]: Entering directory `/home/al/nas-1.8/include/audio'
    + install -c -m 0444 Afuncproto.h /usr/include/audio
    + install -c -m 0444 Afuncs.h /usr/include/audio
    + install -c -m 0444 Amd.h /usr/include/audio
    + install -c -m 0444 Aos.h /usr/include/audio
    + install -c -m 0444 Aosdefs.h /usr/include/audio
    + install -c -m 0444 Aproto.h /usr/include/audio
    + install -c -m 0444 audio.h /usr/include/audio
    + install -c -m 0444 Alibint.h /usr/include/audio
    + install -c -m 0444 Alibnet.h /usr/include/audio
    + install -c -m 0444 audiolib.h /usr/include/audio
    + install -c -m 0444 audioutil.h /usr/include/audio
    + install -c -m 0444 snd.h /usr/include/audio
    + install -c -m 0444 wave.h /usr/include/audio
    + install -c -m 0444 voc.h /usr/include/audio
    + install -c -m 0444 aiff.h /usr/include/audio
    + install -c -m 0444 sound.h /usr/include/audio
    + install -c -m 0444 soundlib.h /usr/include/audio
    + install -c -m 0444 fileutil.h /usr/include/audio
    + install -c -m 0444 8svx.h /usr/include/audio
    + install -c -m 0444 Astreams.h /usr/include/audio
    + install -c -m 0444 audio.h /usr/include/audio
    install in include/audio done
    make[2]: Leaving directory `/home/al/nas-1.8/include/audio'
    make[1]: Leaving directory `/home/al/nas-1.8/include'
    installing in ./server...
    make[1]: Entering directory `/home/al/nas-1.8/server'
    making all in server/dia...
    make[2]: Entering directory `/home/al/nas-1.8/server/dia'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/al/nas-1.8/server/dia'
    making all in server/os...
    make[2]: Entering directory `/home/al/nas-1.8/server/os'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/al/nas-1.8/server/os'
    making all in server/dda/voxware...
    make[2]: Entering directory `/home/al/nas-1.8/server/dda/voxware'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/al/nas-1.8/server/dda/voxware'
    install -c   nasd /usr/bin/nasd
    + install -c nasd /usr/bin
    install -c -m 0444 nasd.conf.eg /etc/nas//nasd.conf.eg
    installing in server/dia...
    make[2]: Entering directory `/home/al/nas-1.8/server/dia'
    install in server/dia done
    make[2]: Leaving directory `/home/al/nas-1.8/server/dia'
    installing in server/os...
    make[2]: Entering directory `/home/al/nas-1.8/server/os'
    install in server/os done
    make[2]: Leaving directory `/home/al/nas-1.8/server/os'
    installing in server/dda/voxware...
    make[2]: Entering directory `/home/al/nas-1.8/server/dda/voxware'
    install in server/dda/voxware done
    make[2]: Leaving directory `/home/al/nas-1.8/server/dda/voxware'
    make[1]: Leaving directory `/home/al/nas-1.8/server'
    installing in ./lib...
    make[1]: Entering directory `/home/al/nas-1.8/lib'
    installing in lib/audio...
    make[2]: Entering directory `/home/al/nas-1.8/lib/audio'
    + install -c -m 0444 Alibint.h /usr/include/audio
    + install -c -m 0444 Alibnet.h /usr/include/audio
    + install -c -m 0444 Xtutil.h /usr/include/audio
    + install -c -m 0444 audiolib.h /usr/include/audio
    + install -c -m 0444 audioutil.h /usr/include/audio
    + install -c -m 0444 snd.h /usr/include/audio
    + install -c -m 0444 wave.h /usr/include/audio
    + install -c -m 0444 voc.h /usr/include/audio
    + install -c -m 0444 aiff.h /usr/include/audio
    + install -c -m 0444 sound.h /usr/include/audio
    + install -c -m 0444 soundlib.h /usr/include/audio
    + install -c -m 0444 fileutil.h /usr/include/audio
    + install -c -m 0444 8svx.h /usr/include/audio
    + install -c -m 0444 Astreams.h /usr/include/audio
    + install -c -m 0444 audio.h

  • My IPOD 7th Generation is not compatible with my cars audio system. I had the IPOD nano 4th generation earlier and it was perfectly working on my car audio system. Is there any way i can make the IPOD Nano 7th generation compatible with my car audio syste

    My IPOD 7th Generation is not compatible with my cars audio system. I had the IPOD nano 4th generation earlier and it was perfectly working on my car audio system. Is there any way i can make the IPOD Nano 7th generation compatible with my car audio system?

    I am assuming you are using the Lightning to 30 pint adapter and it is not working?

  • Noob needs help with Logic and Motu live setup.

    Hello everyone,
    I'm a noob / semi noob who could use some help with a live setup using 2 MOTU 896HD's and Logic on a Mac.
    Here's the scenario:
    I teach an outdoor marching percussion section (a drumline and a front ensemble of marimbas and vibes). We have an amazing setup of live sound to amplify and enhance the mallet percussion. There is a yamaha PA system with 2 subs and 2 mains which are routed through a rack unit that processes the overall PA balance. I'm pretty sure that the unit is supposed to avoid feedback and do an overall cross-over EQ of the sound. Other then that unit, we have 2 motu896hd units which are routed via fire-wire. I also have a coax cable routing the output of the secondary box to the input of the primary box (digital i/o which converts to ADAT in (i think?)..?
    Here's the confusion:
    There are more then 8 inputs being used from the ensemble itself, so I need the 16 available inputs to be available in Logic. I was lead to believe that the 2nd motu unit would have to be sent digitally to the 1st motu unit via coax digital i/o. Once in Logic, however, I cannot find the signal or any input at all past the 8th input (of the 1st unit).
    Here's the goal:
    All of my performers and inputs routed via firewire into a Mac Mini running OSX and Logic pro.
    I want to be able to use MainStage and run different patches of effects / virt. instruments for a midi controller keyboard / etc.
    I want to be able to EQ and balance the ensemble via Logic.
    Here's another question:
    How much latency will I be dealing with? Would a mac mini with 4gb of ram be able to handle this load? With percussion, I obviously want the sound as latency free as possible. I also, however, want the flexibility of sound enhancement / modification that comes with Logic and the motu896hd units.
    Any help would be REALLY appreciated. I need the routing assistance along with some direction as to whether or not this will work for this type of application. I'm pretty certain it does, as I have spoken with some other teachers in similar venues and they have been doing similar things using mac mini's / logic / mainstage / etc.
    Thanks in advance,
    Chris

    You'll definitely want to read the manual to make sure the 896HDs are connected together properly. ADAT is a little tricky, it's not just a matter of cabling them together. Go to motunation.com if you need more guidance on connecting multiple devices. Beyond that initial hookup, here are a couple of quick suggestions:
    1. Open CueMix and see if both devices are reported there. If not, your connections aren't correct. Be sure to select 44.1kHz as your sample rate, otherwise you are reducing the number of additional channels. For instance at 88.2kHz you would get half the additional channels via ADAT.
    2. You may need to create an aggregate device for the MacBook to recognize more than the first 896HD. Lots of help on this forum for how to do that. Again, first make sure you have the 896HDs connected together properly.
    3. As for latency with Mainstage on the Mini, no way to know until you try it. Generally MOTU is fantastic for low latency work but Mainstage is a question mark for a lot of users right now. If the Mini can't cut the mustard, you have a great excuse to upgrade to a MacBook Pro.

  • Helping Picking a Home Audio System for Christmas Gift!

    I'm looking for a home audio system for a user that has a ps3 (so a dvd player is not needed), is HDMI compatible, probably a 5.1 system (?), and if possible to be priced between $200-$300. Anyone have any suggestions?
    Message Edited by mal on 12-09-2008 08:23 PM

    Unfortunately, you will need to spend more than that or buy a used one.
    This is about the cheapest, entry-level HTIB you can probably find http://hometheatermag.com/hometheaterinabox/607onksr800/
    I do not work for Best Buy and am not affiliated with them in any way. I like HT and want to help people improve their HT experience. "There is a LOT more than just having a TV to make a home theater"

  • Help with front panel audio on K9N board.

    Okay, I admit I'm a bit of a moron with front panel audio but I just can't figure out how to configure this board with my case.  Here are the pins:
    Case:
    Mic In
    Mic Bias
    SpeakOut L
    Return L
    SpeakOut R
    Return R
    Ground
    Motherboard:
    PIN    SIGNAL                  DESCRIPTION    
    1    PORT 1L                  Analog Port 1 -Left channel    
    2    GND                  Ground    
    3    PORT 1R                  Analog Port 1 -Right channel    
    4    PRESENCE#     Active low signal -signals BIOS that a High Definition Audio dongle is connected to the analog header. PRESENCE# = 0 when a High Definition Audio dongle is connected.    
    5    PORT 2R                  Analog Port 2 -Right channel    
    6    SENSE1_RETIRN     Jack detection return from frontpanel JACK1    
    7    SENSE_SEND     Jack detectionsenselinefrom the High Definition Audio CODEC jack detection resistor network    
    8    KEY                  ConnectorKey    
    9    PORT 2L                  Analog Port 2 -Left channel    
    10    SENSE2_RETIRN     Jack detection return from frontpanel JACK2    
    I haven't been able to make any sense of the two, so if anyone here can help, I would appreciate it very much.

    Quote from: crazy on 09-June-06, 15:51:46
    You may tell us more information about your mainboard, please give us the detailed name of your mainboard. :D  Then there will be more users could give some suggestions.
    Sorry, there aren't that many K9N boards out there, but mine is the K9N Platinum MS7250 Version 1.0.  It's the AM2 non-SLI nVidia nForce 570 Chipset model.
    Thanks for any help.

  • Help with 5.1 Audio Out via TosLink Optical Cable

    My Mac mini is connected a Vizio 5.1 sound bar with a TosLink optical cable. In the Sound preference pane, the name of the device for sound output is "Digital Out". However, when I go into Audio Midi Setup, the Built-In Output shows "0 in/2 out", and if I click the Configure Speakers button, I only have the option to choose "Stereo" from the Multichannel pull-down menu (regardless of the Format I choose).
    Why doesn't my Mac mini recognize my sound bar as a surround sound-capable device and send it a 5.1 audio signal?

    I'm not sure I completely understand the solution described in your link, but I followed the instructions and it did not solve my problem. I think one issue is that I'm not given the option in the Format pull-down menu to select anything other than 2-channel audio.

  • Can someone help with a networking problem?

    Here's a situation I need some help with:
    I live in a semi-detached house. My neighbour has broadband, I don't. The phone company (BT) has said it would cost too much to install another line to enable me to have broadband, and would involve digging up the road and the garden, which they're not prepared to do.
    However, someone at work has suggested that I approach my neighbour and ask if I could 'share' their broadband connection and in return pay a contribution to their monthly costs.
    For this, I believe, I would need to buy a router, plus something to make my Mac 'wireless'.
    Now, I consider myself Mac-savvy, but when it coms to wireless stuff I confess I know very little! So if someone could explain in simple terms what I would need to buy and approx costs I be very grateful!
    I have a G5, and I believe my neighbour is a PC user.
    Also, can someone explain how the whole 'share' thing works? Does my neighbour have to have their computer on all the time? Do I need to sign up with an ISP? Will having two computers accessing one line slow it down significantly?
    Many thanks,
    Andy

    Hi Andy, before going too far down the 'sharing' route I would rattle some cages chez BT. If your neighbour has broadband then you and they are within a hair's breadth (line length speaking) of the same distance to the exchange. If they have enabled BB next door, why can't they enable BB for you without the hassle? I live on a mobile home site in the back of beyond in Devon and when I upgraded from dial-up to BB, and then to 1 meg there was no problem. There was a two week hiatus while BT did their stuff 'on the line' but it all went without a hitch. Er...I take it you do have an exclusive landline?
    However, if the situation re the line is as per, then the simplest way (to obviate any wifi interference issues) would be for you or neighbour to route an ethernet cable through walls/window frames from your Mac to a router on their side of the wall. (Approx £30?) This would be connected to their phone line. Their PC would also plug into the router. (Which they may already have if they're on BB, though they may have a nasty USB BB modem &nbsp:&nbsp: No good for what you want.
    If you/they don't want the 'hardwire' option then first you have to wifi enable your Mac if it is not already. Not sure of the costs but check on the Apple website for 'Airport Extreme Card'. Don't go the wifi USB dongle route, apparently they are not VG, though I've no personal experience. You would then have to get a wifi router modem (from £40 I think, it's a long time since I've looked, my Belkin has been virtually faultless) which would sit on their side of the wall plugged into the BT socket. Their PC would either plug into that or connect wirelessly with it, as is their wont. That's basically it, but there could still be interference issues, eg, two households with microwaves, cordless phones; intervening walls, bookcases, filing cabinets etc., etc.,
    If done via either of the above, then no, your neighbour doesn't have to have their PC on all the time, if ever.
    You don't have to sign up with an ISP, it would have to be a 'gentleman's agreement' that you bung him £x pm for your share. He is already paying his ISP.
    In practice, sharing would only slow down large downloads.If you were each downloading a large file at the same time then you would be sharing the bandwidth, so your respective files would download at half the speed than they would otherwise. If you are each surfing and if you both 'clicked' at the same time then, yes, he might think, "Wish I hadn't said yes to Andy, this page is taking ages". I don't really think anyone would notice though unless he was surfing at the same time as you were downloading something big, or vice versa.
    I hope the above is some help but I would have a word with the neighbour first and sound them out, after rattling BT that is...
    Come back here if you want more help.
    Good luck!
    Adrian

  • Need help with Apple TV + Airport Express setup

    I am newbie to this whole Apple thing. Just switched from Windows world (20+ years of torture) to MacBook Pro about 6 months ago. Loving every minute of it.
    Here's what I currently have...
    I have a 4000+ sq.ft. home with 3 levels on a 1-acre lot. I have 5 zones for music/movies - 7.1 dedicated Home Theater (lower level), 5.1 HT system for casual TV watching in Family Room, 2.1 system (music only) in my Home Office, 2.1 system (music only) in my Master Bedroom, 5.1 HTiB in Kids Bedroom. All systems have dedicated AVRs/Speakers/Subs (Denon, Harmon Kardon, Yamaha, Polk, Energy, Klipsch etc.).
    I have 2 MacBook Pros and 2 Windows Laptops. I have AirportExtreme running a wireless network throughout the house. I have NAS attached to AE. I use iTunes to manage all my media content. I also have a iPhone 3G.
    I have ripped all my CDs in Apple Lossless format into iTunes. I listen to free internet radio stations (NO Napster, Raphsody or other subscription-based services). Sometimes watch/listen free video/audio podcasts. I do NOT rent or buy movies/music via iTunes or any other source (just buy old-fashioned CDs/DVDs when neeeded).
    Here's what I want to accomplish...
    1. Ability to "wirelessly" stream media to any or all zones.
    2. Central, easy to use controller for all systems.
    3. Should be able to accomplish this functionality without having to keep PC/Mac running.
    Ques 1: I have considered Sonos option, but it can't do video content. So, I guess my options are Apple TV + 5 Airport Expresses. Is that correct? Will I be able to accomplish my goal with this setup? Anything I need to be aware of, e.g, network connectivity/slowdown issues, system reliability issues, ease-of-use etc.?
    Ques 2: One of the major benefits of Sonos system is the ability to play different music in different zones. From what I understand, this is NOT possible with AppleTV + AirportExpress + iTunes setup. Is that correct?
    What if I have iTunes running on 2 separate laptops. Can one laptop play it's own playlist via AirExp-1 and the other laptop play a different playlist via AirExp-2 & AirExp-3? Is this possible? If yes, then I guess this may "simulate" the zoning effect of Sonos (albeit thru 2 separate controllers; but it works for my needs).
    Ques 3: I have a MobileMe account to keep my MBP and iPhone in sync. I have lot of Photo Albums in MobileMe Gallery and also in iPhoto on my MBP. How can this me viewed via AppleTV? Would I have to move my iPhoto from MBP to AppleTV HDD?
    Ques 4: Currently my iTunes library resides on my MBP. Is there any benefit of putting it on AppleTV HDD?
    Ques 5: Can AppleTV HDD be used as backup drive for Time Machine. Currently, I have no choice but to buy Apple Time Capsule to use as wireless backup drive for my MBP; I can't use my NAS for this purpose (From what I've read on forums, I think Apple removed this functionality).
    Any input is greatly appreciated. Thank you all.

    >and Verizon Fios w/ 50mg upload and 25 mg download.
    Your internet connection is not relevant this is all runnig across your home network.
    >- I want to be able to backup all of my photos, movies and music
    Time Machine on MacOS will will already take care of this for you.
    >- I want to store all of my movies on a separate devise that wont clog up my mac book pro
    So put then do that.  You said you have two external drives. (As long as they both have network support)  Put the content on one of them and make the other one the back up.
    > (ideally I would like a wireless connection)
    While technically possible not a great idea.  Streaming video over WiFi is usally problemattic and so are large scale data set backups.
    >- I want to be able to watch those stored movies through ATV (via itunes)
    Only going to work when your Mac is on with iTunes running, but can be done.

  • Can you help with Tcode to fill this SETUP table? not working for me.

    Hi,
    For the datasource 2LIS_11_VASCL (SD Sales: Schedule Line Item), I need to fill the Setup Tables via OLI*BW
    I understand the * to be the application number, which in this case it is 11 but I get a message that OLI11BW does not exist.
    1. Can you  help me with the tcode to fill the setup table for 2LIS_11_VASCL?
    2. Since there are several datasources with the same application number 11, how do I fill only 2LIS_11_VASCL without filling the others:
    2LIS_11_VAHDR                     Sales Document Header Data
    2LIS_11_VAITM                     Sales Document Item Data
    2LIS_11_VAKON                     Sales Document Condition
    2LIS_11_VASCL                     Sales Document Schedule Line
    2LIS_11_VASTH                     Sales Document Header Status
    2LIS_11_VASTI                     Sales Document Item Status
    2LIS_11_V_ITM                     Sales-Shipping Allocation Item Data
    2LIS_11_V_SCL                     Sales-Shipping Allocation Schedule Line
    2LIS_11_V_SSL                     Sales Document Order Delivery
    Thanks

    Ok,
    I tried that and it basically bring you to OLI7BW as suggested above.
    1. At this point, how do you know which of these it is actually filling:
    2LIS_11_VAHDR Sales Document Header Data
    2LIS_11_VAITM Sales Document Item Data
    2LIS_11_VAKON Sales Document Condition
    2LIS_11_VASCL Sales Document Schedule Line
    2LIS_11_VASTH Sales Document Header Status
    2LIS_11_VASTI Sales Document Item Status
    2LIS_11_V_ITM Sales-Shipping Allocation Item Data
    2LIS_11_V_SCL Sales-Shipping Allocation Schedule Line
    2LIS_11_V_SSL Sales Document Order Delivery
    2. Also, what does it mean when after running OLI7BW wide, with no restriction on my system, still rsa3 shows no records for 2LIS_11_V_SCL?
    Any other way to confirm that there may not be any data in 2LIS_11_V_SCL?
    Or any way, to make an entry which reflect in 2LIS_11_V_SCL so that I can verify if OLI7BW actually fills the setup table?
    Thanks

  • Help with NAS Remote Access

    Here's what I have:
    Synology DS212J
    Airport Extreme Base Station Gen 4 running latest firmware
    Running Lion
    Here's what I have done:
    Changed NAS to use Manual Configuration. IP set to: 10.0.1.14 (after reading some forums here and there I have now changed this to 10.0.1.202 (to be outside the range of DCHP address)
    In Airport Extreme I have configured Port Forwarding for port 80 and 7000 entering the private ip of the NAS 10.0.1.14 and now 10.0.1.202 and filled in the TCP ports with the appropriate port, restarted router.
    After reading more posts in the forums I checked the NAS and my Mac Firewalls. Nothing...not turned on. I have since gone back into the NAS Firewall settings after reading a post to allow access for Photostation, File station...just in case it makes a differnece
    Obtained a static IP from my ISP - ISP does not block any ports
    Canyouseeme.org always gives a Timed out message when I try and check port forwarding
    Everything works perfect on LAN...just remote I can't seem to get.  Some nice iphone apps I'd like to use remotely and use my Air to access when away from home.
    Questions:
    Is it necessary to also configure a Static IP on my Airport Extreme...I haven't as my understanding is that only the DS needs one?  If I do could some kindly step this out for me?
    I have previously changed some settings in my router for unblock-us http://support.unblock-us.com/customer/ ... 27...could this be the problem?
    Thanks to anyone that might be able to help. I can post screen shots also or could send privately! I have noted that you must be at an outside computer to test access and of course tried that as well...but understand Canyouseeme.org should still say it can see the open port when I test from my network? I also have a DDNS and everything there shows Normal.
    Hoping for something obvious and stupid on my part that someone can point out!

    so if i understand correctly this should work?
    WAN IP 208.160.90.22
    router ip address 192.168.1.1
    camera ip 192.168.1.200
    to access the camera i would type in http://208.160.90.22:1024
    thanks greatly!  i'm trying to use this camera to monitor a boiler to make sure it's operating in this cold weather we are having...

  • Desperately need help with a networked printer and SMB sharing for windows

    Complete xServ newbie here. I'm a windows/novell admin, with limited experience in Unix and Linux.
    Against my advice, a client of mine that owns a small office of 20 people bought an XServG5 to act as a server for 20 mixed Windows PCs. File sharing services are working fine. I've created the users, set up groups and rights - that's all good.
    I cannot get an SMB shared printer to work from the windows machines. They run through the network printer install just fine, it shows up online, etc. However, when print jobs are submitted they DO show up in the printer queue on the server, sit there for a while, and then get moved to the completed box.
    They never print. There's not any indication that the job is even submitted to the printer. I can print to the printer just fine from the server itself, but the windows clients don't work, but they don't return an error message.
    Print services are running on the server, I've configured the printer name to be less than 12 characters for the share, and indeed it does pop right up during the "add network printer" routine.
    Ideas? I'm not even sure what questions I'm supposed to be asking, such is my ignorance of the OS. I do know that I followed the documentation to a T, and according to Apple this should work.
    Thanks in advance for the help. I'm extremely frustrated.

    We have the same problem. Our printer worked for about 2 years but failed similar to yours after a system update.
    Can you go into the Windows service, Logs, Printer Service. Copy and paste the log here. What I am looking for is a line like lpr: CANNOTCONNECTCLIENT or something similar to this.
    What I expect is that you have a problem where the cups defined printer is not usable. We can't get our problem fixed either - but am just curious if you have the same thing. We reloaded our server, applied all of the update and still cannot get it to work.
    Again, I think it stems from the update.

Maybe you are looking for