> Has anyone been able to compile xdm3d_xpm? I get this error when I try > to compile: > > server.c: In function `_SysErrorMsg': > server.c:71: conflicting types for `sys_errlist' > /usr/include/stdio.h:221: previous declaration of `sys_errlist' > make: *** [server.o] Error 1 > > I've tried installing the rpm version (using alien), but when I try to > start xdm, it coredumps. I've tried using strace to find out what is > wrong, but I haven't had any luck. > > Would I be able to compile if I install libc5-altdev and altgcc or > something? I'm quite lost.
In libc6 they have now defined errno and sys_errlist. The easiest way is to go into server.c and remove the definitiion of sys_errlist[] on line 71, it is already declared in the #include file. - Craig -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .