Hi,
To get xemacs to compile on my Sparc, I had to change line 32 in
sol2.h:
#if defined(__GNUC__) && OS_RELEASE >= 56 && !defined(NOT_C_CODE)
My distro of Solaris 8, at least, defines all that __xnet stuff in the
builtin headers, so the compile crashes with a bunch of conflicts. I
changed it to:
#if defined(__GNUC__) && OS_RELEASE == 56 && !defined(NOT_C_CODE)
and it worked.
I don't want to submit it as a patch because I don't know if Solaris
7 needs that stuff or not. Just wanted to let you know, sorry if you're
already aware. Let me know if there's any other info you want from me.
-------------------------------------------------------------------------------
Kim Scarborough
http://www.unknown.nu/kim/
-------------------------------------------------------------------------------
"The policeman is not there to create disorder. The policeman is there to
preserve disorder."
- Richard J. Daley
-------------------------------------------------------------------------------