From xemacs-m  Mon Aug 11 06:19:32 1997
Received: from kurims.kurims.kyoto-u.ac.jp (kurims.kurims.kyoto-u.ac.jp [130.54.16.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id GAA20855
	for <xemacs-beta@xemacs.org>; Mon, 11 Aug 1997 06:19:31 -0500 (CDT)
Received: from orion.kurims.kyoto-u.ac.jp (orion.kurims.kyoto-u.ac.jp [130.54.16.5]) by kurims.kurims.kyoto-u.ac.jp (8.8.5/3.4W2) with SMTP id UAA03532 for <xemacs-beta@xemacs.org>; Mon, 11 Aug 1997 20:19:30 +0900 (JST)
Received: (from petersen@localhost) by orion.kurims.kyoto-u.ac.jp (SMI-8.6/3.5Wbeta) id UAA06645; Mon, 11 Aug 1997 20:19:29 +0900
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: Re: my toolbar buttons turned white in b17!
References: <lblo29ks1s.fsf@orion.kurims.kyoto-u.ac.jp> <rxsvi1dhx8x.fsf@tomorrow.ecf.teradyne.com> <m2k9ht117v.fsf@altair.xemacs.org>
X-Emacs: 20.3 "Bucharest" XEmacs  Lucid (beta17) with mule
Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.86 "Naka-Tsurugi")
Content-Type: text/plain; charset=US-ASCII
From: Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
Date: 11 Aug 1997 20:19:29 +0900
In-Reply-To: SL Baur's message of "11 Aug 1997 03:08:20 -0700"
Message-ID: <lbhgcxklvi.fsf@orion.kurims.kyoto-u.ac.jp>
Lines: 43
X-Mailer: Gnus v5.4.64 + SEMI patch (r2.1)/XEmacs 20.3(beta17) - "Bucharest"

Sorry, I had a feeling I shouldn't have swapped the order of X11R6.1
and Openwin in my path last week.... well I am guessing that that is
what caused this problem?  I don't think I changed anything else
significant.

>>>>> "sb" == SL Baur <steve@xemacs.org> writes:

    >>>>>>> "Jens" == Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> writes:
    Jens> Is it just me?  Now in b17 I find that the buttons of my
    Jens> toolbar (which I never use!) have a white background and the
    Jens> captions are not there anymore apparently.

    sb> Jens doesn't have XPM compiled into his XEmacs (see his build
    sb> report).

Oops.  That's me just letting xemacs build itself happily in the
background....

    sb> The obvious next step is to discover why XPM wasn't detected.
    sb> What does config.log have to say?

config.log says:

---- Start of included text -----------------------8<--- cut here -------------
configure:6075: checking for Xpm - no older than 3.4f
configure:6088: gcc -o conftest -g -O2 -Wall -Wno-switch   -I/home/petersen/include    -I/usr/dt/include  -I/usr/openwin/include  -fno-gnu-linker -L/usr/ccs/lib   -L/usr/dt/lib -L/usr/openwin/lib  -R/usr/dt/lib:/usr/openwin/lib:/usr/local/lib conftest.c  -lXpm  -lXmu -lXt -lXext -lX11  -lSM -lICE -lkvm -lkstat -lm   -lsocket -lnsl -lelf -lgen -ldl  1>&5
configure:6079: X11/xpm.h: No such file or directory
configure: failed program was:
#line 6078 "configure"
#include "confdefs.h"
#include <X11/xpm.h>
int main(int c, char **v) {
return c == 1 ? 0 :
  XpmIncludeVersion != XpmLibraryVersion() ? 1 :
        XpmIncludeVersion < 30406 ? 2 :
		0 ;
}
---- End of included text -------------------------8<--- and here -------------

Not entirely sure what the best solution is... I suppose I should
specify X11/{lib,include} to configure.

Jens

