Subject: Re: problems building nas
To: Hisashi T Fujinaka <htodd@twofifty.com>
From: Mark Davies <mark@mcs.vuw.ac.nz>
List: tech-pkg
Date: 04/09/2005 10:13:32
On Friday 08 April 2005 12:24, Hisashi T Fujinaka wrote:
> It clears that up, but I get all sorts of errors like:
>
> cc -c    -I../../include -I/include  -I/usr/pkg/xorg/include -DCSRG_BASED 
> -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API
> -DXNO_MTSAFE_PWDAPI -DBSD44SOCKETS  -O2   AlibAsync.c -o
> unshared/AlibAsync.o AlibAsync.c:43:27: audio/Alibint.h: No such file or
> directory
> AlibAsync.c:44:23: audio/Aos.h: No such file or directory
> AlibAsync.c:48: error: parse error before "_AuAsyncErrorHandler"

There is something very odd going on with your build.  The "-I../../include" 
should be picking up those include files.  I also note the "-I/include" above 
which suggests some variable such as $PREFIX isn't set.

I've tried building this with both the xsrc X tree and also xorg (like you) 
and had no problem.

cheers
mark