all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Keith David Bershatsky <esq@lawlist.com>
To: Paul Eggert <eggert@cs.ucla.edu>
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 20:54:08 -0700	[thread overview]
Message-ID: <m2h9fztbfj.wl%esq@lawlist.com> (raw)
In-Reply-To: <m2twkazt3j.wl%esq@lawlist.com>

I built few more times this evening and now believe the following to be true:


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

    gtkutil.c:521: warning: comparison is always false due to limited range of data type
    gtkutil.c:521: warning: comparison is always false due to limited range of data type
      CC       emacsgtkfixed.o
    emacsgtkfixed.c:36: error: redefinition of typedef 'EmacsFixedPrivate'
    emacsgtkfixed.h:32: error: previous declaration of 'EmacsFixedPrivate' was here
    emacsgtkfixed.c:37: error: redefinition of typedef 'EmacsFixedClass'
    emacsgtkfixed.h:33: error: previous declaration of 'EmacsFixedClass' was here
    make[1]: *** [emacsgtkfixed.o] Error 1
    make: *** [src] Error 2cd .


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
      CC       xgselect.o
      CC       terminfo.o
      CC       lastfile.o
      CC       widget.o
    /usr/bin/make -C ../admin/charsets all
    make[2]: Nothing to be done for `all'.
    /usr/bin/make -C ../admin/unidata charscript.el
    make[2]: Nothing to be done for `charscript.el'.
      CCLD     temacs
    Undefined symbols:
      "_xaw_create_dialog", referenced from:
          _lw_make_widget in liblw.a(lwlib.o)
      "_xlw_update_one_widget", referenced from:
          _set_one_value in liblw.a(lwlib.o)
      "_xlw_destroy_instance", referenced from:
          _destroy_one_instance in liblw.a(lwlib.o)
      "_xaw_pop_instance", referenced from:
          _lw_pop_all_widgets in liblw.a(lwlib.o)
      "_xaw_creation_table", referenced from:
          _lw_make_widget in liblw.a(lwlib.o)
      "_xaw_destroy_instance", referenced from:
          _destroy_one_instance in liblw.a(lwlib.o)
      "_xlw_popup_menu", referenced from:
          _lw_popup_menu in liblw.a(lwlib.o)
      "_xaw_update_one_widget", referenced from:
          _set_one_value in liblw.a(lwlib.o)
      "_lw_xaw_widget_p", referenced from:
          _get_one_value in liblw.a(lwlib.o)
          _set_one_value in liblw.a(lwlib.o)
          _lw_popup_menu in liblw.a(lwlib.o)
          _lw_pop_all_widgets in liblw.a(lwlib.o)
          _destroy_one_instance in liblw.a(lwlib.o)
      "_lw_lucid_widget_p", referenced from:
          _get_one_value in liblw.a(lwlib.o)
          _set_one_value in liblw.a(lwlib.o)
          _lw_popup_menu in liblw.a(lwlib.o)
          _lw_pop_all_widgets in liblw.a(lwlib.o)
          _destroy_one_instance in liblw.a(lwlib.o)
      "_xlw_creation_table", referenced from:
          _lw_make_widget in liblw.a(lwlib.o)
      "_XawPanedSetRefigureMode", referenced from:
          _lw_refigure_widget in liblw.a(lwlib.o)
    ld: symbol(s) not found
    collect2: ld returned 1 exit status
    make[1]: *** [temacs] Error 1
    make: *** [src] Error 2





  parent reply	other threads:[~2016-03-22  3:54 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 [this message]
2016-03-22  5:45   ` Paul Eggert
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=m2h9fztbfj.wl%esq@lawlist.com \
    --to=esq@lawlist.com \
    --cc=23003@debbugs.gnu.org \
    --cc=eggert@cs.ucla.edu \
    /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.