Jake Colman <jake.colman(a)xemacs.org> writes:
>>>>> "Jake" == Jake Colman
<jake.colman(a)xemacs.org> writes:
Jake> I am about up build 21.4.14 (I now use 21.4.13) and would like to
Jake> build it as optimally as psosible. What is suggested?
Specifying "with-widgets=athena" and "with-dialogs=athena" resulted
in
removing the inclusion of Motif and produced the following:
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw
- Athena library to link: Xaw
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
If I explicitly specified "lucid" for dialogues, or did not specify anything
at all, it pulled in Motif.
So is this the recommended way of removing Motif? Should this help? Is this
a new problem with the 21.4 series? Any downside to what I am doing? Will
it still pretty much look and feel the same?
That is the recommended way to avoid Motif.
Starting in 21.4.14, --with-widgets defaults to =no on Unix. I,
personally, have avoided a very large batch of problems by always
running '--with-widgets=no' and '--with-dialogs=no' under SunOS and
linux.
Just my $.02.
- Vin