i had this problem too trying to compile on a slack4 system at school,
it seems that on older systems it was USR and on newer its USER. if this
is right than putting an ifdef and using which ever one is defined
should fix it.
Peter Hunnisett wrote:
> Hi,
> I just compiled the last two releases and I'm getting a
> compile failure in server/context_i386.c relating to the
> use of PTRACE_PEEKUSER and PTRACE_POKEUSER for ptrace calls.
> Looking in my system (libc5) I have PTRACE_PEEKUSR and
> PTRACE_POKEUSR (note the lack of E in USR). This seems to
> be what's in my linux 2.0.14 source. Is something corrupted
> in my system, or am I about the only weirdo still running
> libc5?
>
> I just "fixed" it by guessing that it was a typo. Could
> someone confirm or deny? If so I'll submit a patch since
> it doesn't seem to be high priority...
>
> Ciao,
> Peter Hunnisett
> [EMAIL PROTECTED]