all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Keith David Bershatsky <esq@lawlist.com>
Cc: 23003@debbugs.gnu.org
Subject: bug#23003: 25.1.50; --with-x-toolkit options cause the build to fail.
Date: Mon, 21 Mar 2016 22:45:22 -0700	[thread overview]
Message-ID: <56F0DBF2.4010804@cs.ucla.edu> (raw)
In-Reply-To: <m2h9fztbfj.wl%esq@lawlist.com>

Keith David Bershatsky wrote:

> 1.  The patch you proposed resolves the following issue with gtk3 in the master branch, which cannot be resolved absent applying the patch.

Yes, I reproduced a similar problem on Fedora, and tested that the patch works.

The patch has already been applied to the emacs-25 branch, so it shouldn't be 
applied there again. It should be applied to the master branch in the next merge 
from emacs-25; at that point you won't need to apply it yourself any more.

> 2.  The patch has nothing to do with the errors when building athena and motif.  Instead, running `make clean` in between builds resolves those issues:
>
>      * * *
>
>      image.c:6116: warning: comparison is always false due to limited range of data type
>      image.c:6116: warning: comparison is always false due to limited range of data type
>      image.c:6116: warning: comparison is always false due to limited range of data type

You can safely ignore these warnings.

>        CCLD     temacs
>      Undefined symbols:
>        "_xaw_create_dialog", referenced from:
>            _lw_make_widget in liblw.a(lwlib.o)

These symbols ought to be defined in lwlib/lwlib-Xlw.o. On my platform:

> $ nm -o lwlib/liblw.a | grep xlw_update_one_widget
> lwlib/liblw.a:lwlib.o:                 U xlw_update_one_widget
> lwlib/liblw.a:lwlib-Xlw.o:0000000000000310 T xlw_update_one_widget

You might investigate why this isn't working for you. One possibility is that 
RANLIB isn't defined correctly on your platform; see lwlib/Makefile.






  reply	other threads:[~2016-03-22  5:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-13  8:21 bug#23003: 25.1.50; --with-x-toolkit options cause the build to fail Keith David Bershatsky
2016-03-18  6:57 ` Paul Eggert
2016-03-20 17:04 ` Keith David Bershatsky
2016-03-21  6:24   ` Paul Eggert
2016-03-22  3:38 ` Keith David Bershatsky
2016-03-22  3:54 ` Keith David Bershatsky
2016-03-22  5:45   ` Paul Eggert [this message]
2016-03-27  1:57 ` Keith David Bershatsky
2016-03-27  1:58   ` Paul Eggert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56F0DBF2.4010804@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=23003@debbugs.gnu.org \
    --cc=esq@lawlist.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.