On Sun, Dec 03, 2000 at 03:39:12AM -0600, Sam TH wrote:
> On Sun, Dec 03, 2000 at 01:26:28AM -0800, Greg Stein wrote:
> > 
> > Looks like Ryan is offline, so I'll go and commit the isascii fix. I'm not
> > sure on the include header stuff, though, so I'm going to pass that one up.
> 
> Well, if you look at socket.c, it really does include sa_common.c, but
> you're welcome to wait.

Euh... I see sockaddr.c containing:

#include "../unix/sa_common.c"

That should be fine without the additional -I, right?

Now... there is also a #include "networkio.h" in that same section. But the
Makefile.in contains:

OSDIR=$(INCDIR)/arch/@OSDIR@
DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR)

In the above code, DEFOSDIR should point to ../../include/arch/unix. That
should allow the include of networkio.h to work properly. Is that line
translating / getting substituted properly in your Makefile?

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

Reply via email to