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.

Similar Messages

  • 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)

  • 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

  • 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

  • Anyone else had issues with phone network being unavailable on iPhone 4 since updating to iOS 5.0.1? My iPhone 4 is continually searching for a network and does not find my provider. I swapped SIMs with another iPhone 4 on ios 4 to confirm device problem.

    Has anyone else had issues with phone network being unavailable on iPhone 4 since updating to iOS 5.0.1? My iPhone 4 is continually searching for a network and does not find AT&T, my provider. I swapped SIM cards with another iPhone 4 running ios 4 and established this is a device problem, not a SIM card problem.

    Does the device get any signal? 
    Sounds like the device may have had a hardware failure.  If it is out of warranty, the only option is the Out of Warranty replacement.
    AppleCare is only an option if it is still under the original warranty.

  • Image Ultra Builder 3.x issue with T61 Network Driver load

    Hello,
    I am having issues with a Network deployment of an image on a T61 (7659-12U) During the intial boot up phase with the Network Boot disk that was created from IUB, I receive and error 1231 - The Network Location cannot be reached..  I am currently using IUB for deployment of A31, T40/42 as well as the T60 model line. None of these loads are having the problem.
    Any help on this would be very much appreciated.
    Thank-you in advance.
    Ed

    Hi,
    IUB 4.01 is using WINPE 2.0<Vista based> and IUB 3.1 was using WINPE 1.0/1.1<XP Based>.
    This has nothing to do with the actual image deployment. It's just that the WINPE looks more like
    Vista. And this is why the method changed after you updated from 3.0/3.1 to 4.00/4.01.
    To answer your questions from before:
    1) Does updating IUB to version 4.01 still allow me to deploy Windows XP ?
    Yes, it's still supported and possible.
    2) Where on the boot CD should the new driver files be located. I took this to be PREBOOT\DRIVERS ?
    As the new IUB is using WINPE 2.0, the best location for the NIC drivers is the file :
    tvtos\winpe.wim
    However, this is my advice.!
    For my Image deployment I'm no longer using the CD for network deployment. I'm using USB key which gives me more options for the image deployment and the automatization of the deployment process.
    However, if you want to use CD for network deployment, then you can do it in following way.
    !!!NOTE: this is not the offical way, nor the supported way, but trust me, that it's working like charm !!!
    - go to your repository location %repositorylocation%\modules
    - find the file called "Z633003A.TVT" and open it using your fav zip application
    - after you open this file, go to following location: tvtos\
    - extract the "winpe.wim" and using WAIK unmount this file and add the NIC drivers into this .wim file
    - after all the drivers are in the winpe.wim file, just copy it back to the "Z633003A.TVT" file and create a new Deployment CD
    How to add NIC driver using WAIK:
    This is prety easy step, but for more info, check following link:
    http://www.svrops.com/svrops/articles/winvistape2.htm
    As I described earlier, I'm using USB key for Network image deployment, so I have not done it this way, but I have done it a bit simplier.
    Here are my steps:
    - created a Distribution USB key <suing the same method, that you are using when you create a Network deployment CD, but instead of a CD I select my USB key>
    - once the USB key was created successfully I unmount the "tvtos\winpe.wim" file and add all the NIC dirvers into it
    This is all that I have done.
    Yes, of course there are couple other steps, that I do, like modifying the BCD file, adding other WINPE files, diagnostics and other deployment tools, however, this is not realy a part of IUB, I'm using it for my WDS server and other deployment tools, that I need to use. If you know, what I mean, then you surely understand, that it's a live safer to have everything on one USB key, then on multiple CD where I need to search throught all of then to find the correct CD.
    Let me know, whether this method is more suitable for you.
    As described above, this is not the realy official/supported way, but it's working for sure.
    Rgrds 

  • Complaint: Issue with the Network

    Facing issue with the Network for most of the time and sometimes even Data for both 3G and 2G.
    My service provider was BSNL, Hyderabad, AP, India-50016
    I have check even with my service provider from there they don't have any issue..
    But the same works with my old BB8520 and others.
    Please can you help me?
    BBZ3-STJ100-1 OS V10.2.1.3247

    Is it h+ or H+?
    I've had similar issues when my sim card was bad. I had cut it down to micro sim size and it worked fine for a month. Then it stopped working in the Z10 but worked in my 9810. Try having your carrier replace your sim card.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Z40-70 compatibility issue with your power management system

    I noticed today that the Action Center says "Compatibility issue with your power management system." The description underneath is: Your power management system isn't working peoperly because a compatible driver is not available for this version of Windows. When I click on View message details it just says "Your computer was unable to download the solution at this time. Check to make sure your computer is connected to the Internet, and then try to download the solution again later." All power related functionalities however seem to be working. Battery is charging; battery percentage is showing; I can adjust screen brightness. I am not sure when exactly this problem started but it defenitely was not there before. Tried downloading and fixing the Power Management Software and updating BIOS. Still have the same message. System: Windows 8.1 64-bit 

    What model do you have? Can you post your MTM or model name?
    Sometimes these messages are a false alarm.

  • Yoga 2 pro / win8.1 - "Compatibility issue with your power management system"

     Hi,
    After downgrading form win10 back to 8.1 due to endless driver malfunction and a significant decrease in overall performance, I got this message in windows action center: “Compatibility issue with your power management system”. When I click on it it says: This solution could not be downloaded
    Most likely causes:
    • Your computer was unable to download the solution at this time. Check to make sure your computer is connected to the Internet, and then try to download the solution again later. As you can see, my internet connection is fine. Does anyone know how to solve this? Thanks,
    Daniel

    Check if installing this helps you:
    http://download.lenovo.com/consumer/mobiles/em8.0.2.3.exe
    If you already did this, check if you can do this BIOS update as well:
    http://download.lenovo.com/consumer/mobiles/5ecn96ww.exe
    Let me know if it works.
    Jonas
    Microsoft MVP: Windows Consumer Expert
    Yoga Tablet 2 10 || ThinkPad X1 Carbon (20A7007MPH) || ThinkPad Helix (3698-6EU) || IdeaCentre B540
    Twitter: @jonashendrickx

  • 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?

  • MacBook Pro 15 Mid 2009 - Mac OSX 10.10.2 - Any issues with video lagging/audio lagging?

    Hello
    Current OS and System details below. Have started to experience audio and video lagging when browsing (not effecting audio on music)
    Have looked at some forums and it appears to be an issue with some later cards and Mac Book Pros
    Any one else experiencing issues? and if so are they resolved? and if so by what manner were they resolved?

    Since yo said "an issue with some later cards and Mac Book Pros" I would also post n the MacBook forum
    MacBook Pro

  • Issues with NAS, iPhoto, RAW file format, AEBSn, Leopard

    I think I've isolated it down to a networking stack issue with Leopard, but I was hoping I could get some more thoughts/advice. I don't want to downgrade to Tiger, but I may need to! Either that or host my iPhoto library locally.
    Scenario:
    My iPhoto library was messed up. Some albums were missing and it couldn't seem to find them. Rebuilding my library was giving me errors. So, I decided to start fresh. I created a new library and began importing files. I noticed that my RAW (.CR2) files were showing glitches in them! These were major glitches, like big squares of blue or yellow and distorted pictures. I checked the original pictures, those were fine. I checked the pictures in my new iPhoto library, those files are corrupted! Not the thumbnails, but the files themselves. I opened the file in Photoshop to verify. Yup, busted.
    Attempted Solution:
    I tried downgrading to iPhoto 7.0 from 7.1.1, thinking that that might be the problem. Still having issues with the RAW files. Do I need to downgrade to iPhoto 6? I can't believe that's the answer. Even in iPhoto 7.0, the problem persists.
    Now here's the interesting thing: not all files are broken. Some files work, others don't. Some files are imported without glitches some of the time; reimporting them results in a glitch. That suggests to me that it's a networking problem.
    I'm using 802.11n to an AEBSn2 (gigabit), which has a ReadyNAS NV connected to it by gigabit ethernet. I don't think it's a hardware network thing since everything seemed to work in Tiger.. I think it's a way that Leopard handles the networking stack. Didn't they revise the underlying network stuff for Leopard?
    Help!

    Are you able to switch to 11g? I heard that helps for some people. I haven't tried it yet. Right now, I have about 7500 photos, so I want to copy everything and back it up. Once I get it backed up, I'm going to try other solutions, but it may be a few days before I get anything tested.

  • Any known issues with Unicode apps in System 9 Analytic Services ?

    We have installed System 9.2.0.2 Analytic Services on an AIX server. It was installed as a non-Unicode server. I am exploring enabling the server for Unicode, and then setting non-ASO apps to Unicode enabled. We don't need multi-lingual features, but we would like to be able to have calc scripts, report scripts, and load rules with names more than 8 characters long.<BR><BR>Apparently, during the planning for upgrading to System 9, a consultant advised against setting Unicode on. But no specifics were given on why he advised against it.<BR><BR>Is anyone aware of any downsides to Unicode enabled ? I know that ASO apps can't use it, but the server is supposed to support having some apps running in Unicode mode and others not. It's understood that if you have a Unicode app, and it needs to switch to ASO, that any long names would require name changes.<BR><BR>The thing I'm wondering is why that consultant said that, so I wonder if anyone knows of issues.<BR><BR>If no issues are known, than can anyone who is running Unicode mode in System 9.2 speak up and tell me that they are doing fine with no issues ?

    We have installed System 9.2.0.2 Analytic Services on an AIX server. It was installed as a non-Unicode server. I am exploring enabling the server for Unicode, and then setting non-ASO apps to Unicode enabled. We don't need multi-lingual features, but we would like to be able to have calc scripts, report scripts, and load rules with names more than 8 characters long.<BR><BR>Apparently, during the planning for upgrading to System 9, a consultant advised against setting Unicode on. But no specifics were given on why he advised against it.<BR><BR>Is anyone aware of any downsides to Unicode enabled ? I know that ASO apps can't use it, but the server is supposed to support having some apps running in Unicode mode and others not. It's understood that if you have a Unicode app, and it needs to switch to ASO, that any long names would require name changes.<BR><BR>The thing I'm wondering is why that consultant said that, so I wonder if anyone knows of issues.<BR><BR>If no issues are known, than can anyone who is running Unicode mode in System 9.2 speak up and tell me that they are doing fine with no issues ?

  • QSIG issue with accessing a Voice System on a Meridian

    I have a Voice Gateway (2551) connecting a Meridian with the Cisco IP Telephony setup. The Callmanager is connected with QSIG to the Meridian.
    Basic call feature work fine. But i do have problems with accessing the Voicemail System on the meridian. Accessing the own Voicemailbox is also fine.(Accessing from 1111 on the Voice System (5959) the Voicebox of 1111) If i now forward the calls on 1111 to the Voice System and i make a call from 2222 to 1111 i will get to the voicemail system but not to the voicebox of 1111. Seams to me that the Voice System needs more information about 1111. On the QSIG Trunk i am sending the 1111 as the redirecting number along. Does somebody expirience such issues?
    Are there settings to change on the callmanager or on the meridian side? Also the MWI works fine.
    Thanks for any help on this issue. Regards
    Roger

    Hi,
    i do not know about the batches on the meridian side but i could find it out. i am only responsible for the cisco ip telefony side and i do not really know the meridian side. i'm working together with a technician who is doing the meridian side.
    How can i find out which batches are needed and what is the impact to install them?
    And what did you mean with little flaky...is it not supporting qsig the way it should?
    Regards
    Roger

  • Issues with 'Mute' in Audio Track

    Hi All
    1. Using Premiere Pro CC (Fully Up to Date)
    Was wondering if I could get assistance with what I believe is an issue with the Mute Button in an Audio Track. Firstly my understanding is that, if I use the 'Mute' button either in the Audio Mixer or the icon in the Timeline to mute a clip or track, it is only a temporary action and once you uncheck mute the track reverts back to it state before the Mute.ie normal audio. I have been doing some voice overs directly into the timeline using a USB Microphone / Headset and on those occasions have gone through the steps of Arming, Solo (The Voice Over Track) and then record. I am not sure if this is related but just included to give a background. When checking the levels and doing a bit of fine tuning I find the following issue. As the play head  moves along the timeline if goes into a Mute condition and also appear in the Audio Mixer as Mute. It is though it is seeing a 'key frame' that tells it to mute at that point, hence my earlier question regarding (when Mute, is it temporary). I immediately uncheck Mute but when I recheck over that area of the video it is On/Off On /Off. I have tried to see if there are 'key frames / markers that indicate start and end of "Mute' in that Audio track but no luck.
    Am I correct in the assumption that mute is a temporary action and should not be a permanent action at that point, or have I done something to create this issue.
    Thanks for any advise.

    I just read some related threads and I am beginning to suspect the action of the 'Solo' function could be causing the issue. I can not say for certain but I did some other VO in another sequence in the same project and only used the 'Mute" in the other tracks, not using  Solo didn't seem to have this issue. Then I did a bit of reading in an earlier CS3 manual that advised using 'Solo' now I seem to have this issue. I totally agree have tried different audio, removing area of offending audio but still comes back??????

