MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Re: NeXT compiling
BLANCHARDMA@bvu.edu writes:
> Something I have noticed on the NeXT is an implicit declaration of the strlen
> C function, I fixed this by adding this line to the beginning of the
> my-string.h file:
>
> #include <strings.h>
>
> for some reason on the NeXT it is defined there.
Please send me a copy of the output of the compiler exhibiting the problem, not
just your fix. I often can't directly use the fixes others propose, due to
issues like later changes in the server code base, portability to a wide range
of platforms, etc.
Thanks,
Pavel
References:
Home |
Subject Index |
Thread Index