Ville Skyttä <ville.skytta(a)xemacs.org> writes:
On Thu, 2002-10-10 at 21:01, Simon Josefsson wrote:
> M-x customize-variable RET mwheel-follow-mouse RET
>
> results in the attached screen shot, where some of the customize
> buttons are missing.
[...]
> Window System:
> Compiling in support for the X window system:
> - X Windows headers location: /usr/X11R6/include
> - X Windows libraries location: /usr/X11R6/lib
> - Handling WM_COMMAND properly.
> Using Lucid menubars.
> Using Lucid scrollbars.
You need to compile --with-widgets to get widgets :) And in
practice, you'll need Motif or Athena/Xaw libs to really get them.
Search in xemacs-beta for more info, and see "configure --help".
configure.usage was recently updated and clarified regarding this, I
guess 21.4.10rc3 has the new one.
Thanks for the pointer, --with-widgets works. Shouldn't the autoconf
test use Xaw if it is available instead of disabling widgets if Motif
isn't available? It falls back to lucid if motif isn't available.