emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs can't be built on HPUX 10.


From: Dave Love
Subject: Re: Emacs can't be built on HPUX 10.
Date: Mon, 13 Nov 2000 23:56:20 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.90

>>>>> "KH" == Kenichi Handa <address@hidden> writes:

 KH> Dave Love <address@hidden> writes:
 >>>>>>> "KH" == Kenichi Handa <address@hidden> writes:
 KH> (1) HP-UX 10.20 now has X11R6.  As this change is harmless,
 KH> I've already installed it.

 KH> * s/hpux10.h (C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and
 KH> -I/usr/contrib/X11R6/include.
 KH> (LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.

 >> It looks like an autoconf or configure.in problem if we don't get that
 >> right.  It's possible we should be using AC_PATH_XTRA rather than
 >> AC_PATH_X -- I don't recall the operational difference.

I've just checked what goes on.  I think the /usr/{include,lib}/X11R?
bits should be removed since configure should detect the X11R6
directories on its own.

 KH> It seems that HPUX 10.20 supplies two sets of X (X11R5 and X11R6).  In
 KH> addition, for Xaw and Xmu, it has these files.
 KH> /usr/contrib/X11R6/lib/Xaw.a, /usr/contrib/X11R6/lib/Xmu.a,
 KH> /usr/lib/X11R6/llib-lXaw.ln, /usr/lib/X11R4/libXaw.sl,
 KH> /usr/lib/X11R6/llib-lXmu.ln, /usr/lib/X11R4/libXmu.sl,
 KH> (I have no idea about HPUX's file name convertion).

Then it looks as though the Xaw and Xmu should be found OK (as R6 in
preference to R5).  Could you check whether it looks as though the
/usr/contrib directories are necessary?  I guess they can be removed
too.  Then the question is where to find Motif, if that's anywhere
special.

 KH> By the way, I found another problem in hpux9.h and
 KH> configure.  It has this code:

 KH> #ifndef HAVE_LIBXMU
 KH> /* HP-UX doesn't supply Xmu.  */
 KH> #define LIBXMU
 KH> #endif

 KH> But, (1) configure doesn't define HAVE_LIBXMU, (2) HPUX10.20 surely
 KH> supplies Xmu.

I can make a test for that easily.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]