Maybe you are looking for

  • Problem with daisy chaining HDDs and Time Machine

    I have purchased 2 WD My Passport Studio FireWire 2TB HDDs which I have daisy chained to my MacBook Pro.  One I have assigned to be the Time Machine backup the other as an additional data drive.  Both are formatted for Mac OS Extended (Journaled).  I

  • Rendering the PDF page to Bitmap object using Acrobat SDK DrawEx() or CopyToClipboard()

    I am trying to find whether each page in PDF document is color or monochrome. For doing this I am rendering the PDF page to Bitmap object using Acrobat SDK DrawEx() or CopyToClipboard() Once after rendering the PDF page, I am using GetPixel() to read

  • Spry accordion default panel

    I want to set pages of a website so certain panels are already open as the default tab when a visitor selects the page. I have pasted this text after the existing script at the end of my document: <script type="text/javascript"> var acc8 = new Spry.W

  • Problem Processing HDR Pro in CS5

    When selecting my photos for HDR  processing from Bridge, by going to tools, Photoshop, Merge to HDR Pro and  making my adjustments there, everything seems normal. When I click on  "OK" and waiting, the photo comes up in PhotoShop as a completely bla

  • Zooming a loaded bitmap around the image center

    Hi, I try to zoom a loaded PNG where the center of the image stays at the middle of the stage. I don't know everyting I do leads me to a clip moving away from the center of the stage. What I do is zooming a clip that contains the clip that is loaded.