Re: bloody netatalk


Subject: Re: bloody netatalk
From: Nathaniel Irons (beppo@bumppo.net)
Date: Sat Oct 07 2000 - 10:27:26 MDT


On 10/7/00 at 2:08 AM, goo@radek.org (goo) wrote:

> bytesex.h is actually from the glibc stuff, but that doesn't matter.
> Just change the include from bytesex.h to endian.h. endian.h now
> contains all the stuff that used to be defined by bytesex.h.

All the abtract functionality, or the same functions?

By either changing the include from bytesex.h to endian.h (from within
endian.h, remember) or just deleting that line, I get a little further,
before both cases die with

--
gcc    -O2 -fsigned-char -I../../include   -DAPPLCNAME -DCRLF  \
    -D_PATH_AFPDDEFVOL=\"/usr/local/atalk/etc/AppleVolumes.default\" \
    -D_PATH_AFPDSYSVOL=\"/usr/local/atalk/etc/AppleVolumes.system\" \
    -DVERSION=\"`cat ../../VERSION`\" \
     -c main.c
main.c: In function `main':
main.c:255: `TIOCNOTTY' undeclared (first use in this function)
main.c:255: (Each undeclared identifier is reported only once
main.c:255: for each function it appears in.)
make[4]: *** [main.o] Error 1
make[4]: Leaving directory `/home/irons/src/netatalk-1.4b2/etc/afpd'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/irons/src/netatalk-1.4b2/etc/afpd'
make[2]: *** [afpd] Error 2
make[2]: Leaving directory `/home/irons/src/netatalk-1.4b2/etc'
make[1]: *** [../../etc] Error 2
make[1]: Leaving directory `/home/irons/src/netatalk-1.4b2/sys/linux'
make: *** [all] Error 2
--

Anybody got a copy of bytesex.h lying around?

Thanks for the help.

-nat



This archive was generated by hypermail 2a24 : Sat Oct 07 2000 - 10:34:02 MDT