On Jun 19, John Robertson wrote:
> I recently tried to get network transparancy working with artsd, but have had
> no luck. Here is my configuration:
>
> Also, I tried to build arts-0.5.4 with the following in "config.h":
>
> #define HAVE_LIBAUDIONAS 1
>
> I get the following error:
> audioionas.cc:51:28: audio/audiolib.h: No such file or directory
You should have audio/audiolib.h and libaudio.so somewhere on your
disk, e.g. /usr/X11R6/include/audio/audiolib.h and
/usr/X11R6/lib/libaudio.so. If not install the devel rpm for nas.
If it resides in a special directory you should tell configure about
the include/library path:
./configure --with-extra-includes=/opt/nas/include --with-extra-libs=/opt/nas/lib
BTW, you shouldn't need to manually edit config.h, configure should
automatically detect nas and change config.h. Remove config.cache
before running configure.
Hope this helps,
Jochen