emacs-devel
[Top][All Lists]
Advanced

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

Re: build failure [Re: bug#17673: 24.4.50; trunk r117239 build failure o


From: Dmitry Antipov
Subject: Re: build failure [Re: bug#17673: 24.4.50; trunk r117239 build failure on Windows]
Date: Tue, 03 Jun 2014 22:16:06 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

On 06/03/2014 09:52 PM, Glenn Morris wrote:

Note this old comment in configure.ac:

dnl Don't set this for GTK.  A lot of tests below assumes Xt when
dnl USE_X_TOOLKIT is set.
             USE_X_TOOLKIT=none ;;

So it was intentional that libXt-devel has not been required in gtk
builds till now.

So, utterly crappy lwlib interface forces us to choose one from:

1) require libXt-devel even for GTK build and have lwlib stubs
   in src/menu.h (for HAVE_NTGUI), or

2) do not require libXt-devel for GTK build, but have even more
   lwlib stubs in src/gtkutil.[ch] (as it was before r117239).

What about an idea to really port lwlib enough to avoid stubs at all?

Dmitry




reply via email to

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