all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: "Stewart, Adam James" <ajstewart@anl.gov>
Cc: 26735@debbugs.gnu.org
Subject: bug#26735: Unable to build emacs with Intel compilers
Date: Thu, 25 May 2017 00:44:46 -0700	[thread overview]
Message-ID: <78b0aa6e-53e1-0c68-7854-2ae874652bb1@cs.ucla.edu> (raw)
In-Reply-To: <9F5501637440B04B9DE4C86279C60B6E4A5ACE82@PAYTON.anl.gov>

I could not reproduce the problem with the latest GNU Emacs master, compiling on 
Ubuntu 16.04.2 x86-64 using icc (ICC) 17.0.4 20170411. The following simple C 
program:

#include <stddef.h>
max_align_t x;

compiles OK if I use "icc -S foo.c". I suspect that it does not compile with 
your older icc setup (you mention that you're using 17.0.2); could you check this?

I did find a couple of unrelated icc-related glitches in other parts of the 
Emacs master, and just now installed fixes for them. So if you have time, please 
try the latest Emacs master source code, which you can build as follows:

git clone https://git.savannah.gnu.org/git/emacs.git
cd emacs
./autogen.sh all
./configure CC=icc
make

For more details see:
http://git.savannah.gnu.org/cgit/emacs.git/tree/CONTRIBUTE

If the above doesn't work, I suggest upgrading to the latest icc and trying 
again with a fresh copy of the master.





  parent reply	other threads:[~2017-05-25  7:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-01 15:45 bug#26735: Unable to build emacs with Intel compilers Stewart, Adam James
2017-05-19  7:59 ` Paul Eggert
2017-05-25  7:44 ` Paul Eggert [this message]
2017-05-29 20:50 ` 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=78b0aa6e-53e1-0c68-7854-2ae874652bb1@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=26735@debbugs.gnu.org \
    --cc=ajstewart@anl.gov \
    /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.